From c88d289a73622718abe64f0fd05536d373cb75ef Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Tue, 27 Aug 2024 11:34:26 -0400 Subject: [PATCH] checkpoint-postgres: release 1.0.4 (#1493) --- 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 ddf3a8107..82926f1b4 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.3" +version = "1.0.4" description = "Library with a Postgres implementation of LangGraph checkpoint saver." authors = [] license = "MIT"