From 515c619bc2f62dea9192750fae6bf59032c5536a Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Mon, 23 Sep 2024 17:33:19 -0400 Subject: [PATCH] checkpoint postgres,sqlite: update version (#1812) --- libs/checkpoint-postgres/pyproject.toml | 2 +- libs/checkpoint-sqlite/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/checkpoint-postgres/pyproject.toml b/libs/checkpoint-postgres/pyproject.toml index 59592acd4..0466bff40 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.7" +version = "1.0.8" description = "Library with a Postgres implementation of LangGraph checkpoint saver." authors = [] license = "MIT" diff --git a/libs/checkpoint-sqlite/pyproject.toml b/libs/checkpoint-sqlite/pyproject.toml index f37bfc72d..f050abb8d 100644 --- a/libs/checkpoint-sqlite/pyproject.toml +++ b/libs/checkpoint-sqlite/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint-sqlite" -version = "1.0.3" +version = "1.0.4" description = "Library with a SQLite implementation of LangGraph checkpoint saver." authors = [] license = "MIT"