Skip to content

Commit 192b872

Browse files
authored
fix: Add langgraph as a dependency (#6)
1 parent 6f93bfa commit 192b872

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ python = ">=3.9,<3.13"
2121
langgraph-checkpoint = "^2.0.10"
2222
redisvl = "^0.3.9"
2323
redis = "^5.2.1"
24+
langgraph = "^0.2.70"
2425

25-
isort = "^6.0.0"
2626
[tool.poetry.group.dev.dependencies]
2727
black = "^25.1.0"
2828
codespell = "^2.2.0"
@@ -35,9 +35,9 @@ mypy = "^1.10.0"
3535
types-redis = "^4.6.0.20241004"
3636
aioconsole = "^0.8.1"
3737
langchain-openai = "^0.3.2"
38-
langgraph = "^0.2.67"
3938
testcontainers = "^4.9.1"
4039
langchain-anthropic = "^0.3.5"
40+
isort = "^6.0.0"
4141

4242
[tool.pytest.ini_options]
4343
# --strict-markers will raise errors on unknown marks.

0 commit comments

Comments
 (0)