diff --git a/python/pyproject_cpu.toml b/python/pyproject_cpu.toml index 158938dafc3c..50406c14b3e6 100644 --- a/python/pyproject_cpu.toml +++ b/python/pyproject_cpu.toml @@ -61,7 +61,7 @@ dependencies = [ "tqdm", "transformers==4.57.1", "uvicorn", - "uvloop==0.21.0", + "uvloop", "xgrammar==0.1.27", "grpcio==1.75.1", # keep it align with compile_proto.py "grpcio-tools==1.75.1", # keep it align with compile_proto.py diff --git a/python/pyproject_other.toml b/python/pyproject_other.toml index 426188206787..cdc0fe1c2292 100755 --- a/python/pyproject_other.toml +++ b/python/pyproject_other.toml @@ -61,7 +61,7 @@ runtime_common = [ "tqdm", "transformers==4.57.1", "uvicorn", - "uvloop==0.21.0", + "uvloop", "xgrammar==0.1.27", "grpcio==1.75.1", # keep it align with compile_proto.py "grpcio-tools==1.75.1", # keep it align with compile_proto.py diff --git a/python/pyproject_xpu.toml b/python/pyproject_xpu.toml index 23d4b6121bf2..7db00b9816cd 100644 --- a/python/pyproject_xpu.toml +++ b/python/pyproject_xpu.toml @@ -63,7 +63,7 @@ dependencies = [ "tqdm", "transformers==4.57.1", "uvicorn", - "uvloop==0.21.0", + "uvloop", # "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