From 4e05db85374a652c8ddfa26b9adb9ff638fce581 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Thu, 1 May 2025 22:42:07 -0700 Subject: [PATCH] Release checkpoint-sqlite (#4509) --- libs/checkpoint-sqlite/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/checkpoint-sqlite/pyproject.toml b/libs/checkpoint-sqlite/pyproject.toml index 0e14c6af0..a9ded67d6 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.6" +version = "2.0.7" description = "Library with a SQLite implementation of LangGraph checkpoint saver." authors = [] license = "MIT"