From c8328a9bb5f14bad0c70c3310d83bf839f24580d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:31:08 +0000 Subject: [PATCH] Update huggingface-hub requirement from >=0.30.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.30.0...v1.10.1) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.10.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c84af8b..379d4db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ train = [ "pandas>=2.2.1", "pyarrow>=15.0.0", "tqdm>=4.66.1", - "huggingface_hub>=0.30.0", + "huggingface_hub>=1.10.1", "safetensors>=0.4.5", "tokenizers>=0.20.0", ]