From fde3068970679184b68d3d068a92c83c966a4888 Mon Sep 17 00:00:00 2001 From: Elior Nataf Lackritz Date: Fri, 7 Aug 2026 16:32:21 -0400 Subject: [PATCH] release(checkpoint-postgres): 3.1.2 (#8565) Version bump only. No library code changes in this PR. Unreleased since `checkpointpostgres==3.1.1`: - #8535 - find plain-value seeds when walking delta history Follows `checkpoint==4.2.0`, which is already live on PyPI. No dependency change needed here, since `langgraph-checkpoint>=4.1.0,<5.0.0` already admits 4.2.0. --- libs/checkpoint-postgres/pyproject.toml | 2 +- libs/checkpoint-postgres/uv.lock | 2 +- libs/langgraph/uv.lock | 2 +- libs/prebuilt/uv.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/checkpoint-postgres/pyproject.toml b/libs/checkpoint-postgres/pyproject.toml index 805892418..72e918826 100644 --- a/libs/checkpoint-postgres/pyproject.toml +++ b/libs/checkpoint-postgres/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "langgraph-checkpoint-postgres" -version = "3.1.1" +version = "3.1.2" description = "Library with a Postgres implementation of LangGraph checkpoint saver." authors = [] requires-python = ">=3.10" diff --git a/libs/checkpoint-postgres/uv.lock b/libs/checkpoint-postgres/uv.lock index 9b349f08b..a701fce35 100644 --- a/libs/checkpoint-postgres/uv.lock +++ b/libs/checkpoint-postgres/uv.lock @@ -351,7 +351,7 @@ test = [ [[package]] name = "langgraph-checkpoint-postgres" -version = "3.1.1" +version = "3.1.2" source = { editable = "." } dependencies = [ { name = "langgraph-checkpoint" }, diff --git a/libs/langgraph/uv.lock b/libs/langgraph/uv.lock index 02306faa6..5b9ecc8c2 100644 --- a/libs/langgraph/uv.lock +++ b/libs/langgraph/uv.lock @@ -1670,7 +1670,7 @@ test = [ [[package]] name = "langgraph-checkpoint-postgres" -version = "3.1.1" +version = "3.1.2" source = { editable = "../checkpoint-postgres" } dependencies = [ { name = "langgraph-checkpoint" }, diff --git a/libs/prebuilt/uv.lock b/libs/prebuilt/uv.lock index 7133e123f..6710f6c71 100644 --- a/libs/prebuilt/uv.lock +++ b/libs/prebuilt/uv.lock @@ -417,7 +417,7 @@ test = [ [[package]] name = "langgraph-checkpoint-postgres" -version = "3.1.1" +version = "3.1.2" source = { editable = "../checkpoint-postgres" } dependencies = [ { name = "langgraph-checkpoint" },