From aeaf94e9c0de2d7fb494a8677386362933f97409 Mon Sep 17 00:00:00 2001 From: Courtney Pacheco <6019922+courtneypacheco@users.noreply.github.com> Date: Tue, 10 Dec 2024 08:05:06 -0500 Subject: [PATCH] Pin `docling-parse>=2.0.0,<3.0.0` `docling-parse` v3.0.0 contains breaking changes to the syntax, which is currently breaking our builds. Signed-off-by: Courtney Pacheco <6019922+courtneypacheco@users.noreply.github.com> --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 7984751c..f1c38e28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ click>=8.1.7,<9.0.0 datasets>=2.18.0,<3.0.0 docling[tesserocr]>=2.4.2,<3.0.0 +docling-parse>=2.0.0,<3.0.0 GitPython>=3.1.42,<4.0.0 gguf>=0.6.0 httpx>=0.25.0,<1.0.0