From 9bac7b8b962ec1976dc18dc343f5977eabcca223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 14:26:05 +0000 Subject: [PATCH] build(deps): bump langgraph from 1.0.4 to 1.0.10rc1 Bumps [langgraph](https://github.com/langchain-ai/langgraph) from 1.0.4 to 1.0.10rc1. - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/1.0.4...1.0.10rc1) --- updated-dependencies: - dependency-name: langgraph dependency-version: 1.0.10rc1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 84b4c57..1f53eec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ langchain-huggingface==1.1.0 # HuggingFace 集成 # ---------------------------------------------------------------------------- # LangGraph # ---------------------------------------------------------------------------- -langgraph==1.0.4 # LangGraph 框架 +langgraph==1.0.10rc1 # LangGraph 框架 langgraph-checkpoint==3.0.1 # LangGraph Checkpoint langgraph-prebuilt==1.0.5 # LangGraph Prebuilt langgraph-sdk==0.2.10 # LangGraph SDK