From 9daf77030a0ddcb16fcebed72f0237f732608a6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 23:34:28 +0000 Subject: [PATCH] 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](https://github.com/langchain-ai/langgraph/compare/checkpoint==2.0.16...checkpoint==2.0.25) --- updated-dependencies: - dependency-name: langgraph-checkpoint-postgres dependency-version: 2.0.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b9218fb7..f0baee36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "langchain-xai>=0.2.1", "langgraph (>=0.6.1,<0.7.0)", "langgraph-checkpoint>=2.0.18", - "langgraph-checkpoint-postgres>=2.0.16,<2.0.23", + "langgraph-checkpoint-postgres>=2.0.16,<2.0.26", "langgraph-prebuilt (>=0.6.1,<0.7.0)", "langmem>=0.0.27", "mypy-boto3-s3 (>=1.37.24,<2.0.0)",