File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,25 +12,25 @@ packages = [
1212
1313[tool .poetry .dependencies ]
1414python = " >=3.12,<3.14"
15- fastapi = " >=0.115 .0"
15+ fastapi = " >=0.132 .0"
1616uvicorn = { 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 "
1919langchain-core = " >=1.2.15"
2020langchain-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"
2427pymilvus = " >=2.6.8"
2528milvus-lite = " >=2.5.1"
2629setuptools = " >=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"
3131requests = " >=2.31.0"
3232pytest = " >=8.3.3"
33- ipykernel = " 7.2.0"
33+ ipykernel = " >= 7.2.0"
3434
3535[tool .poetry .group .dev ]
3636optional = true
Original file line number Diff line number Diff line change 1- fastapi >= 0.115 .0
1+ fastapi >= 0.132 .0
22uvicorn [standard ]>= 0.41.0
3- pydantic >= 2.0.0
4- langchain >= 0.3.27
3+ pydantic >= 2.12.5
4+ langchain >= 1.2.10
55langchain-core >= 1.2.15
66langchain-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
910psycopg [binary,pool ]>= 3.2.9
1011openai >= 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
1317requests >= 2.31.0
18+ pytest >= 8.3.3
1419ipykernel
You can’t perform that action at this time.
0 commit comments