From 904a4e300d37361cc2d48d563138e4dc0f84137e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:05:27 -0800 Subject: [PATCH] Update huggingface-hub requirement from <0.24.0,>=0.8.1 to >=0.8.1,<0.25.0 (#239) * 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.8.1...v0.24.0) --- updated-dependencies: - dependency-name: huggingface-hub dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Update pyproject.toml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete Walsh --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26bc2a5..9e21bba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "filelock>=3.4,<3.14", "boto3>=1.0,<2.0", "google-cloud-storage>=1.32.0,<3.0", - "huggingface-hub>=0.8.1,<0.24.0", + "huggingface-hub>=0.8.1,<0.27.0", ] [project.optional-dependencies]