xgrammar up version to 0.1.27 (#13650)

This commit is contained in:
Swipe4057
2025-11-24 05:53:45 +03:00
committed by GitHub
parent a22104a676
commit d5e0346847
3 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ dependencies = [
"transformers==4.57.1",
"uvicorn",
"uvloop==0.21.0",
"xgrammar==0.1.25",
"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
"grpcio-reflection==1.75.1", # required by srt/entrypoints/grpc_server.py

View File

@@ -62,7 +62,7 @@ dependencies = [
"transformers==4.57.1",
"uvicorn",
"uvloop==0.21.0",
"xgrammar==0.1.25",
"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
"grpcio-reflection==1.75.1", # required by srt/entrypoints/grpc_server.py

View File

@@ -62,7 +62,7 @@ runtime_common = [
"transformers==4.57.1",
"uvicorn",
"uvloop==0.21.0",
"xgrammar==0.1.25",
"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
"grpcio-reflection==1.75.1", # required by srt/entrypoints/grpc_server.py