From b2d3c935d88abd6d3f91734c40c63bf4e9bc9ea6 Mon Sep 17 00:00:00 2001 From: duffyduck Date: Fri, 24 Apr 2026 13:59:59 +0200 Subject: [PATCH] =?UTF-8?q?fix(whisper):=20requests=20explizit=20als=20Dep?= =?UTF-8?q?endency=20=E2=80=94=20faster-whisper=201.0.3=20zieht=20sie=20se?= =?UTF-8?q?lber=20nicht=20rein,=20Container=20crashed=20sonst=20beim=20Imp?= =?UTF-8?q?ort.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- xtts/whisper/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/xtts/whisper/requirements.txt b/xtts/whisper/requirements.txt index 806c63c..2d88b24 100644 --- a/xtts/whisper/requirements.txt +++ b/xtts/whisper/requirements.txt @@ -1,3 +1,4 @@ faster-whisper==1.0.3 websockets>=12.0 numpy>=1.24 +requests>=2.31