Skip to content

Commit 7c8c218

Browse files
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](langchain-ai/langgraph@checkpoint==2.0.23...checkpoint==3.0.1) --- updated-dependencies: - dependency-name: langgraph-checkpoint dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d29d12e commit 7c8c218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/langgraph-store-mongodb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "MongoDB implementation of the LangGraph long-term memory store."
99
readme = "README.md"
1010
requires-python = ">=3.10"
1111
dependencies = [
12-
"langgraph-checkpoint>=2.0.23,<3.0.0",
12+
"langgraph-checkpoint>=2.0.23,<4.0.0",
1313
"langchain-mongodb>=0.6.1",
1414
]
1515

0 commit comments

Comments
 (0)