From 5e0c1fe69c516fe4796965185c7d7ca503e44e92 Mon Sep 17 00:00:00 2001 From: Andy Lo Date: Thu, 6 Nov 2025 18:24:47 +0000 Subject: [PATCH] [Structured outputs] Upgrade llguidance to 1.3.0 (#28039) Signed-off-by: Andy Lo Co-authored-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 391e5acfd..ce5607b7f 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -19,7 +19,7 @@ pillow # Required for image processing 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" or platform_machine == "s390x" +llguidance >= 1.3.0, < 1.4.0; platform_machine == "x86_64" or platform_machine == "arm64" or platform_machine == "aarch64" or platform_machine == "s390x" outlines_core == 0.2.11 # required for outlines backend disk cache diskcache == 5.6.3