From c36b0ea635ac994565909cf154d3d0089935f580 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 18 Oct 2024 15:44:52 -0400 Subject: [PATCH] update unstructured --- bbot/modules/unstructured.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbot/modules/unstructured.py b/bbot/modules/unstructured.py index cf58a59b6f..65c26ec16c 100644 --- a/bbot/modules/unstructured.py +++ b/bbot/modules/unstructured.py @@ -64,7 +64,7 @@ class unstructured(BaseModule): } deps_apt = ["libmagic-dev", "poppler-utils", "tesseract-ocr", "libreoffice", "pandoc"] - deps_pip = ["unstructured[all-docs]>=0.15.7,<1.0", "nltk>=3.9.0,<4.0"] + deps_pip = ["unstructured[all-docs]>=0.16.0,<1.0", "nltk>=3.9.0,<4.0"] scope_distance_modifier = 1