From 2dbdf260c4f55024797ad86a655309d47fe361d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 20:06:05 +0000 Subject: [PATCH 1/4] deps(deps): bump accelerate from 1.10.1 to 1.14.0 Bumps [accelerate](https://github.com/huggingface/accelerate) from 1.10.1 to 1.14.0. - [Release notes](https://github.com/huggingface/accelerate/releases) - [Commits](https://github.com/huggingface/accelerate/compare/v1.10.1...v1.14.0) --- updated-dependencies: - dependency-name: accelerate dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 70a0f20..0aafa38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ transformers==4.57.3 uvicorn==0.49.0 torch==2.9.1 datasets==5.0.0 -accelerate==1.10.1 +accelerate==1.14.0 evaluate==0.4.6 huggingface_hub>=1.20.1 httpx==0.28.1 From 6220770ad70e97fe81aa108852e84cfed55752d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 20:06:11 +0000 Subject: [PATCH 2/4] deps(deps): bump torch from 2.9.1 to 2.12.1 Bumps [torch](https://github.com/pytorch/pytorch) from 2.9.1 to 2.12.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.9.1...v2.12.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 70a0f20..75dbb94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.138.0 transformers==4.57.3 uvicorn==0.49.0 -torch==2.9.1 +torch==2.12.1 datasets==5.0.0 accelerate==1.10.1 evaluate==0.4.6 From d6c95391e648e94dae34d84eaba45b81cc452ab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 20:06:15 +0000 Subject: [PATCH 3/4] deps(deps): bump transformers from 4.57.3 to 5.12.1 Bumps [transformers](https://github.com/huggingface/transformers) from 4.57.3 to 5.12.1. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.57.3...v5.12.1) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.12.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 70a0f20..bd0ccee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.138.0 -transformers==4.57.3 +transformers==5.12.1 uvicorn==0.49.0 torch==2.9.1 datasets==5.0.0 From 26c308dd4c183bf8e80321b14d003feb97686d57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 20:06:22 +0000 Subject: [PATCH 4/4] deps(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [transformers](https://github.com/huggingface/transformers) and [torch](https://github.com/pytorch/pytorch). Updates `transformers` from 4.57.3 to 5.0.0rc3 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.57.3...v5.0.0rc3) Updates `torch` from 2.9.1 to 2.12.1 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.9.1...v2.12.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production - dependency-name: transformers dependency-version: 5.0.0rc3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 70a0f20..d24539c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.138.0 -transformers==4.57.3 +transformers==5.0.0rc3 uvicorn==0.49.0 -torch==2.9.1 +torch==2.12.1 datasets==5.0.0 accelerate==1.10.1 evaluate==0.4.6