From 49f063e0762f0f75bb3fabeb24730b93ffd37b37 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Thu, 17 Apr 2025 09:19:31 -0400 Subject: [PATCH] langgraph: update min bound for prebuilt (#4319) --- libs/langgraph/poetry.lock | 10 +++++----- libs/langgraph/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/langgraph/poetry.lock b/libs/langgraph/poetry.lock index 2b770a6db..23c064d9d 100644 --- a/libs/langgraph/poetry.lock +++ b/libs/langgraph/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.0.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.0.1 and should not be changed by hand. [[package]] name = "aiosqlite" @@ -1348,7 +1348,7 @@ typing-extensions = ">=4.7" [[package]] name = "langgraph-checkpoint" -version = "2.0.21" +version = "2.0.24" description = "Library with base interfaces for LangGraph checkpoint savers." optional = false python-versions = "^3.9.0,<4.0" @@ -1404,7 +1404,7 @@ url = "../checkpoint-sqlite" [[package]] name = "langgraph-prebuilt" -version = "0.1.4" +version = "0.1.8" description = "Library with high-level APIs for creating and executing LangGraph agents and tools." optional = false python-versions = "^3.9.0,<4.0" @@ -1422,7 +1422,7 @@ url = "../prebuilt" [[package]] name = "langgraph-sdk" -version = "0.1.58" +version = "0.1.61" description = "SDK for interacting with LangGraph API" optional = false python-versions = "^3.9.0,<4.0" @@ -3646,4 +3646,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9.0,<4.0" -content-hash = "b03760d1062e13e4df0b4052a194bedb8abb3baf80da0c036b39d2ebe26b0b5c" +content-hash = "1a6454eb63ce88ddfddd0d49530a6fef0f02ac6b0b52be5d6710af8e47b1de24" diff --git a/libs/langgraph/pyproject.toml b/libs/langgraph/pyproject.toml index b3f11eb65..52a73b3bc 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -12,7 +12,7 @@ python = ">=3.9.0,<4.0" langchain-core = ">=0.1,<0.4" langgraph-checkpoint = "^2.0.10" langgraph-sdk = "^0.1.42" -langgraph-prebuilt = ">=0.1.1,<0.2" +langgraph-prebuilt = ">=0.1.8,<0.2" xxhash = "^3.5.0" [tool.poetry.group.dev.dependencies]