From c39d56110f37a1634804d812cd3c41f315fc589f Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 16 Aug 2024 00:44:05 -0400 Subject: [PATCH] new commit hash --- 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 7277f40d1..31d0a96ee 100644 --- a/bbot/modules/unstructured.py +++ b/bbot/modules/unstructured.py @@ -68,7 +68,7 @@ class unstructured(BaseModule): deps_apt = ["libmagic-dev", "poppler-utils", "tesseract-ocr", "libreoffice", "pandoc"] deps_pip = [ - "git+https://github.com/Unstructured-IO/unstructured@9b778e270dd8547476370a9417520679cd46c802#egg=unstructured[all-docs]" + "git+https://github.com/Unstructured-IO/unstructured@d0211cc41faa3988b0cfdefa3e0a8f80adbf013b#egg=unstructured[all-docs]" ] async def setup(self):