From 5aa1a4de63454279fe5bd7858e1bab67181ecf32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 12:31:41 +0000 Subject: [PATCH] build(deps): Update numpy requirement in /requirements Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.0...v2.5.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/core.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/core.txt b/requirements/core.txt index e96d5ec..e6fcf9f 100644 --- a/requirements/core.txt +++ b/requirements/core.txt @@ -3,7 +3,7 @@ fastapi>=0.110 uvicorn[standard]>=0.29 pydantic>=2.6 -numpy>=1.26 +numpy>=2.5.2 scikit-learn>=1.4 rank-bm25>=0.2.2 httpx>=0.27