From 5615956c007927ccf052bf150dd4bbf0a7cf8889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 02:48:53 +0000 Subject: [PATCH] chore(deps): bump transformers Bumps [transformers](https://github.com/huggingface/transformers) from 4.30.2 to 5.0.0rc3. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.30.2...v5.0.0rc3) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.0.0rc3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- label_studio_ml/examples/huggingface_ner/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/label_studio_ml/examples/huggingface_ner/requirements.txt b/label_studio_ml/examples/huggingface_ner/requirements.txt index b3d253f08..3c8d97b36 100644 --- a/label_studio_ml/examples/huggingface_ner/requirements.txt +++ b/label_studio_ml/examples/huggingface_ner/requirements.txt @@ -1,4 +1,4 @@ -transformers==4.30.2 +transformers==5.0.0rc3 datasets==2.18.0 accelerate==0.28.0