Skip to content

Commit 8321509

Browse files
committed
fix: langraph dep >=0.3.0,<0.5.0 (#44)
1 parent 4095ce2 commit 8321509

File tree

2 files changed

+37
-36
lines changed

2 files changed

+37
-36
lines changed

poetry.lock

Lines changed: 36 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ redis = "^5.2.1"
2525
python-ulid = "^3.0.0"
2626

2727
[tool.poetry.group.dev.dependencies]
28-
langgraph = ">=0.3.0"
28+
langgraph = ">=0.3.0,<0.5.0"
2929
black = "^25.1.0"
3030
codespell = "^2.2.0"
3131
pytest = "^7.2.1"

0 commit comments

Comments
 (0)