From ad57a63c9d2e0f6b6c65818a18c66482d2a7fffa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 19:36:53 +0000 Subject: [PATCH] fix(deps): update dependency langgraph-checkpoint-postgres to v3 --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 203f1fa4..66941233 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4340,17 +4340,17 @@ ormsgpack = ">=1.10.0" [[package]] name = "langgraph-checkpoint-postgres" -version = "2.0.25" +version = "3.0.1" description = "Library with a Postgres implementation of LangGraph checkpoint saver." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" files = [ - {file = "langgraph_checkpoint_postgres-2.0.25-py3-none-any.whl", hash = "sha256:cf1248a58fe828c9cfc36ee57ff118d7799ce214d4b35718e57ec98407130fb5"}, - {file = "langgraph_checkpoint_postgres-2.0.25.tar.gz", hash = "sha256:916b80f73a641a589301f6c54414974768b6d646d82db7b301ff8d47105c3613"}, + {file = "langgraph_checkpoint_postgres-3.0.1-py3-none-any.whl", hash = "sha256:f79eb588b328f05d715c7ed35d20895cd0a126b524f95edbbebedc4a595f43dd"}, + {file = "langgraph_checkpoint_postgres-3.0.1.tar.gz", hash = "sha256:4ff0f04a70ce8f5b49d373f521eba97ccf0bb61181de1535e5d91e99db2ce7da"}, ] [package.dependencies] -langgraph-checkpoint = ">=2.1.2,<3.0.0" +langgraph-checkpoint = ">=2.1.2,<4.0.0" orjson = ">=3.10.1" psycopg = ">=3.2.0" psycopg-pool = ">=3.2.0" @@ -10021,4 +10021,4 @@ cffi = ["cffi (>=1.17,<2.0)", "cffi (>=2.0.0b)"] [metadata] lock-version = "2.0" python-versions = "^3.13.7" -content-hash = "8a0fbee9b127da98ddb44b7287130e54089c7a8be4f899d3be13e64856deb06a" +content-hash = "18c81478d8269869b5a76bedac336b2d8f217fe3c104945649fdbb57c1b97bd0" diff --git a/pyproject.toml b/pyproject.toml index 7829cf83..8a1137b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ langchain-core = "^0.3.31" langchain-litellm = "^0.3.0" langchain-openai = "^0.3.0" langgraph = "^0.6.6" -langgraph-checkpoint-postgres = "^2.0.13" +langgraph-checkpoint-postgres = "^3.0.0" langmem = "^0.0.29" langsmith = "^0.4.21" litellm = "^1.53.5"