Skip to content

Commit 3435a54

Browse files
fix: only require langgraph dependency for now (#218)
prebuilt is a dep of langgraph so we should just manage through that bumping to v0.4.6 so that prebuilt is on >=0.2 hopefully not an issue long term as we look to consolidate prebuilts.
1 parent cb85d04 commit 3435a54

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ license-files = ["LICENSE"]
1414
readme = "README.md"
1515
requires-python = ">=3.10"
1616
dependencies = [
17-
"langgraph>=0.3.5",
18-
"langgraph-prebuilt>=0.2.0",
17+
"langgraph>=0.4.6",
1918
"langchain-core>=0.3.40"
2019
]
2120

uv.lock

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

0 commit comments

Comments
 (0)