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

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

Signed-off-by: hfadzxy <starmoon_zhang@163.com>
This commit is contained in:
zhangxinyuehfad
2025-12-16 11:34:11 +08:00
committed by GitHub
parent 303c08aec9
commit ca0823f238
3 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ requires = [
"msgpack",
"quart",
"numba",
"fastapi<0.124.0",
"opencv-python-headless<=4.11.0.86", # Required to avoid numpy version conflict with vllm
]
build-backend = "setuptools.build_meta"

View File

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

View File

@@ -28,3 +28,4 @@ numba
torch-npu==2.7.1
transformers<=4.57.1
fastapi<0.124.0