Skip to content

Commit

Permalink
checkpoint-sqlite: release 1.0.0 (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Aug 7, 2024
1 parent 2b860f0 commit d9adebe
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
Expand Up @@ -10,7 +10,7 @@ packages = [{ include = "langgraph" }]

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

[tool.poetry.group.dev.dependencies]
Expand Down Expand Up @@ -52,4 +52,4 @@ lint.ignore = ["E501", "B008", "UP007", "UP006"]
now = true
delay = 0.1
runner_args = ["--ff", "-v", "--tb", "short"]
patterns = ["*.py"]
patterns = ["*.py"]

0 comments on commit d9adebe

Please sign in to comment.