Skip to content

Commit ef82789

Browse files
committed
build: Upgrade multipart to 0.0.29
Signed-off-by: Shern Shiou Tan <shernshiou@gmail.com>
1 parent 8909ed7 commit ef82789

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"kubernetes==32.0.0",
2020
"numpy==1.26.4",
2121
"prometheus-client==0.21.1",
22-
"python-multipart==0.0.22",
22+
"python-multipart==0.0.29",
2323
"sentry-sdk[fastapi]==2.27.0",
2424
"uhashring==2.3",
2525
"uvicorn==0.34.0",

src/vllm_router/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ opentelemetry-exporter-otlp==1.28.0
1010
opentelemetry-sdk==1.28.0
1111
prometheus_client==0.21.1
1212
psutil==7.0.0
13-
python-multipart==0.0.22
13+
python-multipart==0.0.29
1414
sentry-sdk[fastapi]==2.27.0
1515
uhashring==2.3
1616
uvicorn==0.34.0

0 commit comments

Comments
 (0)