From 657f5995821b72fc31756b54f63f1d8bcc0c7e2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 03:14:34 +0000 Subject: [PATCH] build(deps-dev): bump unstructured from 0.18.14 to 0.24.1 in /backend Bumps [unstructured](https://github.com/Unstructured-IO/unstructured) from 0.18.14 to 0.24.1. - [Release notes](https://github.com/Unstructured-IO/unstructured/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured/blob/main/CHANGELOG.md) - [Commits](https://github.com/Unstructured-IO/unstructured/compare/unstructured_0.18.14...0.24.1) --- updated-dependencies: - dependency-name: unstructured dependency-version: 0.24.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 9481cdbc7a..774a1376a6 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -38,7 +38,7 @@ data-process = [ "celery>=5.3.6", "flower>=2.0.1", "nest_asyncio>=1.5.6", - "unstructured[csv,docx,pdf,pptx,xlsx,md]==0.18.14", + "unstructured[csv,docx,pdf,pptx,xlsx,md]==0.24.1", "openpyxl>=3.1.5", "xlrd>=2.0.1", "huggingface_hub>=0.30.0,<1.0"