From 75e573c284d180fe2b9f8911c0b99a6685718160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 19:55:05 +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.32.4. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.31.4...v0.32.4) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 0.32.4 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..bc0febd 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.32.4 multidict==6.4.4 nats-py==2.10.0 numpy==2.2.6