From 1115b231b8245e534c6e1dd87efba1df01678b87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 15:46:25 +0000 Subject: [PATCH] build(deps-dev): update huggingface-hub requirement in /backend Updates the requirements on [huggingface-hub](https://github.com/huggingface/huggingface_hub) to permit the latest version. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.19.0...v1.8.0) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.8.0 dependency-type: direct:development ... 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 65e27107a..b8e6116a2 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -26,7 +26,7 @@ data-process = [ "flower>=2.0.1", "nest_asyncio>=1.5.6", "unstructured[csv,docx,pdf,pptx,xlsx,md]==0.18.14", - "huggingface_hub>=0.19.0,<0.21.0" + "huggingface_hub>=0.19.0,<1.9.0" ] test = [ "pytest",