From c557c93dcc385370bf68fce8a04b79499c8e28f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 04:20:34 +0000 Subject: [PATCH] chore(deps): update dependency unstructured to ^0.14.0 [security] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a764a73a..51bbbd9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ huggingface-hub = "^0.13.3" rich = "^13.3.3" llama-cpp-python = "0.1.23" networkx = "^3.1" -unstructured = "^0.5.11" +unstructured = "^0.14.0" pypdf = "^3.7.1" lxml = "^4.9.2" pysrt = "^1.1.2"