Просмотр исходного кода

chore: bump unstructured to 0.18.18

Timothy Jaeryang Baek 3 месяцев назад
Родитель
Сommit
84912904fd
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      backend/requirements.txt
  2. 1 1
      pyproject.toml

+ 1 - 1
backend/requirements.txt

@@ -63,7 +63,7 @@ fpdf2==2.8.2
 pymdown-extensions==10.14.2
 docx2txt==0.8
 python-pptx==1.0.2
-unstructured==0.18.15
+unstructured==0.18.18
 nltk==3.9.1
 Markdown==3.9
 pypandoc==1.15

+ 1 - 1
pyproject.toml

@@ -73,7 +73,7 @@ dependencies = [
     "pymdown-extensions==10.14.2",
     "docx2txt==0.8",
     "python-pptx==1.0.2",
-    "unstructured==0.18.15",
+    "unstructured==0.18.18",
     "nltk==3.9.1",
     "Markdown==3.9",
     "pypandoc==1.15",