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" },