[router][Fix] Include grpc reflection runtime dependency (#11419)

Co-authored-by: Chang Su <chang.s.su@oracle.com>
This commit is contained in:
ai-jz
2025-10-13 09:32:42 -07:00
committed by GitHub
parent b8c430f1ce
commit 9cc1e065f1
3 changed files with 5 additions and 4 deletions

View File

@@ -68,7 +68,8 @@ dependencies = [
"uvloop",
"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
"grpcio-tools==1.75.1", # keep it align with compile_proto.py
"grpcio-reflection==1.75.1", # required by srt/entrypoints/grpc_server.py
]
[project.optional-dependencies]