Skip to content

Commit 00417d6

Browse files
build(deps): update langgraph-checkpoint-postgres requirement
Updates the requirements on [langgraph-checkpoint-postgres](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.16...checkpoint==3.0.0) --- updated-dependencies: - dependency-name: langgraph-checkpoint-postgres dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 00a56f1 commit 00417d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"langchain-xai>=0.2.1",
3737
"langgraph (>=0.6.1,<0.7.0)",
3838
"langgraph-checkpoint>=2.0.18",
39-
"langgraph-checkpoint-postgres>=2.0.16,<2.0.23",
39+
"langgraph-checkpoint-postgres>=2.0.16,<3.0.1",
4040
"langgraph-prebuilt (>=0.6.1,<0.7.0)",
4141
"langmem>=0.0.27",
4242
"mypy-boto3-s3 (>=1.37.24,<2.0.0)",

0 commit comments

Comments
 (0)