From 920ed46b09fbce1967e068be2fa6345768118752 Mon Sep 17 00:00:00 2001 From: Kazuhiro Serizawa Date: Wed, 10 Sep 2025 02:59:46 +0900 Subject: [PATCH] [Misc] bump outlines_core to fix the version conflicts with outlines >= 1.2.0 (#24368) Signed-off-by: Kazuhiro Serizawa Signed-off-by: Simon Mo Co-authored-by: Aaron Pham Co-authored-by: Simon Mo --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 8f5bc9176..b8665104b 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -20,7 +20,7 @@ prometheus-fastapi-instrumentator >= 7.0.0 tiktoken >= 0.6.0 # Required for DBRX tokenizer lm-format-enforcer == 0.11.3 llguidance >= 0.7.11, < 0.8.0; platform_machine == "x86_64" or platform_machine == "arm64" or platform_machine == "aarch64" -outlines_core == 0.2.10 +outlines_core == 0.2.11 # required for outlines backend disk cache diskcache == 5.6.3 lark == 1.2.2