From e71846014ef23f63c66779adb14fd45d9aed2380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 15:44:10 +0000 Subject: [PATCH] build(deps-dev): bump unstructured from 0.18.14 to 0.25.2 in /backend Bumps [unstructured](https://github.com/Unstructured-IO/unstructured) from 0.18.14 to 0.25.2. - [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.25.2) --- updated-dependencies: - dependency-name: unstructured dependency-version: 0.25.2 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 77ead385da..d175727339 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -40,7 +40,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.25.2", "openpyxl>=3.1.5", "xlrd>=2.0.1", "huggingface_hub>=0.30.0,<1.0"