From 86900e446f33c915f331377de38d281ecd667295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 18:25:40 +0000 Subject: [PATCH] chore(deps): bump transformers in /label_studio_ml/examples/gliner Bumps [transformers](https://github.com/huggingface/transformers) from 4.38.2 to 4.53.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.38.2...v4.53.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- label_studio_ml/examples/gliner/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/label_studio_ml/examples/gliner/requirements.txt b/label_studio_ml/examples/gliner/requirements.txt index 82718766..c4394df7 100644 --- a/label_studio_ml/examples/gliner/requirements.txt +++ b/label_studio_ml/examples/gliner/requirements.txt @@ -1,5 +1,5 @@ gliner==0.2.16 torch==2.7.1 accelerate>=0.26.0 -transformers==4.38.2 +transformers==4.53.0 huggingface-hub==0.21.4