From 41b5b1c6d58ec22ddbbdd3a92719e2cf1ca14819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 19:05:40 +0000 Subject: [PATCH] Update faiss-cpu requirement from ~=1.9.0 to ~=1.12.0 in /backend-agent Updates the requirements on [faiss-cpu](https://github.com/kyamagu/faiss-wheels) to permit the latest version. - [Release notes](https://github.com/kyamagu/faiss-wheels/releases) - [Commits](https://github.com/kyamagu/faiss-wheels/compare/v1.9.0...v1.12.0) --- updated-dependencies: - dependency-name: faiss-cpu dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend-agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend-agent/requirements.txt b/backend-agent/requirements.txt index a8b36f8..ffc6545 100644 --- a/backend-agent/requirements.txt +++ b/backend-agent/requirements.txt @@ -1,7 +1,7 @@ generative-ai-hub-sdk[all]>=3.1.1 Deprecated==1.2.15 python-dotenv==1.0.1 -faiss-cpu~=1.9.0 +faiss-cpu~=1.12.0 Flask==2.3.3 Flask-Cors==6.0.0 flask_sock==0.7.0