[grpc] style fix for grpc compilation. (#11175)

This commit is contained in:
Liangsheng Yin
2025-10-03 01:44:29 +08:00
committed by GitHub
parent 458611de77
commit bfcd9b2433
3 changed files with 33 additions and 24 deletions

View File

@@ -66,7 +66,9 @@ dependencies = [
"transformers==4.56.1",
"uvicorn",
"uvloop",
"xgrammar==0.1.24"
"xgrammar==0.1.24",
"grpcio==1.74.0", # keep it align with compile_proto.py
"grpcio-tools==1.74.0" # keep it align with compile_proto.py
]
[project.optional-dependencies]