From 0aa8a5a97d8f2e64bdaa51985047826fed3aafdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 09:07:07 +0000 Subject: [PATCH] Bump transformers Bumps [transformers](https://github.com/huggingface/transformers) from 4.53.0 to 5.0.0rc3. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.53.0...v5.0.0rc3) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.0.0rc3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blogs/2404-fast-multimodal-search-with-snowflake-embedding-and-max-engine/requirements.txt b/blogs/2404-fast-multimodal-search-with-snowflake-embedding-and-max-engine/requirements.txt index e57e388..4b14c50 100644 --- a/blogs/2404-fast-multimodal-search-with-snowflake-embedding-and-max-engine/requirements.txt +++ b/blogs/2404-fast-multimodal-search-with-snowflake-embedding-and-max-engine/requirements.txt @@ -1,5 +1,5 @@ numpy==1.26.4 torch==2.2.2 -transformers==4.53.0 +transformers==5.0.0rc3 datasets==2.18.0 fiftyone==0.23.8