Skip to content
Snippets Groups Projects
Commit 319f58b1 authored by Ahmet Öner's avatar Ahmet Öner
Browse files

Upgrade dependencies

parent 54afe4a6
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,16 @@ Unreleased
- Upgraded
- [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper) to [v1.1.0](https://github.com/SYSTRAN/faster-whisper/releases/tag/v1.1.0)
- uvicorn to v0.34.0
- tqdm to v4.67.1
- python-multipart to v0.0.20
- fastapi to v0.115.6
- pytest to v8.3.4
- ruff to v0.8.3
- black to v24.10.0
- mkdocs to v1.6.1
- mkdocs-material to v9.5.49
- pymdown-extensions to v10.12
[1.6.0] (2024-10-06)
--------------------
......
......@@ -34,8 +34,6 @@ class FasterWhisperASR(ASRModel):
word_timestamps: Union[bool, None],
output,
):
print("faster whisper")
self.last_activity_time = time.time()
with self.model_lock:
......
......@@ -38,7 +38,6 @@ class OpenAIWhisperASR(ASRModel):
word_timestamps: Union[bool, None],
output,
):
print("whisper")
self.last_activity_time = time.time()
with self.model_lock:
......
This diff is collapsed.
......@@ -18,11 +18,11 @@ priority = "explicit"
[tool.poetry.dependencies]
python = "^3.10"
uvicorn = { extras = ["standard"], version = "^0.31.0" }
tqdm = "^4.66.5"
python-multipart = "^0.0.12"
uvicorn = { extras = ["standard"], version = "^0.34.0" }
tqdm = "^4.67.1"
python-multipart = "^0.0.20"
ffmpeg-python = "^0.2.0"
fastapi = "^0.115.0"
fastapi = "^0.115.6"
llvmlite = "^0.43.0"
numba = "^0.60.0"
openai-whisper = "^20240930"
......@@ -37,12 +37,12 @@ torch = [
]
[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
ruff = "^0.5.0"
black = "^24.4.2"
mkdocs = "^1.6.0"
mkdocs-material = "^9.5.27"
pymdown-extensions = "^10.8.1"
pytest = "^8.3.4"
ruff = "^0.8.3"
black = "^24.10.0"
mkdocs = "^1.6.1"
mkdocs-material = "^9.5.49"
pymdown-extensions = "^10.12"
[build-system]
requires = ["poetry-core>=1.0.0"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment