From 42b144342258d10d33f7b4841fdbdb639519b7d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 15:31:00 +0000 Subject: [PATCH] deps(python): 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/v0.34.0...v1.29.0) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.29.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bbe23bea..3d395331 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,13 +25,13 @@ dev = [ "pytest", "httpx", "ruff", - "huggingface-hub>=0.34.0,<2.0.0", + "huggingface-hub>=1.29.0,<2.0.0", "build==1.2.2.post1", "setuptools>=68.0", "wheel", ] -mlx = ["mlx-lm>=0.31.0", "huggingface-hub>=0.34.0,<2.0.0"] -vision = ["mlx-vlm>=0.6.4,<0.7.0", "huggingface-hub>=0.34.0,<2.0.0"] +mlx = ["mlx-lm>=0.31.0", "huggingface-hub>=1.29.0,<2.0.0"] +vision = ["mlx-vlm>=0.6.4,<0.7.0", "huggingface-hub>=1.29.0,<2.0.0"] audio = ["soundfile>=0.12.0", "numpy>=1.24.0"] [project.scripts]