[0.11.0][Bugfix] fix fastapi version (#5048)

### What this PR does / why we need it?
fix fastapi version <0.124.0

Signed-off-by: hfadzxy <starmoon_zhang@163.com>
This commit is contained in:
zhangxinyuehfad
2025-12-15 23:51:38 +08:00
committed by GitHub
parent 01a13a9b77
commit 87c0cfafa3
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
# Prerequisites: # Prerequisites:
# - Python 3.8+ # - Python 3.8+
# - Install dependencies: # - Install dependencies:
# pip install fastapi httpx uvicorn vllm # pip install fastapi<0.124.0 httpx uvicorn vllm
# #
# Step 1: Start Your Backend Servers # Step 1: Start Your Backend Servers
# ---------------------------------- # ----------------------------------

View File

@@ -17,7 +17,7 @@
# Prerequisites: # Prerequisites:
# - Python 3.8+ # - Python 3.8+
# - Install dependencies: # - Install dependencies:
# pip install fastapi httpx uvicorn vllm # pip install fastapi<0.124.0 httpx uvicorn vllm
# #
# Step 1: Start Your Backend Servers # Step 1: Start Your Backend Servers
# ---------------------------------- # ----------------------------------

View File

@@ -17,4 +17,4 @@ ray>=2.47.1
protobuf>3.20.0 protobuf>3.20.0
librosa librosa
soundfile soundfile
pytest_mock fastapi<0.124.0