Skip to content

Commit 302f8a1

Browse files
authored
Fix Dependabot alerts for router and struct2graph (#1982)
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 416174d commit 302f8a1

File tree

4 files changed

+327
-262
lines changed

4 files changed

+327
-262
lines changed

comps/router/src/requirements.in

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ fastapi
66
httpx
77
kubernetes
88
langchain
9-
langchain-community
9+
langchain-core>=0.3.81
10+
langchain-community>=0.3.27
11+
langchain-text-splitters>=0.3.9
1012
opentelemetry-api
1113
opentelemetry-exporter-otlp
1214
opentelemetry-sdk
13-
pillow
15+
pillow>=11.3.0
1416
prometheus-fastapi-instrumentator
1517
pydantic
1618
pypdf
@@ -20,4 +22,6 @@ pyyaml
2022
requests
2123
semantic-router
2224
shortuuid
25+
starlette>=0.49.1
26+
urllib3>=2.6.0
2327
uvicorn[standard]

0 commit comments

Comments
 (0)