From 0356fd26f5c00ff1223ac85358cc7827df29d2b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 23:13:26 +0000 Subject: [PATCH] build(deps): bump huggingface-hub in /embedding-service Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.31.4 to 0.33.1. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.31.4...v0.33.1) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 0.33.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- embedding-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedding-service/requirements.txt b/embedding-service/requirements.txt index 5c4a661..56061db 100644 --- a/embedding-service/requirements.txt +++ b/embedding-service/requirements.txt @@ -6,7 +6,7 @@ clip-anytorch==2.6.0 frozenlist==1.6.0 ftfy==6.3.1 grpcio==1.72.1 -huggingface-hub==0.31.4 +huggingface-hub==0.33.1 multidict==6.4.4 nats-py==2.10.0 numpy==2.2.6