From 176c689f8d97582669c1929c9adf398d38d23047 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sat, 17 Aug 2024 17:20:35 +0200 Subject: [PATCH] fix: unstructured md file parsing issue --- backend/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 6ef299b5f..5bb4ce6da 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -44,7 +44,7 @@ sentence-transformers==3.0.1 pypdf==4.3.1 docx2txt==0.8 python-pptx==1.0.0 -unstructured==0.15.0 +unstructured==0.15.5 Markdown==3.6 pypandoc==1.13 pandas==2.2.2 diff --git a/pyproject.toml b/pyproject.toml index 159bce072..f9c51bce5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "pypdf==4.3.1", "docx2txt==0.8", "python-pptx==1.0.0", - "unstructured==0.15.0", + "unstructured==0.15.5", "Markdown==3.6", "pypandoc==1.13", "pandas==2.2.2",