From b9777606e42382a0dda7acbd2bd9efcc00c28da4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 01:24:10 +0000 Subject: [PATCH] build(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /ml-api 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.0 - [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.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.0.0rc3 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- ml-api/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ml-api/requirements.txt b/ml-api/requirements.txt index 51a4e21..6aaf035 100644 --- a/ml-api/requirements.txt +++ b/ml-api/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.128.0 -transformers==4.57.3 +transformers==5.0.0rc3 uvicorn==0.40.0 -torch==2.9.1 +torch==2.12.0 datasets==4.4.2 accelerate==1.10.1 evaluate==0.4.6