Skip to content

Commit 235c338

Browse files
authored
feat: enable usage of langgraph v1 with ag-ui (#403)
1 parent c497efe commit 235c338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript-sdk/integrations/langgraph/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ag-ui-protocol = "==0.1.9"
1414
fastapi = { version = "^0.115.12", optional = true }
1515
langchain = ">=0.3.0"
1616
langchain-core = ">=0.3.0"
17-
langgraph = ">=0.3.25,<0.7.0"
17+
langgraph = ">=0.3.25,<1.1.0"
1818

1919
[tool.poetry.extras]
2020
fastapi = ["fastapi"]

0 commit comments

Comments
 (0)