From bcf3a159725aa2a952d573b91d8008819604dcf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=BD=AE?= Date: Thu, 22 Jan 2026 17:15:43 +0800 Subject: [PATCH] update requirement --- poetry.lock | 16 ++++++++-------- requirements.txt | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6e1c2db..d0ad387 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1773,21 +1773,21 @@ tiktoken = ">=0.7.0,<1.0.0" [[package]] name = "langgraph" -version = "1.0.4" +version = "1.0.6" description = "Building stateful, multi-actor applications with LLMs" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "langgraph-1.0.4-py3-none-any.whl", hash = "sha256:b1a835ceb0a8d69b9db48075e1939e28b1ad70ee23fa3fa8f90149904778bacf"}, - {file = "langgraph-1.0.4.tar.gz", hash = "sha256:86d08e25d7244340f59c5200fa69fdd11066aa999b3164b531e2a20036fac156"}, + {file = "langgraph-1.0.6-py3-none-any.whl", hash = "sha256:bcfce190974519c72e29f6e5b17f0023914fd6f936bfab8894083215b271eb89"}, + {file = "langgraph-1.0.6.tar.gz", hash = "sha256:dd8e754c76d34a07485308d7117221acf63990e7de8f46ddf5fe256b0a22e6c5"}, ] [package.dependencies] langchain-core = ">=0.1" -langgraph-checkpoint = ">=2.1.0,<4.0.0" +langgraph-checkpoint = ">=2.1.0,<5.0.0" langgraph-prebuilt = ">=1.0.2,<1.1.0" -langgraph-sdk = ">=0.2.2,<0.3.0" +langgraph-sdk = ">=0.3.0,<0.4.0" pydantic = ">=2.7.4" xxhash = ">=3.5.0" @@ -1843,14 +1843,14 @@ langgraph-checkpoint = ">=2.1.0,<4.0.0" [[package]] name = "langgraph-sdk" -version = "0.2.15" +version = "0.3.3" description = "SDK for interacting with LangGraph API" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "langgraph_sdk-0.2.15-py3-none-any.whl", hash = "sha256:746566a5d89aa47160eccc17d71682a78771c754126f6c235a68353d61ed7462"}, - {file = "langgraph_sdk-0.2.15.tar.gz", hash = "sha256:8faaafe2c1193b89f782dd66c591060cd67862aa6aaf283749b7846f331d5334"}, + {file = "langgraph_sdk-0.3.3-py3-none-any.whl", hash = "sha256:a52ebaf09d91143e55378bb2d0b033ed98f57f48c9ad35c8f81493b88705fc7b"}, + {file = "langgraph_sdk-0.3.3.tar.gz", hash = "sha256:c34c3dce3b6848755eb61f0c94369d1ba04aceeb1b76015db1ea7362c544fb26"}, ] [package.dependencies] diff --git a/requirements.txt b/requirements.txt index 7b2669c..3fe136c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -64,8 +64,8 @@ langchain==1.1.3 ; python_version >= "3.12" and python_version < "4.0" langgraph-checkpoint-postgres==2.0.25 ; python_version >= "3.12" and python_version < "4.0" langgraph-checkpoint==2.1.2 ; python_version >= "3.12" and python_version < "4.0" langgraph-prebuilt==1.0.5 ; python_version >= "3.12" and python_version < "4.0" -langgraph-sdk==0.2.15 ; python_version >= "3.12" and python_version < "4.0" -langgraph==1.0.4 ; python_version >= "3.12" and python_version < "4.0" +langgraph-sdk==0.3.3 ; python_version >= "3.12" and python_version < "4.0" +langgraph==1.0.6 ; python_version >= "3.12" and python_version < "4.0" langsmith==0.4.59 ; python_version >= "3.12" and python_version < "4.0" markdown-it-py==4.0.0 ; python_version >= "3.12" and python_version < "4.0" markdownify==1.2.2 ; python_version >= "3.12" and python_version < "4.0"