bump checkpoint sqlite, postgres (#3021)

This commit is contained in:
Vadym Barda
2025-01-14 14:41:22 -05:00
committed by GitHub
parent 2f47d98b34
commit 74adbb744b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"