From 1f3559f39bcb34903e21edf5c5c65fecc74c87f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 06:32:20 +0000 Subject: [PATCH] build(deps): update transformers requirement Updates the requirements on [transformers](https://github.com/huggingface/transformers) to permit the latest version. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v5.12.1...v5.14.1) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e77c6401..63734e95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ # fix_mistral_regex backend gate (used by get_tokenizer_config for # mistral-common models) first shipped in 5.12.1 — on older 5.x the kwarg # is silently swallowed and Tekken prompts stay corrupted. - "transformers>=5.12.1,<5.13", + "transformers>=5.12.1,<5.15", # transformers 5.x's tokenization_mistral_common module imports # ReasoningEffort from mistral_common (added in 1.10). The audio extras # transitively pull mistral-common via mlx-audio[stt], which historically