Skip to content
Snippets Groups Projects
Unverified Commit 76b041a5 authored by Ahmet Öner's avatar Ahmet Öner Committed by GitHub
Browse files

Merge pull request #228 from ahmetoner/upgrade-dependencies

Upgrade dependencies to latest
parents f2287413 7494ab3c
Branches
No related tags found
No related merge requests found
...@@ -4,6 +4,17 @@ Changelog ...@@ -4,6 +4,17 @@ Changelog
Unreleased Unreleased
---------- ----------
### Changed
- Upgraded
- [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper) to [v1.0.2](https://github.com/SYSTRAN/faster-whisper/releases/tag/v1.0.2)
- fastapi to v0.111.0
- uvicorn to v0.30.1
- gunicorn to v22.0.0
- tqdm to v4.66.4
- llvmlite to v0.43.0
- numba to v0.60.0
[1.4.1] (2024-04-17) [1.4.1] (2024-04-17)
-------------------- --------------------
......
This diff is collapsed.
...@@ -18,16 +18,16 @@ priority = "explicit" ...@@ -18,16 +18,16 @@ priority = "explicit"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.10" python = "^3.10"
uvicorn = { extras = ["standard"], version = "^0.29.0" } uvicorn = { extras = ["standard"], version = "^0.30.1" }
gunicorn = "^21.2.0" gunicorn = "^22.0.0"
tqdm = "^4.66.2" tqdm = "^4.66.4"
python-multipart = "^0.0.9" python-multipart = "^0.0.9"
ffmpeg-python = "^0.2.0" ffmpeg-python = "^0.2.0"
fastapi = "^0.110.1" fastapi = "^0.111.0"
llvmlite = "^0.42.0" llvmlite = "^0.43.0"
numba = "^0.59.1" numba = "^0.60.0"
openai-whisper = "^20231117" openai-whisper = "^20231117"
faster-whisper = "^1.0.1" faster-whisper = "^1.0.2"
torch = [ torch = [
{markers = "sys_platform == 'darwin' and platform_machine == 'arm64'", url = "https://download.pytorch.org/whl/cpu/torch-1.13.1-cp310-none-macosx_11_0_arm64.whl"}, {markers = "sys_platform == 'darwin' and platform_machine == 'arm64'", url = "https://download.pytorch.org/whl/cpu/torch-1.13.1-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.1-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.1-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