From 926fef16ed068bcfa4faa53a0f4c92388da53e63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:47:34 +0000 Subject: [PATCH] Update huggingface-hub requirement from >=0.20.0 to >=1.10.1 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.20.0...v1.10.1) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.10.1 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 72b9b693..d41fc20e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies=[ "fastparquet", "datasets>=2.14.0", "typer>=0.9.0", - "huggingface-hub>=0.20.0", + "huggingface-hub>=1.10.1", "torch-sparse", "torch-scatter", "torch==2.8.0",