From 190f9b66d62aea9654ee5b5dba91e1b204e35441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:33:01 +0000 Subject: [PATCH] Update unstructured[embed-huggingface,pdf] requirement Updates the requirements on [unstructured[embed-huggingface,pdf]](https://github.com/Unstructured-IO/unstructured) to permit the latest version. - [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/0.2.0...0.16.0) --- updated-dependencies: - dependency-name: unstructured[embed-huggingface,pdf] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d30fab2..d6bb47f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ examples = [ "numpy>=1,<2", "defusedxml", "accelerate", - "unstructured[pdf,embed-huggingface]<0.16.0", + "unstructured[pdf,embed-huggingface]<0.17.0", "pdfplumber==0.11.4", "huggingface_hub[hf_transfer]", "onnx==1.16.1"