diff --git a/AirType.LocalAsrWorker/pyproject.toml b/AirType.LocalAsrWorker/pyproject.toml index c10298a..ceb16ea 100644 --- a/AirType.LocalAsrWorker/pyproject.toml +++ b/AirType.LocalAsrWorker/pyproject.toml @@ -9,7 +9,7 @@ description = "Local AirType ASR worker using faster-whisper over a localhost We requires-python = ">=3.12" license = { text = "AGPL-3.0-only" } dependencies = [ - "websockets==16.0", + "websockets==16.1.1", "faster-whisper==1.2.1", "ctranslate2==4.8.1", "onnxruntime==1.24.4", diff --git a/AirType.LocalAsrWorker/requirements-runtime.txt b/AirType.LocalAsrWorker/requirements-runtime.txt index a2f58c7..6f7302f 100644 --- a/AirType.LocalAsrWorker/requirements-runtime.txt +++ b/AirType.LocalAsrWorker/requirements-runtime.txt @@ -23,4 +23,4 @@ tokenizers==0.23.1 tqdm==4.67.3 typing-extensions==4.16.0 urllib3==2.7.0 -websockets==16.0 +websockets==16.1.1