Skip to content

Commit

Permalink
checkpoint-sqlite: release 2.0.1 (#2184)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Oct 24, 2024
1 parent 39d9cdb commit 582fb11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libs/checkpoint-sqlite/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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 = "2.0.0"
version = "2.0.1"
description = "Library with a SQLite implementation of LangGraph checkpoint saver."
authors = []
license = "MIT"
Expand All @@ -10,7 +10,7 @@ packages = [{ include = "langgraph" }]

[tool.poetry.dependencies]
python = "^3.9.0"
langgraph-checkpoint = "^2.0.0"
langgraph-checkpoint = "^2.0.2"
aiosqlite = "^0.20.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 582fb11

Please sign in to comment.