From 7da53bb92f8344216374a5ca1e367d9685a3df95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 23:38:23 -0400 Subject: [PATCH] Bump huggingface-hub from 0.25.0 to 0.25.1 in /api (#1477) Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.25.0 to 0.25.1. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.25.0...v0.25.1) --- updated-dependencies: - dependency-name: huggingface-hub dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 8da836c4ed3..e40ff03ca4e 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -914,13 +914,13 @@ files = [ [[package]] name = "huggingface-hub" -version = "0.25.0" +version = "0.25.1" 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.25.0-py3-none-any.whl", hash = "sha256:e2f357b35d72d5012cfd127108c4e14abcd61ba4ebc90a5a374dc2456cb34e12"}, - {file = "huggingface_hub-0.25.0.tar.gz", hash = "sha256:fb5fbe6c12fcd99d187ec7db95db9110fb1a20505f23040a5449a717c1a0db4d"}, + {file = "huggingface_hub-0.25.1-py3-none-any.whl", hash = "sha256:a5158ded931b3188f54ea9028097312cb0acd50bffaaa2612014c3c526b44972"}, + {file = "huggingface_hub-0.25.1.tar.gz", hash = "sha256:9ff7cb327343211fbd06e2b149b8f362fd1e389454f3f14c6db75a4999ee20ff"}, ] [package.dependencies] @@ -2039,4 +2039,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "f62d099acf4d80022a06bdb4840aedc2e8383cab3c761edf652f761a0452df07" +content-hash = "86cebc05a8804cf614d4e23c3545cee88b237955475d5c2dea48969972dadcbf" diff --git a/api/pyproject.toml b/api/pyproject.toml index e688aaf8009..2cfcc7f0db6 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -30,7 +30,7 @@ starlette = "^0.26.1" typing-extensions = "^4.12.2" urllib3 = "^2.2.3" fastapi = "^0.95.1" -huggingface-hub = "^0.25.0" +huggingface-hub = "^0.25.1" requests = "^2.32.3" langchain = "^0.0.180" loguru = "^0.7.2"