From f39f29c38f0c523714194495a7f307220db444c1 Mon Sep 17 00:00:00 2001 From: Athanasios Oikonomou Date: Sun, 19 Oct 2025 17:34:46 +0300 Subject: [PATCH] build(deps): bump unstructured from 0.16.17 to 0.18.15 This PR updates the unstructured package from version 0.16.17 to 0.18.15 to enable installation and compatibility with Python 3.13. More info #18349 --- 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 8876f5d8ac..8821cf1cd8 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.16.17 +unstructured==0.18.15 nltk==3.9.1 Markdown==3.9 pypandoc==1.15 diff --git a/pyproject.toml b/pyproject.toml index cd5a08fba2..44d5b15cfc 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.16.17", + "unstructured==0.18.15", "nltk==3.9.1", "Markdown==3.9", "pypandoc==1.15",