From 315fa5d50a0ee5bcd8cb79f39d561a26e600df23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:47:44 +0000 Subject: [PATCH] chore(deps-dev): update huggingface-hub requirement 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/v1.7.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 7d721a9..6eda3d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "ruff>=0.15,<1", ] model-build = [ - "huggingface_hub>=1.7,<2", + "huggingface_hub>=1.10.1,<2", ] [project.scripts]