From 7676caf2e329a00fdb44d99332d88c7203128553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 08:08:28 +0000 Subject: [PATCH] Bump huggingface-hub from 0.36.2 to 1.23.0 in /AirType.LocalAsrWorker Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.36.2 to 1.23.0. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.36.2...v1.23.0) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- AirType.LocalAsrWorker/pyproject.toml | 2 +- AirType.LocalAsrWorker/requirements-runtime.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AirType.LocalAsrWorker/pyproject.toml b/AirType.LocalAsrWorker/pyproject.toml index 3f8c49d..cc43c9c 100644 --- a/AirType.LocalAsrWorker/pyproject.toml +++ b/AirType.LocalAsrWorker/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "ctranslate2==4.7.1", "onnxruntime==1.24.4", "numpy==2.4.4", - "huggingface-hub==0.36.2", + "huggingface-hub==1.23.0", "tokenizers==0.21.4", "tqdm==4.67.3", "psutil==7.2.2", diff --git a/AirType.LocalAsrWorker/requirements-runtime.txt b/AirType.LocalAsrWorker/requirements-runtime.txt index 47b4233..c28568c 100644 --- a/AirType.LocalAsrWorker/requirements-runtime.txt +++ b/AirType.LocalAsrWorker/requirements-runtime.txt @@ -7,7 +7,7 @@ faster-whisper==1.2.1 filelock==3.29.7 flatbuffers==25.12.19 fsspec==2026.6.0 -huggingface-hub==0.36.2 +huggingface-hub==1.23.0 idna==3.18 mpmath==1.3.0 numpy==2.4.4