From 4d0c12117ba904345ecce7701240a2cde094cec6 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Mon, 16 Sep 2024 14:10:19 -0700 Subject: [PATCH] postgres 1.0.7 --- 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 6e3640e7c..605720b91 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.6" +version = "1.0.7" description = "Library with a Postgres implementation of LangGraph checkpoint saver." authors = [] license = "MIT"