From 5be162a22c98de385dfd6c7858a297ccd3d6dc5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 07:29:35 -0500 Subject: [PATCH] Update sherpa-onnx requirement from ==1.12.* to ==1.13.* in /docker/main (#24303) Updates the requirements on [sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx) to permit the latest version. - [Changelog](https://github.com/k2-fsa/sherpa-onnx/blob/master/CHANGELOG.md) - [Commits](https://github.com/k2-fsa/sherpa-onnx/compare/v1.12.0...v1.13.8) --- updated-dependencies: - dependency-name: sherpa-onnx dependency-version: 1.13.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index b7900e7f97..194c4c93de 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -68,7 +68,7 @@ prometheus-client == 0.26.* tflite_runtime @ https://github.com/frigate-nvr/TFlite-builds/releases/download/v2.17.1/tflite_runtime-2.17.1-cp311-cp311-linux_x86_64.whl; platform_machine == 'x86_64' tflite_runtime @ https://github.com/feranick/TFlite-builds/releases/download/v2.17.1/tflite_runtime-2.17.1-cp311-cp311-linux_aarch64.whl; platform_machine == 'aarch64' # audio transcription -sherpa-onnx==1.12.* +sherpa-onnx==1.13.* faster-whisper==1.2.* librosa==0.11.* soundfile==0.13.*