File tree Expand file tree Collapse file tree
agents/base/langgraph_react_agent Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .env *
12.env
23.vscode
34.idea
Original file line number Diff line number Diff line change @@ -11,22 +11,17 @@ packages = [
1111
1212[tool .poetry .dependencies ]
1313python = " >=3.10,<=3.13"
14- fastapi = " >=0.115 .0"
14+ fastapi = " >=0.129 .0"
1515uvicorn = {extras = [" standard" ], version = " >=0.41.0" }
16- pydantic = " >=2.0.0"
17- langchain = " >=1.2.7"
18- langchain-core = " >=1.2.7"
19- langchain-openai = " >=1.1.7"
20- langgraph = " >=1.0.7"
21- langgraph-prebuilt = " >=1.0.0"
16+ langchain = " >=1.2.10"
17+ langchain-openai = " >=1.1.10"
18+ langgraph-prebuilt = " >=1.0.8"
2219llama-stack = " >=0.5.0"
23- llama-stack-client = " >=0.5.0"
24- openai = " >=1.109.1"
25- setuptools = " 69.5.1"
26- milvus-lite = " 2.5.1"
27- pymilvus = " 2.6.9"
28- python-dotenv = " >=1.0.0"
29- pytest = " ^8.3.3"
20+ openai = " >=2.24.0"
21+ milvus-lite = " >=2.5.1"
22+ python-dotenv = " >=1.2.2"
23+ setuptools = " >=80.9.0,<82.0.0"
24+ pytest = " >=9.0.2"
3025
3126
3227[tool .poetry .group .dev ]
Original file line number Diff line number Diff line change 1- fastapi >= 0.115 .0
1+ fastapi >= 0.129 .0
22uvicorn [standard ]>= 0.41.0
3- pydantic >= 2.0.0
4- langchain >= 1.2.7
5- langchain-core >= 1.2.7
6- langchain-openai >= 1.1.7
7- langgraph >= 1.0.7
8- langgraph-prebuilt >= 1.0.0
3+ langchain >= 1.2.10
4+ langchain-openai >= 1.1.10
5+ langgraph-prebuilt >= 1.0.8
96llama-stack >= 0.5.0
10- llama-stack-client >= 0.5.0
11- openai >= 1.109.1
12- setuptools == 69.5.1 # (must be <70 to include pkg_resources)
13- milvus-lite == 2.5.1
14- pymilvus == 2.6.9
15- python-dotenv >= 1.0.0
16- pytest >= 8.3.3
7+ openai >= 2.24.0
8+ milvus-lite >= 2.5.1
9+ python-dotenv >= 1.2.2
10+ pytest >= 9.0.2
11+ setuptools >= 80.9.0 ,< 82.0.0
You can’t perform that action at this time.
0 commit comments