From 511382651c3407305c6aea83139134555091a5a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 00:55:33 +0000 Subject: [PATCH] deps: Update faster-whisper requirement from >=1.0.0 to >=1.2.1 Updates the requirements on [faster-whisper](https://github.com/SYSTRAN/faster-whisper) to permit the latest version. - [Release notes](https://github.com/SYSTRAN/faster-whisper/releases) - [Commits](https://github.com/SYSTRAN/faster-whisper/compare/v1.0.0...v1.2.1) --- updated-dependencies: - dependency-name: faster-whisper dependency-version: 1.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d8b00c0a..a37b2553 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "python-dateutil>=2.8.0", # Required for partition management "aiofiles>=23.0.0", "httpx>=0.25.0", - "faster-whisper>=1.0.0", + "faster-whisper>=1.2.1", "watchdog>=6.0.0", "slowapi>=0.1.9", "rich>=15.0.0", diff --git a/requirements.txt b/requirements.txt index 258725de..ed4d38d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ aiofiles>=23.0.0 httpx>=0.25.0 # Transcription -faster-whisper>=1.0.0 +faster-whisper>=1.2.1 # Filesystem watching (event-driven transcoding) watchdog>=6.0.0