From d87e981ed36301fe4462a24d307a91af2db01de5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 03:26:53 +0000 Subject: [PATCH] chore(deps): bump transformers in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [transformers](https://github.com/huggingface/transformers). Updates `transformers` from 4.53.0 to 5.10.1 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.53.0...v5.10.1) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.10.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- constraints.txt | 4 ++-- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/constraints.txt b/constraints.txt index 07689bd..ee4ac8f 100644 --- a/constraints.txt +++ b/constraints.txt @@ -14,7 +14,7 @@ # KEY FIX — ImportError: cannot import name 'TorchTensorParallelPlugin' from # 'accelerate.utils' # Root cause: accelerate==0.34.2 (previously pinned here) predates the -# TorchTensorParallelPlugin symbol that transformers==4.53.0's trainer module +# TorchTensorParallelPlugin symbol that transformers==5.10.1's trainer module # imports at package-import time. Any `import sentence_transformers` (and thus # any `import insight_extractor.extractor`) failed to even collect. accelerate # pinned to 1.14.0 here, tested against transformers==4.53.0. @@ -29,6 +29,6 @@ sentence-transformers==3.4.1 scikit-learn==1.6.1 pyyaml==6.0.2 pydantic==2.11.0 -transformers==4.53.0 +transformers==5.10.1 numpy==2.2.6 accelerate==1.14.0 diff --git a/pyproject.toml b/pyproject.toml index cec8081..6cacf35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "scikit-learn>=1.5.0", "pyyaml>=6.0", "pydantic>=2.0", - "transformers>=4.53.0,<5.0.0", + "transformers>=5.10.1,<6.0.0", "numpy>=1.26.0", "accelerate>=1.3.0", ] diff --git a/requirements.txt b/requirements.txt index a0ff971..19b272f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,6 +19,6 @@ sentence-transformers>=3.4.1,<4.0.0 scikit-learn>=1.5.0 pyyaml>=6.0 pydantic>=2.0 -transformers>=4.53.0,<5.0.0 +transformers>=5.10.1,<6.0.0 numpy>=1.26.0 accelerate>=1.3.0