[gRPC] Extract gRPC servicer into standalone package (#20478)

Signed-off-by: Simo Lin <linsimo.mark@gmail.com>
This commit is contained in:
Simo Lin
2026-03-13 09:13:29 -07:00
committed by GitHub
parent be7a0311a0
commit 654fc02cf1
11 changed files with 15 additions and 2988 deletions

View File

@@ -67,9 +67,7 @@ dependencies = [
"uvicorn",
"uvloop",
"xgrammar==0.1.27",
"smg-grpc-proto>=0.4.1",
"grpcio>=1.78.0",
"grpcio-reflection>=1.78.0",
"smg-grpc-servicer>=0.5.0",
]
[project.optional-dependencies]