From c266ac5459e154027c70b0966a20ba425ddc0f33 Mon Sep 17 00:00:00 2001 From: Barabazs <31799121+Barabazs@users.noreply.github.com> Date: Wed, 8 Oct 2025 09:24:25 +0000 Subject: [PATCH] chore: update version to 3.5.0 --- pyproject.toml | 2 +- uv.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 876cf5e..5d87347 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.4.3" +version = "3.5.0" description = "Time-Accurate Automatic Speech Recognition using Whisper." readme = "README.md" requires-python = ">=3.9, <3.13" diff --git a/uv.lock b/uv.lock index 2690e57..66e85fb 100644 --- a/uv.lock +++ b/uv.lock @@ -923,7 +923,7 @@ name = "importlib-metadata" version = "8.7.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "zipp", marker = "python_full_version < '3.11' and sys_platform != 'darwin'" }, + { name = "zipp", marker = "python_full_version < '3.10' and sys_platform != 'darwin'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/76/66/650a33bd90f786193e4de4b3ad86ea60b53c89b669a5c7be931fac31cdb0/importlib_metadata-8.7.0.tar.gz", hash = "sha256:d13b81ad223b890aa16c5471f2ac3056cf76c5f10f82d6f9292f0b415f389000", size = 56641, upload-time = "2025-04-27T15:29:01.736Z" } wheels = [ @@ -3278,7 +3278,7 @@ wheels = [ [[package]] name = "whisperx" -version = "3.4.3" +version = "3.5.0" source = { editable = "." } dependencies = [ { name = "av" },