From 4d49ce7eef18dbcc4a6114462681485bcb5c2610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 01:52:50 +0000 Subject: [PATCH] chore(deps): update huggingface-hub requirement Updates the requirements on [huggingface-hub](https://github.com/huggingface/huggingface_hub) to permit the latest version. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.20.0...v1.28.0) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe8a950..4b183d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "aiokafka>=0.14.0", "pyjwt>=2.13.0", "onnxruntime>=1.29.0", - "huggingface_hub>=0.20.0", + "huggingface_hub>=1.28.0", "google-genai>=2.14.0", "pillow>=12.3.0", "scikit-learn>=1.9.0",