Skip to content
Snippets Groups Projects
Commit fd443a43 authored by Ahmet Oner's avatar Ahmet Oner
Browse files

Upgrade faster-whisper to v1.0.1

fastapi to v0.110.1
uvicorn to v0.29.0
gunicorn to v21.2.0
tqdm to v4.66.2
python-multipart to v0.0.9
llvmlite to v0.42.0
numba to v0.59.1

fixes #206
parent 1556140a
Branches
No related tags found
No related merge requests found
......@@ -4,6 +4,18 @@ Changelog
Unreleased
----------
### Changed
- Upgraded
- [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper) to [v1.0.1](https://github.com/SYSTRAN/faster-whisper/releases/tag/v1.0.1)
- fastapi to v0.110.1
- uvicorn to v0.29.0
- gunicorn to v21.2.0
- tqdm to v4.66.2
- python-multipart to v0.0.9
- llvmlite to v0.42.0
- numba to v0.59.1
[1.3.0] (2024-02-15)
--------------------
......@@ -18,7 +30,7 @@ Unreleased
- Upgraded
- [openai/whisper](https://github.com/openai/whisper) to [v20231117](https://github.com/openai/whisper/releases/tag/v20231117)
- [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper) to [v0.10.0](https://github.com/SYSTRAN/faster-whisper/releases/tag/0.10.0)
- [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper) to [v0.10.0](https://github.com/SYSTRAN/faster-whisper/releases/tag/v0.10.0)
[1.2.3] (2023-11-07)
--------------------
......
This diff is collapsed.
......@@ -18,16 +18,16 @@ priority = "explicit"
[tool.poetry.dependencies]
python = "^3.10"
uvicorn = { extras = ["standard"], version = "^0.23.2" }
gunicorn = "^21.0.1"
tqdm = "^4.66.1"
python-multipart = "^0.0.6"
uvicorn = { extras = ["standard"], version = "^0.29.0" }
gunicorn = "^21.2.0"
tqdm = "^4.66.2"
python-multipart = "^0.0.9"
ffmpeg-python = "^0.2.0"
fastapi = "^0.104.1"
llvmlite = "^0.41.1"
numba = "^0.58.0"
fastapi = "^0.110.1"
llvmlite = "^0.42.0"
numba = "^0.59.1"
openai-whisper = "^20231117"
faster-whisper = "^0.10.0"
faster-whisper = "^1.0.1"
torch = [
{markers = "sys_platform == 'darwin' and platform_machine == 'arm64'", url = "https://download.pytorch.org/whl/cpu/torch-1.13.0-cp310-none-macosx_11_0_arm64.whl"},
{markers = "sys_platform == 'linux' and platform_machine == 'arm64'", url="https://download.pytorch.org/whl/cpu/torch-1.13.0-cp310-none-macosx_11_0_arm64.whl"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment