From af666a87fbf805d1942b5912ebab78822aa100f7 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Mon, 2 Sep 2024 17:58:01 -0700 Subject: [PATCH] sqlite 1.0.2 --- 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 4b052d387..9d8818619 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.1" +version = "1.0.2" description = "Library with a SQLite implementation of LangGraph checkpoint saver." authors = [] license = "MIT"