From 9328ce877894e3b1ad4fbb88350c17baff83e200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 13:39:28 +0000 Subject: [PATCH] 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.21.0) --- updated-dependencies: - dependency-name: huggingface-hub 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 27a1532..c76b6f1 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.21.0", + "huggingface-hub>=0.8.1,<0.22.0", ] [project.optional-dependencies]