Skip to content

Commit 1204304

Browse files
committed
working locally and on cluster requirements list turned down
1 parent 9848732 commit 1204304

3 files changed

Lines changed: 19 additions & 28 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.env*
12
.env
23
.vscode
34
.idea

agents/base/langgraph_react_agent/pyproject.toml

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,17 @@ packages = [
1111

1212
[tool.poetry.dependencies]
1313
python = ">=3.10,<=3.13"
14-
fastapi = ">=0.115.0"
14+
fastapi = ">=0.129.0"
1515
uvicorn = {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"
2219
llama-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]
Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
fastapi>=0.115.0
1+
fastapi>=0.129.0
22
uvicorn[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
96
llama-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

0 commit comments

Comments
 (0)