From 89b0be3a7d334bb9dfdf30c1d9a2ecf72ce1a80d Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Thu, 16 Jan 2025 09:17:43 -0500 Subject: [PATCH] checkpoint-postgres: release 2.0.13 (#3063) --- 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 addcdfe20..4a62d75fc 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.12" +version = "2.0.13" description = "Library with a Postgres implementation of LangGraph checkpoint saver." authors = [] license = "MIT"