From 215b87244b079fec70f238c73864d25dc4a67bed Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Mon, 9 Sep 2024 20:08:16 -0400 Subject: [PATCH] docs: update dependencies in setup docs (#1664) --- docs/docs/cloud/deployment/setup.md | 6 +++--- docs/docs/cloud/deployment/setup_pyproject.md | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/docs/cloud/deployment/setup.md b/docs/docs/cloud/deployment/setup.md index 218592b91..d4ef682d0 100644 --- a/docs/docs/cloud/deployment/setup.md +++ b/docs/docs/cloud/deployment/setup.md @@ -36,9 +36,9 @@ Dependencies can optionally be specified in one of the following files: `pyproje The dependencies below will be included in the image, you can also use them in your code, as long as with a compatible version range: ``` -langgraph>=0.2.7,<0.3.0 -langgraph-checkpoint>=1.0.4 -langchain-core>=0.2.27,<0.3.0 +langgraph>=0.2.18,<0.3.0 +langgraph-checkpoint>=1.0.9 +langchain-core>=0.2.38,<0.4.0 langsmith>=0.1.63 orjson>=3.9.7 httpx>=0.25.0 diff --git a/docs/docs/cloud/deployment/setup_pyproject.md b/docs/docs/cloud/deployment/setup_pyproject.md index 35b636bcb..70ae4cd1a 100644 --- a/docs/docs/cloud/deployment/setup_pyproject.md +++ b/docs/docs/cloud/deployment/setup_pyproject.md @@ -36,9 +36,9 @@ Dependencies can optionally be specified in one of the following files: `pyproje The dependencies below will be included in the image, you can also use them in your code, as long as with a compatible version range: ``` -langgraph>=0.2.7,<0.3.0 -langgraph-checkpoint>=1.0.4 -langchain-core>=0.2.27,<0.3.0 +langgraph>=0.2.18,<0.3.0 +langgraph-checkpoint>=1.0.9 +langchain-core>=0.2.38,<0.4.0 langsmith>=0.1.63 orjson>=3.9.7 httpx>=0.25.0 @@ -49,8 +49,8 @@ uvloop>=0.18.0 httptools>=0.5.0 jsonschema-rs>=0.16.3 croniter>=1.0.1 -structlog>=24.4.0 -redis>=5.0.8,<6.0.0 +structlog>=23.1.0 +redis>=5.0.0,<6.0.0 ``` Example `pyproject.toml` file: