From 74adbb744bfdc03d58a98cbc726cb28e2d079590 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Tue, 14 Jan 2025 14:41:22 -0500 Subject: [PATCH] bump checkpoint sqlite, postgres (#3021) --- 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 9ef4628d8..ef8eb4955 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.10" +version = "2.0.11" 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 2e12cb638..73117c403 100644 --- a/libs/checkpoint-sqlite/pyproject.toml +++ b/libs/checkpoint-sqlite/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint-sqlite" -version = "2.0.1" +version = "2.0.2" description = "Library with a SQLite implementation of LangGraph checkpoint saver." authors = [] license = "MIT"