From ba74043cf93960576d2db5e828d75918d4c04432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 13:21:05 +0000 Subject: [PATCH] build(deps): bump huggingface-hub from 1.14.0 to 1.22.0 in /search-api Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 1.14.0 to 1.22.0. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v1.14.0...v1.22.0) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- search-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search-api/requirements.txt b/search-api/requirements.txt index 9ffc193..0bf1b14 100644 --- a/search-api/requirements.txt +++ b/search-api/requirements.txt @@ -1,7 +1,7 @@ # Runtime dependencies for AssistSupport search-api flask==3.1.3 flask-limiter==3.12 -huggingface-hub==1.14.0 +huggingface-hub==1.22.0 joblib==1.5.3 numpy==2.4.6 psycopg2-binary==2.9.10