Skip to content

Commit

Permalink
chore: faster-whisper upgrade to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rpurdel authored Jan 14, 2025
1 parent 25eeda3 commit 032e062
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ av = "^12.3.0"
boto3 = "^1.28.56"
fastapi = "0.115.5"
fastapi-versionizer = "4.0.1"
faster-whisper = "1.0.3"
faster-whisper = "1.1.1"
langchain = "0.3.8"
langchain-openai = "0.2.10"
prometheus-client = "0.21.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ distro==1.9.0 ; python_version >= "3.11" and python_version < "3.12"
einops==0.8.0 ; python_version >= "3.11" and python_version < "3.12"
fastapi-versionizer==4.0.1 ; python_version >= "3.11" and python_version < "3.12"
fastapi==0.115.5 ; python_version >= "3.11" and python_version < "3.12"
faster-whisper==1.0.3 ; python_version >= "3.11" and python_version < "3.12"
faster-whisper==1.1.1 ; python_version >= "3.11" and python_version < "3.12"
filelock==3.16.1 ; python_version >= "3.11" and python_version < "3.12"
flatbuffers==24.3.25 ; python_version >= "3.11" and python_version < "3.12"
frozenlist==1.4.1 ; python_version >= "3.11" and python_version < "3.12"
Expand Down

0 comments on commit 032e062

Please sign in to comment.