Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"python-multipart==0.0.20",
"sentry-sdk[fastapi]==2.27.0",
"uhashring==2.3",
"uvicorn==0.34.0",
"uvicorn[standard]==0.34.0",
"xxhash==3.5.0",
"psutil==7.0.0",
"pyyaml>=6.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/vllm_router/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ psutil==7.0.0
python-multipart==0.0.20
sentry-sdk[fastapi]==2.27.0
uhashring==2.3
uvicorn==0.34.0
uvicorn[standard]==0.34.0
xxhash==3.5.0