From 3b5ed5b7c3bf5c69d8e985a36034415d95494a3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:34:59 +0000 Subject: [PATCH] build(deps): bump huggingface-hub in /clients/python Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.24.7 to 0.25.0. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.24.7...v0.25.0) --- updated-dependencies: - dependency-name: huggingface-hub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- clients/python/poetry.lock | 8 ++++---- clients/python/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/clients/python/poetry.lock b/clients/python/poetry.lock index 0cfa9aa9..ef287c19 100644 --- a/clients/python/poetry.lock +++ b/clients/python/poetry.lock @@ -732,13 +732,13 @@ files = [ [[package]] name = "huggingface-hub" -version = "0.24.7" +version = "0.25.0" description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub" optional = true python-versions = ">=3.8.0" files = [ - {file = "huggingface_hub-0.24.7-py3-none-any.whl", hash = "sha256:a212c555324c8a7b1ffdd07266bb7e7d69ca71aa238d27b7842d65e9a26ac3e5"}, - {file = "huggingface_hub-0.24.7.tar.gz", hash = "sha256:0ad8fb756e2831da0ac0491175b960f341fe06ebcf80ed6f8728313f95fc0207"}, + {file = "huggingface_hub-0.25.0-py3-none-any.whl", hash = "sha256:e2f357b35d72d5012cfd127108c4e14abcd61ba4ebc90a5a374dc2456cb34e12"}, + {file = "huggingface_hub-0.25.0.tar.gz", hash = "sha256:fb5fbe6c12fcd99d187ec7db95db9110fb1a20505f23040a5449a717c1a0db4d"}, ] [package.dependencies] @@ -2194,4 +2194,4 @@ hf = ["huggingface-hub"] [metadata] lock-version = "2.0" python-versions = ">= 3.9, < 4.0" -content-hash = "d5d88d483d3666077af428d83ae396f59f905e3af0020cef3ffccdf2339d228a" +content-hash = "eb040e095cac78f72e10d4a1600df0f53fd03a3a78de324afe7bf33c9502abcc" diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml index 7a975243..2cb90675 100644 --- a/clients/python/pyproject.toml +++ b/clients/python/pyproject.toml @@ -26,7 +26,7 @@ nest-asyncio = "^1.6.0" # necessary for modern type annotations using pydantic on 3.9 eval-type-backport = "^0.2.0" -huggingface-hub = { version = ">=0.20.1,<0.25.0", optional = true } +huggingface-hub = { version = ">=0.20.1,<0.26.0", optional = true } [tool.poetry.extras] hf = ["huggingface-hub"]