From 832c84fba9295c0717ccc436b82c5e507212de63 Mon Sep 17 00:00:00 2001 From: DarkSharpness <76582120+DarkSharpness@users.noreply.github.com> Date: Wed, 8 Oct 2025 09:22:28 +0800 Subject: [PATCH] [Chore] Update xgrammar 0.1.24 -> 0.1.25 (#10710) --- python/pyproject.toml | 2 +- python/pyproject_other.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index ddd33dcb8..04b994ea6 100755 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -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 ] diff --git a/python/pyproject_other.toml b/python/pyproject_other.toml index f09784365..e4de23039 100755 --- a/python/pyproject_other.toml +++ b/python/pyproject_other.toml @@ -53,7 +53,7 @@ runtime_common = [ "transformers==4.56.1", "uvicorn", "uvloop", - "xgrammar==0.1.24", + "xgrammar==0.1.25", ] tracing = [