diff --git a/libs/checkpoint-postgres/pyproject.toml b/libs/checkpoint-postgres/pyproject.toml index d512c4932..d61fc02e4 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 = "2.0.22" +version = "2.0.23" description = "Library with a Postgres implementation of LangGraph checkpoint saver." authors = [] requires-python = ">=3.9" diff --git a/libs/checkpoint-postgres/uv.lock b/libs/checkpoint-postgres/uv.lock index 3634d067d..a35ac72cf 100644 --- a/libs/checkpoint-postgres/uv.lock +++ b/libs/checkpoint-postgres/uv.lock @@ -334,7 +334,7 @@ dev = [ [[package]] name = "langgraph-checkpoint-postgres" -version = "2.0.22" +version = "2.0.23" source = { editable = "." } dependencies = [ { name = "langgraph-checkpoint" }, diff --git a/libs/langgraph/uv.lock b/libs/langgraph/uv.lock index 06c2c6b9c..d4455e78f 100644 --- a/libs/langgraph/uv.lock +++ b/libs/langgraph/uv.lock @@ -1331,7 +1331,7 @@ dev = [ [[package]] name = "langgraph-checkpoint-postgres" -version = "2.0.22" +version = "2.0.23" source = { editable = "../checkpoint-postgres" } dependencies = [ { name = "langgraph-checkpoint" }, diff --git a/libs/prebuilt/uv.lock b/libs/prebuilt/uv.lock index 233512a41..e27bd8b97 100644 --- a/libs/prebuilt/uv.lock +++ b/libs/prebuilt/uv.lock @@ -397,7 +397,7 @@ dev = [ [[package]] name = "langgraph-checkpoint-postgres" -version = "2.0.22" +version = "2.0.23" source = { editable = "../checkpoint-postgres" } dependencies = [ { name = "langgraph-checkpoint" },