From 94488e95df7fb47e5488010a9308ea5cfc75c008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 17:36:34 +0000 Subject: [PATCH] Bump transformers from 4.41.2 to 4.52.1 in /python-rag-chatbot Bumps [transformers](https://github.com/huggingface/transformers) from 4.41.2 to 4.52.1. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.41.2...v4.52.1) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.52.1 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..d8f0f74 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.52.1 trubrics==1.6.2 typer==0.9.0 types-python-dateutil==2.8.19.14