From eb5e620620371db9c68a86d10183ae17bd10a2fc Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 18 Sep 2025 13:55:21 -0400 Subject: [PATCH] [Build] Update Xgrammar to 0.1.24 to get a CVE fix Fixes https://github.com/advisories/GHSA-9q5r-wfvf-rr7f Signed-off-by: Russell Bryant --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index b8665104bd09..7973da080c37 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -24,7 +24,7 @@ outlines_core == 0.2.11 # required for outlines backend disk cache diskcache == 5.6.3 lark == 1.2.2 -xgrammar == 0.1.23; platform_machine == "x86_64" or platform_machine == "aarch64" or platform_machine == "arm64" +xgrammar == 0.1.24; platform_machine == "x86_64" or platform_machine == "aarch64" or platform_machine == "arm64" typing_extensions >= 4.10 filelock >= 3.16.1 # need to contain https://github.com/tox-dev/filelock/pull/317 partial-json-parser # used for parsing partial JSON outputs