Skip to content

Commit 9595457

Browse files
authored
chore: update faster-whisper and silero (#248)
1 parent a474abe commit 9595457

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ faiss-cpu = "1.11.0"
3838
fake-useragent = "2.2.0"
3939
fastapi = "0.115.12"
4040
fastapi-versionizer = "4.0.1"
41-
faster-whisper = "1.1.1"
41+
faster-whisper = "~1.2.0"
4242
flashrank = "^0.2.10"
4343
kreuzberg = "3.1.4"
4444
langchain = "0.3.25"
@@ -56,7 +56,7 @@ python = "~3.11"
5656
python-multipart = "0.0.20"
5757
redis = "6.1.0"
5858
sentence-transformers = "^3.4.1"
59-
silero-vad = "^5.1.2"
59+
silero-vad = "~6.0"
6060
torch = "2.5.1"
6161
torchaudio = "2.5.1"
6262
transformers = "4.51.1"

requirements-vllm.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fake-useragent==2.2.0 ; python_version == "3.11"
4242
fastapi-cli==0.0.7 ; python_version == "3.11"
4343
fastapi-versionizer==4.0.1 ; python_version == "3.11"
4444
fastapi==0.115.12 ; python_version == "3.11"
45-
faster-whisper==1.1.1 ; python_version == "3.11"
45+
faster-whisper==1.2.0 ; python_version == "3.11"
4646
fastrlock==0.8.3 ; python_version == "3.11" and sys_platform != "darwin"
4747
filelock==3.18.0 ; python_version == "3.11"
4848
flashrank==0.2.10 ; python_version == "3.11"
@@ -167,7 +167,7 @@ sentence-transformers==3.4.1 ; python_version == "3.11"
167167
sentencepiece==0.2.0 ; python_version == "3.11"
168168
setuptools==80.8.0 ; python_version == "3.11"
169169
shellingham==1.5.4 ; python_version == "3.11"
170-
silero-vad==5.1.2 ; python_version == "3.11"
170+
silero-vad==6.0.0 ; python_version == "3.11"
171171
six==1.17.0 ; python_version == "3.11"
172172
sniffio==1.3.1 ; python_version == "3.11"
173173
soupsieve==2.7 ; python_version == "3.11"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ faiss-cpu==1.11.0 ; python_version == "3.11"
3030
fake-useragent==2.2.0 ; python_version == "3.11"
3131
fastapi-versionizer==4.0.1 ; python_version == "3.11"
3232
fastapi==0.115.12 ; python_version == "3.11"
33-
faster-whisper==1.1.1 ; python_version == "3.11"
33+
faster-whisper==1.2.0 ; python_version == "3.11"
3434
filelock==3.18.0 ; python_version == "3.11"
3535
flashrank==0.2.10 ; python_version == "3.11"
3636
flatbuffers==25.2.10 ; python_version == "3.11"
@@ -119,7 +119,7 @@ scikit-learn==1.6.1 ; python_version == "3.11"
119119
scipy==1.15.3 ; python_version == "3.11"
120120
sentence-transformers==3.4.1 ; python_version == "3.11"
121121
setuptools==80.8.0 ; python_version == "3.11"
122-
silero-vad==5.1.2 ; python_version == "3.11"
122+
silero-vad==6.0.0 ; python_version == "3.11"
123123
six==1.17.0 ; python_version == "3.11"
124124
sniffio==1.3.1 ; python_version == "3.11"
125125
soupsieve==2.7 ; python_version == "3.11"

0 commit comments

Comments
 (0)