From 596c63cb58834094e0e5c82a23ad1126a7bebab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 23:20:12 +0000 Subject: [PATCH] Bump huggingface-hub from 0.26.1 to 1.16.1 Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.26.1 to 1.16.1. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.26.1...v1.16.1) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- requirements/extra-llama.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 2afc24b..c5364af 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -52,4 +52,4 @@ python-docx==1.1.2 # huggingface-hub # ------------------------------------------------------------------------------ -huggingface_hub==0.26.1 # https://pypi.org/project/huggingface-hub/ +huggingface_hub==1.16.1 # https://pypi.org/project/huggingface-hub/ diff --git a/requirements/extra-llama.txt b/requirements/extra-llama.txt index c949747..5e487a7 100644 --- a/requirements/extra-llama.txt +++ b/requirements/extra-llama.txt @@ -1,4 +1,4 @@ # Llama # ------------------------------------------------------------------------------ -huggingface-hub==0.26.1 +huggingface-hub==1.16.1 llama-cpp-python==0.3.14