Pin uvloop to 0.21.0 (#12279)

Signed-off-by: Xiaodong Ye <yeahdongcn@gmail.com>
This commit is contained in:
R0CKSTAR
2025-11-07 03:33:31 +08:00
committed by GitHub
parent 1772671be5
commit b07c5e4080
4 changed files with 4 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ dependencies = [
"tqdm",
"transformers==4.57.1",
"uvicorn",
"uvloop",
"uvloop==0.21.0",
"xgrammar==0.1.25",
"grpcio==1.75.1", # keep it align with compile_proto.py
"grpcio-tools==1.75.1", # keep it align with compile_proto.py

View File

@@ -61,7 +61,7 @@ dependencies = [
"tqdm",
"transformers==4.57.1",
"uvicorn",
"uvloop",
"uvloop==0.21.0",
"xgrammar==0.1.25",
"grpcio==1.75.1", # keep it align with compile_proto.py
"grpcio-tools==1.75.1", # keep it align with compile_proto.py

View File

@@ -60,7 +60,7 @@ runtime_common = [
"tqdm",
"transformers==4.57.1",
"uvicorn",
"uvloop",
"uvloop==0.21.0",
"xgrammar==0.1.25",
"grpcio==1.75.1", # keep it align with compile_proto.py
"grpcio-tools==1.75.1", # keep it align with compile_proto.py

View File

@@ -63,7 +63,7 @@ dependencies = [
"tqdm",
"transformers==4.57.1",
"uvicorn",
"uvloop",
"uvloop==0.21.0",
# "xgrammar==0.1.24", , xgrammar depends on CUDA PyTorch and Triton only
"grpcio==1.75.1", # keep it align with compile_proto.py
"grpcio-tools==1.75.1", # keep it align with compile_proto.py