diff --git a/libs/checkpoint-postgres/pyproject.toml b/libs/checkpoint-postgres/pyproject.toml index fcee4934b..180166b86 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.0" +version = "3.1.1" 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 813d4766e..ed34197c9 100644 --- a/libs/checkpoint-postgres/uv.lock +++ b/libs/checkpoint-postgres/uv.lock @@ -324,7 +324,7 @@ test = [ [[package]] name = "langgraph-checkpoint-postgres" -version = "3.1.0" +version = "3.1.1" source = { editable = "." } dependencies = [ { name = "langgraph-checkpoint" }, diff --git a/libs/langgraph/uv.lock b/libs/langgraph/uv.lock index 7e8ee1c72..593ec670d 100644 --- a/libs/langgraph/uv.lock +++ b/libs/langgraph/uv.lock @@ -1673,7 +1673,7 @@ test = [ [[package]] name = "langgraph-checkpoint-postgres" -version = "3.1.0" +version = "3.1.1" source = { editable = "../checkpoint-postgres" } dependencies = [ { name = "langgraph-checkpoint" }, diff --git a/libs/prebuilt/uv.lock b/libs/prebuilt/uv.lock index c85b26252..15e356b6a 100644 --- a/libs/prebuilt/uv.lock +++ b/libs/prebuilt/uv.lock @@ -417,7 +417,7 @@ test = [ [[package]] name = "langgraph-checkpoint-postgres" -version = "3.1.0" +version = "3.1.1" source = { editable = "../checkpoint-postgres" } dependencies = [ { name = "langgraph-checkpoint" },