fix: unstructured md file parsing issue

This commit is contained in:
Timothy J. Baek 2024-08-17 17:20:35 +02:00
parent fa20b1dc09
commit 176c689f8d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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",