From 989084fbac797d3026f0562b072e5a86dd373d20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 23:20:59 +0000 Subject: [PATCH] build(deps): bump langgraph-checkpoint from 3.0.1 to 4.0.0 Bumps [langgraph-checkpoint](https://github.com/langchain-ai/langgraph) from 3.0.1 to 4.0.0. - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/checkpoint==3.0.1...checkpoint==4.0.0) --- updated-dependencies: - dependency-name: langgraph-checkpoint dependency-version: 4.0.0 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 f047a79..a6691a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ langchain-huggingface==1.1.0 # HuggingFace 集成 # LangGraph # ---------------------------------------------------------------------------- langgraph==1.0.4 # LangGraph 框架 -langgraph-checkpoint==3.0.1 # LangGraph Checkpoint +langgraph-checkpoint==4.0.0 # LangGraph Checkpoint langgraph-prebuilt==1.0.5 # LangGraph Prebuilt langgraph-sdk==0.2.10 # LangGraph SDK