From 23a49150559d760c33fca9514e58ebfd1fbb80fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 10:28:17 +0000 Subject: [PATCH] build(deps): 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.30.0...v0.35.3) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 0.35.3 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 ee108ed524..e248e9a8cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] dependencies = [ # download models: - "huggingface-hub>=0.30,<0.35", + "huggingface-hub>=0.30,<0.36", "jsonargparse[signatures]>=4.31,<=4.32.1; python_version<'3.10'", # 4.33 does not seem to be compatible with Python 3.9 "jsonargparse[signatures]>=4.37; python_version>'3.9'", # required to work with python3.12+ "lightning>=2.5",