From a6d608d430144c1022b14fff7ca688f1a970f1b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 15:44:09 +0000 Subject: [PATCH] chore(deps-dev): bump unstructured from 0.18.14 to 0.27.1 in /backend Bumps [unstructured](https://github.com/Unstructured-IO/unstructured) from 0.18.14 to 0.27.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.27.1) --- updated-dependencies: - dependency-name: unstructured dependency-version: 0.27.1 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 0bcb48918f..645b5c9b4f 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -43,7 +43,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.27.1", "openpyxl>=3.1.5", "xlrd>=2.0.1", "huggingface_hub>=0.30.0,<1.0"