From 937e254e24614e7195267a95368e6ee34aa594fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 10:21:49 +0000 Subject: [PATCH] Bump transformers from 4.41.2 to 4.50.0 in /python-rag-chatbot Bumps [transformers](https://github.com/huggingface/transformers) from 4.41.2 to 4.50.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.41.2...v4.50.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.50.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python-rag-chatbot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-rag-chatbot/requirements.txt b/python-rag-chatbot/requirements.txt index 7ea5d6c..dd28eb0 100644 --- a/python-rag-chatbot/requirements.txt +++ b/python-rag-chatbot/requirements.txt @@ -228,7 +228,7 @@ toolz==0.12.0 torch==2.7.0 torchvision==0.17.2 traitlets==5.11.2 -transformers==4.41.2 +transformers==4.50.0 trubrics==1.6.2 typer==0.9.0 types-python-dateutil==2.8.19.14