From c6988879f607eb2da3a0f551234d6e40e5279d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 02:30:00 +0000 Subject: [PATCH] Update langgraph-checkpoint requirement in /libs/langgraph-store-mongodb Updates the requirements on [langgraph-checkpoint](https://github.com/langchain-ai/langgraph) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/checkpoint==2.0.23...checkpoint==3.0.0) --- updated-dependencies: - dependency-name: langgraph-checkpoint dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libs/langgraph-store-mongodb/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langgraph-store-mongodb/pyproject.toml b/libs/langgraph-store-mongodb/pyproject.toml index d8c565c5..3c5e92c7 100644 --- a/libs/langgraph-store-mongodb/pyproject.toml +++ b/libs/langgraph-store-mongodb/pyproject.toml @@ -9,7 +9,7 @@ description = "MongoDB implementation of the LangGraph long-term memory store." readme = "README.md" requires-python = ">=3.10" dependencies = [ - "langgraph-checkpoint>=2.0.23,<3.0.0", + "langgraph-checkpoint>=2.0.23,<4.0.0", "langchain-mongodb>=0.6.1", ]