From e5ea6b9a4081276adaccd30ad9b2acd388fbd482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 19:35:32 +0000 Subject: [PATCH] Bump huggingface-hub from 0.28.1 to 0.29.0 Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.28.1 to 0.29.0. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.28.1...v0.29.0) --- updated-dependencies: - dependency-name: huggingface-hub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 591d930..583861a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -737,13 +737,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "huggingface-hub" -version = "0.28.1" +version = "0.29.0" description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub" optional = false python-versions = ">=3.8.0" files = [ - {file = "huggingface_hub-0.28.1-py3-none-any.whl", hash = "sha256:aa6b9a3ffdae939b72c464dbb0d7f99f56e649b55c3d52406f49e0a5a620c0a7"}, - {file = "huggingface_hub-0.28.1.tar.gz", hash = "sha256:893471090c98e3b6efbdfdacafe4052b20b84d59866fb6f54c33d9af18c303ae"}, + {file = "huggingface_hub-0.29.0-py3-none-any.whl", hash = "sha256:c02daa0b6bafbdacb1320fdfd1dc7151d0940825c88c4ef89837fdb1f6ea0afe"}, + {file = "huggingface_hub-0.29.0.tar.gz", hash = "sha256:64034c852be270cac16c5743fe1f659b14515a9de6342d6f42cbb2ede191fc80"}, ] [package.dependencies] @@ -2743,4 +2743,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.11" -content-hash = "66354990fdd822bb3edbe65a38dd9ca80c08f731b6a1a5035e93cc4f1eb3ef92" +content-hash = "f495cc786b78837907b52c139be359922c31ea2ef1e4be2bbbb0053f94ab95cf" diff --git a/pyproject.toml b/pyproject.toml index d505d2a..68b2862 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ idna = "3.10" requests = "2.32.3" tqdm = "4.67.1" urllib3 = "2.3.0" -huggingface-hub = "0.28.1" +huggingface-hub = "0.29.0" datasets = "3.3.0" litellm = "1.60.6" PyYAML = ">=6.0.1"