Skip to content

Commit

Permalink
Update requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Feb 15, 2025
1 parent c2a129c commit 9786be1
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 = "^2.0.10"
langgraph-checkpoint = "^2.0.15"
orjson = ">=3.10.1"
psycopg = "^3.2.0"
psycopg-pool = "^3.2.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 = "^2.0.10"
langgraph-checkpoint = "^2.0.15"
aiosqlite = "^0.20.0"

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

0 comments on commit 9786be1

Please sign in to comment.