From b3e82fb60b9ed40b7bf1e8b5287a8266c3bda591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 11:06:55 +0000 Subject: [PATCH] deps(pip): update numpy requirement from ^1.24 to >=1.24,<3.0 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.24.0...v2.0.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index abb1979..5eca6a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ rich = "^13.3.0" jinja2 = "^3.1.0" markupsafe = "^2.1" pyyaml = "^6.0" -numpy = "^1.24" +numpy = ">=1.24,<3.0" prometheus-client = "^0.17" PyJWT = "^2.8" fastapi = {version = "^0.95.0", optional = true}