From f86c7d703609fa629b2677df62b80af4d9e55c1c Mon Sep 17 00:00:00 2001 From: andreatp Date: Thu, 11 Jun 2026 12:49:00 +0100 Subject: [PATCH] Pin docling to 2.100.0 to avoid broken rapidocr 3.8.2 rapidocr 3.8.2 shipped without arch_config.yaml, breaking the Docling OCR pipeline in CI. Co-Authored-By: Claude Opus 4.6 (1M context) --- it/src/test/resources/docling-project/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/src/test/resources/docling-project/pyproject.toml b/it/src/test/resources/docling-project/pyproject.toml index df048b7..43418d5 100644 --- a/it/src/test/resources/docling-project/pyproject.toml +++ b/it/src/test/resources/docling-project/pyproject.toml @@ -2,4 +2,4 @@ name = "docling-spike" version = "0.1.0" requires-python = ">=3.13" -dependencies = ["docling"] +dependencies = ["docling==2.100.0"]