From 016a9c1936f3a079df34e382a77a799af7fa6fa8 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Mon, 18 Nov 2024 16:55:54 -0500 Subject: [PATCH] checkpoint-postgres: release 2.0.3 (#2455) --- 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 bfedc213b..90a68eabf 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.2" +version = "2.0.3" description = "Library with a Postgres implementation of LangGraph checkpoint saver." authors = [] license = "MIT"