checkpoint: release libraries (#3412)

This commit is contained in:
Vadym Barda
2025-02-12 22:44:44 -05:00
committed by GitHub
parent 1377e3b6ba
commit d45253cee8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langgraph-checkpoint-postgres"
version = "2.0.13"
version = "2.0.14"
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.3"
version = "2.0.4"
description = "Library with a SQLite implementation of LangGraph checkpoint saver."
authors = []
license = "MIT"
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langgraph-checkpoint"
version = "2.0.12"
version = "2.0.13"
description = "Library with base interfaces for LangGraph checkpoint savers."
authors = []
license = "MIT"