From d4d78953ab736295bb5d1ea6eefcc3099d13a267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 10:42:43 +0000 Subject: [PATCH] deps(deps): update huggingface-hub requirement from >=0.30.0 to >=1.19.0 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.30.0...v1.19.0) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 51a4e21..834963d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ torch==2.9.1 datasets==4.4.2 accelerate==1.10.1 evaluate==0.4.6 -huggingface_hub>=0.30.0 +huggingface_hub>=1.19.0 httpx==0.28.1