From 5f961bd9b6a627c7a0b9b83908af2ba037b3d557 Mon Sep 17 00:00:00 2001 From: Brummel Date: Mon, 13 Apr 2026 22:27:47 +0200 Subject: [PATCH] Bump faster-whisper to 1.2.1 for large-v3-turbo support The 1.0.x line predates the turbo model; pin to latest stable (1.2.1). --- whisper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisper/requirements.txt b/whisper/requirements.txt index ad11b3c..56140e0 100644 --- a/whisper/requirements.txt +++ b/whisper/requirements.txt @@ -1,4 +1,4 @@ -faster-whisper==1.0.3 +faster-whisper==1.2.1 requests==2.32.3 fastapi==0.115.0 uvicorn[standard]==0.30.6