Skip to content

Commit c403aab

Browse files
ranst91maxkorp
authored andcommitted
chore: use latest dependencies for agui fastapi example
1 parent 688bdb0 commit c403aab

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

typescript-sdk/integrations/langgraph/python/ag_ui_langgraph/examples/poetry.lock

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packages = [{ include = "agents" }]
88

99
[tool.poetry.dependencies]
1010
python = "<3.14,>=3.10"
11-
ag-ui-langgraph = { version = "0.0.1a4", extras = ["fastapi"] }
11+
ag-ui-langgraph = { version = "0.0.2", extras = ["fastapi"] }
1212
python-dotenv = "^1.0.0"
1313
fastapi = "^0.115.12"
1414
uvicorn = "^0.34.3"
@@ -17,7 +17,7 @@ langchain-core = ">=0.1.5"
1717
langchain-community = ">=0.0.1"
1818
langchain-experimental = ">=0.0.11"
1919
langchain-openai = ">=0.0.1"
20-
langgraph = ">=0.3.25,<=0.5.0"
20+
langgraph = "0.4.10"
2121

2222
[build-system]
2323
requires = ["poetry-core"]

0 commit comments

Comments
 (0)