From 7549a9af63ae8cecc7d2c446824751bf7b137e27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 02:49:04 +0000 Subject: [PATCH] Update huggingface-hub requirement from ~=0.27.1 to >=0.27.1,<0.33.0 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.27.1...v0.32.3) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 0.32.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 13bcee2..8b1df34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ dependencies = [ #TODO: can add optional dependencies #Huggingface Hub 'ijson~=3.3.0', 'pyfastx~=2.2.0', -'huggingface_hub~=0.27.1', +'huggingface_hub>=0.27.1,<0.33.0', #Azure 'azure-identity~=1.21.0' diff --git a/requirements.txt b/requirements.txt index be402e0..2f99af3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ tqdm~=4.67.1 #Huggingface Hub ijson~=3.3.0 pyfastx~=2.2.0 -huggingface_hub~=0.27.1 +huggingface_hub>=0.27.1,<0.33.0 #Azure azure-identity~=1.21.0 \ No newline at end of file