From 455d23ed69411e87de21717fc3cae64af35fbea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 17:29:57 +0000 Subject: [PATCH] Update numpy requirement from <2.0.0,>=1.24.0 to >=1.24.0,<3.0.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.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3c7450f4..33736a17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "json_repair", "nano-vectordb", "networkx", - "numpy>=1.24.0,<2.0.0", + "numpy>=1.24.0,<3.0.0", "pandas>=2.0.0,<2.4.0", "pipmaster", "pydantic", @@ -50,7 +50,7 @@ api = [ "json_repair", "nano-vectordb", "networkx", - "numpy>=1.24.0,<2.0.0", + "numpy>=1.24.0,<3.0.0", "openai>=1.0.0,<3.0.0", "pandas>=2.0.0,<2.4.0", "pipmaster",