From a9800aab876f78017fd633ffcbb50236d04d54bd Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Mon, 10 Mar 2025 11:25:38 -0400 Subject: [PATCH] checkpoint-sqlite: release 2.0.6 (#3763) --- 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 3e287d99c..de7f0702b 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.5" +version = "2.0.6" description = "Library with a SQLite implementation of LangGraph checkpoint saver." authors = [] license = "MIT"