From 84912904fd5545c8cbab2afffb208896b1a09c69 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 12 Nov 2025 23:41:54 -0500 Subject: [PATCH] chore: bump unstructured to 0.18.18 --- 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 0fdcb618fd..6708e571fd 100644 --- a/backend/requirements.txt +++ b/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 diff --git a/pyproject.toml b/pyproject.toml index 87e88a1b06..852a4d25dd 100644 --- a/pyproject.toml +++ b/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",