From 445b795037093241fef062ff12084517b0328d4e Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:06:34 -0700 Subject: [PATCH] [Docs] update min bounds from API (#1929) --- docs/docs/cloud/deployment/setup.md | 4 ++-- docs/docs/cloud/deployment/setup_pyproject.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/cloud/deployment/setup.md b/docs/docs/cloud/deployment/setup.md index 48c6b2df5..c1e0359ee 100644 --- a/docs/docs/cloud/deployment/setup.md +++ b/docs/docs/cloud/deployment/setup.md @@ -36,8 +36,8 @@ 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.18,<0.3.0 -langgraph-checkpoint>=1.0.9 +langgraph>=0.2.30,<0.3.0 +langgraph-checkpoint>=1.0.14 langchain-core>=0.2.38,<0.4.0 langsmith>=0.1.63 orjson>=3.9.7 diff --git a/docs/docs/cloud/deployment/setup_pyproject.md b/docs/docs/cloud/deployment/setup_pyproject.md index 88107289e..09e1a4975 100644 --- a/docs/docs/cloud/deployment/setup_pyproject.md +++ b/docs/docs/cloud/deployment/setup_pyproject.md @@ -36,8 +36,8 @@ 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.18,<0.3.0 -langgraph-checkpoint>=1.0.9 +langgraph>=0.2.30,<0.3.0 +langgraph-checkpoint>=1.0.14 langchain-core>=0.2.38,<0.4.0 langsmith>=0.1.63 orjson>=3.9.7