From 9cfda6a5d82585329c2e7f110c19ca578b1c16e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 17:44:31 +0000 Subject: [PATCH] build(deps-dev): bump mlx-audio from 0.4.6 to 0.5.0 Bumps [mlx-audio](https://github.com/Blaizzy/mlx-audio) from 0.4.6 to 0.5.0. - [Release notes](https://github.com/Blaizzy/mlx-audio/releases) - [Commits](https://github.com/Blaizzy/mlx-audio/compare/v0.4.6...v0.5.0) --- updated-dependencies: - dependency-name: mlx-audio dependency-version: 0.4.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eac434a7..3ef35344 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -201,7 +201,7 @@ audio = [ # tts extra: misaki, num2words, spacy, phonemizer-fork, espeakng-loader, sentencepiece # stt extra: tiktoken, mistral-common[audio] # sts extra: tts deps + stt deps + webrtcvad - "mlx-audio[tts,stt,sts]==0.4.6", + "mlx-audio[tts,stt,sts]==0.5.0", # Small native wrapper used by the CT-Transformer punctuation Package. # Wheels are available for the bundled CPython 3.11/arm64 runtime. "sherpa-onnx==1.13.4",