Skip to content

Commit

Permalink
checkpoint postgres,sqlite: update langgraph-checkpoint (#1813)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda committed Sep 23, 2024
1 parent 515c619 commit 7d513bc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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.8"
langgraph-checkpoint = "^1.0.10"
orjson = ">=3.10.1"
psycopg = "^3.0.0"
psycopg-pool = "^3.0.0"
Expand Down
6 changes: 3 additions & 3 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.8"
langgraph-checkpoint = "^1.0.10"
aiosqlite = "^0.20.0"

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

0 comments on commit 7d513bc

Please sign in to comment.