Release PG Checkpointer (#2536)

This commit is contained in:
William FH
2024-11-26 01:44:45 +00:00
committed by GitHub
parent 1febec7c0d
commit 8f649abd0a
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.3"
version = "2.0.4"
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"
version = "2.0.5"
version = "2.0.6"
description = "Library with base interfaces for LangGraph checkpoint savers."
authors = []
license = "MIT"