From 8f4565366c773e923d2649f0bbcf84b184ea2b7a Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Fri, 31 Oct 2025 13:59:09 -0700 Subject: [PATCH] update test deps --- .../graph_prerelease_reqs/deps/additional_deps/pyproject.toml | 2 +- libs/cli/python-monorepo-example/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/cli/examples/graph_prerelease_reqs/deps/additional_deps/pyproject.toml b/libs/cli/examples/graph_prerelease_reqs/deps/additional_deps/pyproject.toml index 39e1ee42d..10bb866df 100644 --- a/libs/cli/examples/graph_prerelease_reqs/deps/additional_deps/pyproject.toml +++ b/libs/cli/examples/graph_prerelease_reqs/deps/additional_deps/pyproject.toml @@ -5,5 +5,5 @@ description = "Test for prerelease stuff" readme = "README.md" requires-python = ">=3.10" dependencies = [ - "langgraph==0.6.0" + "langgraph==0.6.11" ] \ No newline at end of file diff --git a/libs/cli/python-monorepo-example/pyproject.toml b/libs/cli/python-monorepo-example/pyproject.toml index 81eb9c768..13fc4c8c5 100644 --- a/libs/cli/python-monorepo-example/pyproject.toml +++ b/libs/cli/python-monorepo-example/pyproject.toml @@ -8,7 +8,7 @@ authors = [ license = { text = "MIT" } requires-python = ">=3.11,<4.0" dependencies = [ - "langgraph>=0.6.0,<0.7.0", + "langgraph>=0.6.0,<2", "langchain-core>=0.2.14", ]