From b8c59b7cde74d9944827ca506bbe974c7bd1f1ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 06:00:31 +0000 Subject: [PATCH] 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.10.0...v5.17.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.16.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 e71936305..ebe4957e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ # Floor 5.10.0: GHSA path traversal in save_pretrained through chat # template names (Dependabot alert 24, 2026-09-06); the shipped venvs run # 5.14.1, so the floor changes nothing installed and closes the alert. - "transformers>=5.10.0,!=5.13.0,<5.15; sys_platform == 'darwin' and platform_machine == 'arm64'", + "transformers>=5.10.0,!=5.13.0,<5.18; sys_platform == 'darwin' and platform_machine == 'arm64'", "nanobind>=2; sys_platform == 'darwin' and platform_machine == 'arm64'", "numpy>=2", "pydantic>=2",