From 9ec39f71ac001968a6e2a8118f8e22658bfc1fa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 19:29:22 +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.34.5. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.31.4...v0.34.5) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 0.34.5 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..69b136c 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.34.5 multidict==6.4.4 nats-py==2.10.0 numpy==2.2.6