Skip to content

Commit

Permalink
checkpoint postgres,sqlite: update version (#1812)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Sep 23, 2024
1 parent 342aee7 commit 515c619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/checkpoint-postgres/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langgraph-checkpoint-postgres"
version = "1.0.7"
version = "1.0.8"
description = "Library with a Postgres implementation of LangGraph checkpoint saver."
authors = []
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion libs/checkpoint-sqlite/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langgraph-checkpoint-sqlite"
version = "1.0.3"
version = "1.0.4"
description = "Library with a SQLite implementation of LangGraph checkpoint saver."
authors = []
license = "MIT"
Expand Down

0 comments on commit 515c619

Please sign in to comment.