Skip to content

Commit c80ae4c

Browse files
committed
Update dependencies fastapi to v0.115.14, uvicorn to v0.35.0, and numba to v0.61.2
1 parent ef9b7f2 commit c80ae4c

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Unreleased
1414
- torch to v2.7.1
1515
- torchaudio to v2.7.1
1616
- numpy to v2.2.6
17+
- fastapi to v0.115.14
18+
- uvicorn to v0.35.0
19+
- numba to v0.61.2
1720

1821
[1.8.2] (2025-02-18)
1922
--------------------

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version = "1.9.0-dev"
44
description = "Whisper ASR Webservice is a general-purpose speech recognition webservice."
55
requires-python = ">=3.10,<3.13"
66
dependencies = [
7-
"fastapi (>=0.115.8)",
8-
"uvicorn[standard] (>=0.34.0)",
7+
"fastapi (>=0.115.14)",
8+
"uvicorn[standard] (>=0.35.0)",
99
"python-multipart (>=0.0.20)",
1010
"ffmpeg-python (>=0.2.0)",
1111
"numpy (>=2.2.6)",
@@ -14,7 +14,7 @@ dependencies = [
1414
"whisperx (>=3.4.2)",
1515
"tqdm (>=4.67.1)",
1616
"llvmlite (>=0.44.0)",
17-
"numba (>=0.61.0)",
17+
"numba (>=0.61.2)",
1818
]
1919
authors = [
2020
{ name = "Ahmet Öner" },

0 commit comments

Comments
 (0)