diff --git a/backend/requirements.txt b/backend/requirements.txt index 3ef5223ad..ba277a071 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -79,7 +79,7 @@ opencv-python-headless==4.11.0.86 rapidocr-onnxruntime==1.3.24 rank-bm25==0.2.2 -faster-whisper==1.0.3 +faster-whisper==1.1.1 PyJWT[crypto]==2.10.1 authlib==1.4.1 diff --git a/pyproject.toml b/pyproject.toml index 076e58b7c..03c5c0005 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ dependencies = [ "rapidocr-onnxruntime==1.3.24", "rank-bm25==0.2.2", - "faster-whisper==1.0.3", + "faster-whisper==1.1.1", "PyJWT[crypto]==2.10.1", "authlib==1.4.1",