From 3da5c73a0405148f703c0d29ac94d7f78e17ae2b Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Thu, 17 Apr 2025 17:08:18 -0400 Subject: [PATCH] checkpoint-postgres: release 2.0.20 (#4335) --- 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 7c2b11c5a..97c234d16 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.19" +version = "2.0.20" description = "Library with a Postgres implementation of LangGraph checkpoint saver." authors = [] license = "MIT"