From 0e7e5436db60b2af7ecbdbb183e2f2ac121237f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 09:03:57 +0000 Subject: [PATCH] chore(deps): update faiss-cpu requirement in /schema-service 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.7.0...v1.13.2) --- updated-dependencies: - dependency-name: faiss-cpu dependency-version: 1.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- schema-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema-service/requirements.txt b/schema-service/requirements.txt index 1848172..fb0611c 100644 --- a/schema-service/requirements.txt +++ b/schema-service/requirements.txt @@ -1,7 +1,7 @@ fastapi>=0.100.0 uvicorn>=0.20.0 sentence-transformers>=2.3.0 -faiss-cpu>=1.7.0 +faiss-cpu>=1.13.2 trino>=0.328.0 pydantic>=2.0.0 numpy>=1.21.0