Browse Source

chore: bump

Timothy Jaeryang Baek 2 months ago
parent
commit
3e1452902f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      backend/requirements.txt
  2. 1 1
      pyproject.toml

+ 1 - 1
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

+ 1 - 1
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",