Browse Source

fix: unstructured md file parsing issue

Timothy J. Baek 8 months ago
parent
commit
176c689f8d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      backend/requirements.txt
  2. 1 1
      pyproject.toml

+ 1 - 1
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

+ 1 - 1
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",