Skip to content

Commit dc20797

Browse files
committed
update equirements
1 parent 3a1b96f commit dc20797

2 files changed

Lines changed: 23 additions & 18 deletions

File tree

agents/community/langgraph_react_with_database_memory/pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@ packages = [
1212

1313
[tool.poetry.dependencies]
1414
python = ">=3.12,<3.14"
15-
fastapi = ">=0.115.0"
15+
fastapi = ">=0.132.0"
1616
uvicorn = { extras = ["standard"], version = ">=0.41.0" }
17-
pydantic = ">=2.0.0"
18-
langchain = ">=0.3.27"
17+
pydantic = ">=2.12.5"
18+
langchain = ">=1.2.10"
1919
langchain-core = ">=1.2.15"
2020
langchain-openai = ">=1.1.10"
21-
langgraph = ">=0.6.11"
22-
llama-stack = ">=0.5.0"
23-
llama-stack-client = ">=0.5.0"
21+
langgraph = ">=1.0.9"
22+
langgraph-prebuilt = ">=1.0.0"
23+
langgraph-checkpoint-postgres = ">=3.0.0"
24+
psycopg = { extras = ["binary", "pool"], version = ">=3.2.9" }
25+
openai = ">=2.21.0"
26+
python-dotenv = ">=1.2.1"
2427
pymilvus = ">=2.6.8"
2528
milvus-lite = ">=2.5.1"
2629
setuptools = ">=80.9.0,<82.0.0"
27-
langgraph-checkpoint-postgres = "3.0.0"
28-
psycopg = { extras = ["binary", "pool"], version = ">=3.2.9" }
29-
openai = ">=2.21.0"
30-
python-dotenv = ">=1.0.0"
30+
typing-extensions = ">=4.15.0"
3131
requests = ">=2.31.0"
3232
pytest = ">=8.3.3"
33-
ipykernel = "7.2.0"
33+
ipykernel = ">=7.2.0"
3434

3535
[tool.poetry.group.dev]
3636
optional = true
Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
fastapi>=0.115.0
1+
fastapi>=0.132.0
22
uvicorn[standard]>=0.41.0
3-
pydantic>=2.0.0
4-
langchain>=0.3.27
3+
pydantic>=2.12.5
4+
langchain>=1.2.10
55
langchain-core>=1.2.15
66
langchain-openai>=1.1.10
7-
langgraph>=0.6.11
8-
langgraph-checkpoint-postgres==3.0.0
7+
langgraph>=1.0.9
8+
langgraph-prebuilt>=1.0.0
9+
langgraph-checkpoint-postgres>=3.0.0
910
psycopg[binary,pool]>=3.2.9
1011
openai>=2.21.0
11-
python-dotenv>=1.0.0
12-
pytest>=8.3.3
12+
python-dotenv>=1.2.1
13+
pymilvus>=2.6.8
14+
milvus-lite>=2.5.1
15+
setuptools>=80.9.0,<82.0.0
16+
typing-extensions>=4.15.0
1317
requests>=2.31.0
18+
pytest>=8.3.3
1419
ipykernel

0 commit comments

Comments
 (0)