From 893a9646d39e0af799e9d17a823c46469236323d Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Thu, 20 Mar 2025 07:25:10 -0700 Subject: [PATCH] langgraph-checkpoint-postgres 2.0.19 --- libs/checkpoint-postgres/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/checkpoint-postgres/pyproject.toml b/libs/checkpoint-postgres/pyproject.toml index 7c727163a..787d8a605 100644 --- a/libs/checkpoint-postgres/pyproject.toml +++ b/libs/checkpoint-postgres/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint-postgres" -version = "2.0.18" +version = "2.0.19" description = "Library with a Postgres implementation of LangGraph checkpoint saver." authors = [] license = "MIT"