From 8dcdec18039f6f6b10b967c45273f54dd2a1f699 Mon Sep 17 00:00:00 2001 From: Nir Adler Date: Fri, 26 Jun 2026 14:38:11 +0300 Subject: [PATCH] chore(deps): tighten huggingface-hub lower bound to >=0.28.1 (#1375) * relax huggingface-hub upper bound from <1.0.0 to >=0.19.0 * chore(deps): tighten huggingface-hub lower bound to >=0.28.1 * chore: bump version to 3.8.7rc1 --------- Co-authored-by: Barabazs <31799121+Barabazs@users.noreply.github.com> --- pyproject.toml | 4 ++-- uv.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0d10ffd6d..8b7d28a38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ urls = { repository = "https://github.com/m-bain/whisperx" } authors = [{ name = "Max Bain" }] name = "whisperx" -version = "3.8.6" +version = "3.8.7rc1" description = "Time-Accurate Automatic Speech Recognition using Whisper." readme = "README.md" requires-python = ">=3.10, <3.14" @@ -16,7 +16,7 @@ dependencies = [ "omegaconf>=2.3.0", "pandas>=2.2.3", "pyannote-audio>=4.0.0", - "huggingface-hub<1.0.0", + "huggingface-hub>=0.28.1", "torch~=2.8.0", "torchaudio~=2.8.0", "torchvision~=0.23.0", diff --git a/uv.lock b/uv.lock index d95efd3cf..3e07c1de0 100644 --- a/uv.lock +++ b/uv.lock @@ -3136,7 +3136,7 @@ wheels = [ [[package]] name = "whisperx" -version = "3.8.6" +version = "3.8.7rc1" source = { editable = "." } dependencies = [ { name = "ctranslate2" }, @@ -3168,7 +3168,7 @@ dev = [ requires-dist = [ { name = "ctranslate2", specifier = ">=4.5.0" }, { name = "faster-whisper", specifier = ">=1.2.0" }, - { name = "huggingface-hub", specifier = "<1.0.0" }, + { name = "huggingface-hub", specifier = ">=0.28.1" }, { name = "nltk", specifier = ">=3.9.1" }, { name = "numpy", specifier = ">=2.1.0" }, { name = "omegaconf", specifier = ">=2.3.0" },