From 000066d1a1e797ba32da77e7c7e5d00d8f13c983 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Thu, 1 Aug 2024 10:08:07 -0700 Subject: [PATCH 1/2] Update setup.md --- docs/docs/cloud/deployment/setup.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/docs/cloud/deployment/setup.md b/docs/docs/cloud/deployment/setup.md index 1aa7da3f8..73b1f4667 100644 --- a/docs/docs/cloud/deployment/setup.md +++ b/docs/docs/cloud/deployment/setup.md @@ -21,13 +21,11 @@ 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.1.7 -langchain-core>=0.2.7 -orjson>=3.10.1 -langsmith>=0.1.50 -httpx>=0.27.0 -langchain-core>=0.2.8 +langgraph>=0.1.19,<0.2.0 +langchain-core>=0.2.8,<0.3.0 langsmith>=0.1.63 +orjson>=3.10.1 +httpx>=0.27.0 tenacity>=8.3.0 uvicorn>=0.29.0 sse-starlette>=2.1.0 From aa8cd8259d6c9b0d2252fc9a6440730b411ada8f Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Thu, 1 Aug 2024 10:08:42 -0700 Subject: [PATCH 2/2] Update setup_pyproject.md --- docs/docs/cloud/deployment/setup_pyproject.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/docs/cloud/deployment/setup_pyproject.md b/docs/docs/cloud/deployment/setup_pyproject.md index 90d8245c0..82e99c89e 100644 --- a/docs/docs/cloud/deployment/setup_pyproject.md +++ b/docs/docs/cloud/deployment/setup_pyproject.md @@ -22,13 +22,11 @@ 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.1.7 -langchain-core>=0.2.7 -orjson>=3.10.1 -langsmith>=0.1.50 -httpx>=0.27.0 -langchain-core>=0.2.8 +langgraph>=0.1.19,<0.2.0 +langchain-core>=0.2.8,<0.3.0 langsmith>=0.1.63 +orjson>=3.10.1 +httpx>=0.27.0 tenacity>=8.3.0 uvicorn>=0.29.0 sse-starlette>=2.1.0