From 49bf8f6816f0c8e8d6cdfd4f03ce1caa684a268b Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Thu, 8 Aug 2024 12:42:06 -0400 Subject: [PATCH] checkpoint-postgres: release 1.0.2 (#1278) --- 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 af2e8f37e..51a47c7e8 100644 --- a/libs/checkpoint-postgres/pyproject.toml +++ b/libs/checkpoint-postgres/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint-postgres" -version = "1.0.1" +version = "1.0.2" description = "Library with a Postgres implementation of LangGraph checkpoint saver." authors = [] license = "MIT"