From a32b82a4217443947fc4993e9dbc844b2ed8b76f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 03:30:28 +0000 Subject: [PATCH] chore(deps): 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.0.1...v1.9.1) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 7440d40..88d77fb 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -59,7 +59,7 @@ faster-whisper>=1.1.1 # ML/Data processing transformers>=4.48.0 pandas>=2.2.3 -huggingface-hub<1.0.0 +huggingface-hub<2.0.0 # Triton for optimized attention (Linux x86_64 only) triton>=3.3.0; sys_platform == 'linux' and platform_machine == 'x86_64'