From cbd3fca11b1fee1fd093dd96fb7868f237a2b576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 20:15:21 +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.0. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.31.4...v0.33.0) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 0.33.0 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..a1f0a98 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.0 multidict==6.4.4 nats-py==2.10.0 numpy==2.2.6