[Chore] Update xgrammar 0.1.24 -> 0.1.25 (#10710)

This commit is contained in:
DarkSharpness
2025-10-08 09:22:28 +08:00
committed by GitHub
parent 64d1505c0a
commit 832c84fba9
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ dependencies = [
"transformers==4.57.0",
"uvicorn",
"uvloop",
"xgrammar==0.1.24",
"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
]

View File

@@ -53,7 +53,7 @@ runtime_common = [
"transformers==4.56.1",
"uvicorn",
"uvloop",
"xgrammar==0.1.24",
"xgrammar==0.1.25",
]
tracing = [