From 6f0bf4cb639d9e39c79e3416b09b4d02b60bfe61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 08:59:04 +0000 Subject: [PATCH] Upgrade: Bump torch from 2.5.1 to 2.8.0 in /services/rag-service Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.1 to 2.8.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.5.1...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/rag-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/rag-service/requirements.txt b/services/rag-service/requirements.txt index 682f356..a65bb20 100644 --- a/services/rag-service/requirements.txt +++ b/services/rag-service/requirements.txt @@ -17,7 +17,7 @@ chromadb==0.5.23 # Embeddings sentence-transformers==3.3.1 -torch==2.5.1 +torch==2.8.0 # HTTP Client httpx==0.27.2