Skip to content

Commit

Permalink
checkpoint postgres,sqlite: update langgraph-checkpoint to 1.0.11 (#1815
Browse files Browse the repository at this point in the history
)
  • Loading branch information
vbarda authored Sep 23, 2024
1 parent d2d5e9f commit 659d127
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions libs/checkpoint-postgres/poetry.lock

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

2 changes: 1 addition & 1 deletion libs/checkpoint-postgres/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,<4.0"
langgraph-checkpoint = "^1.0.10"
langgraph-checkpoint = "^1.0.11"
orjson = ">=3.10.1"
psycopg = "^3.0.0"
psycopg-pool = "^3.0.0"
Expand Down
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.

2 changes: 1 addition & 1 deletion 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.10"
langgraph-checkpoint = "^1.0.11"
aiosqlite = "^0.20.0"

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

0 comments on commit 659d127

Please sign in to comment.