From d5e0346847a3a36ab7b4492f0d55f4f80189fe97 Mon Sep 17 00:00:00 2001 From: Swipe4057 <106391009+Swipe4057@users.noreply.github.com> Date: Mon, 24 Nov 2025 05:53:45 +0300 Subject: [PATCH] xgrammar up version to 0.1.27 (#13650) --- python/pyproject.toml | 2 +- python/pyproject_cpu.toml | 2 +- python/pyproject_other.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index c39c65f6e..ab9c492d5 100755 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -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 diff --git a/python/pyproject_cpu.toml b/python/pyproject_cpu.toml index 4454ddf15..158938daf 100644 --- a/python/pyproject_cpu.toml +++ b/python/pyproject_cpu.toml @@ -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 diff --git a/python/pyproject_other.toml b/python/pyproject_other.toml index c191a752b..426188206 100755 --- a/python/pyproject_other.toml +++ b/python/pyproject_other.toml @@ -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