From a3c5b8fc37b93c602dabdf227d6d57991262b0c2 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Fri, 20 Dec 2024 17:47:20 -0500 Subject: [PATCH] checkpoint-postgres: release 2.0.9 (#2849) --- 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 1b9123b30..d251aa281 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.8" +version = "2.0.9" description = "Library with a Postgres implementation of LangGraph checkpoint saver." authors = [] license = "MIT"