File tree Expand file tree Collapse file tree 2 files changed +458
-431
lines changed
integrations/langgraph/python/examples Expand file tree Collapse file tree 2 files changed +458
-431
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,13 @@ version = "0.0.1"
1313python = " >=3.12,<3.14"
1414uvicorn = " ^0.34.0"
1515dotenv = " ^0.9.9"
16- langchain = " >=0.1.0"
17- langchain-anthropic = " >=0.3.18"
18- langchain-core = " >=0.1.5"
19- langchain-community = " >=0.0.1"
20- langchain-experimental = " >=0.0.11"
21- langchain-google-genai = " >=2.1.9"
22- langchain-openai = " >=0.0.1"
23- langgraph = " ^0.6.1"
16+ langchain = " >=1.0.3"
17+ langchain-anthropic = " >=1.0.1"
18+ langchain-core = " >=1.0.2"
19+ langchain-community = " >=0.0.36"
20+ langchain-google-genai = " >=2.1.12"
21+ langchain-openai = " >=1.0.1"
22+ langgraph = " >=1.0.0"
2423ag-ui-langgraph = { path = " ../" }
2524python-dotenv = " ^1.0.0"
2625fastapi = " ^0.115.12"
You can’t perform that action at this time.
0 commit comments