From eea2a8db2b19dd0b25715d38ddefb9bb724e2d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 16:42:03 +0000 Subject: [PATCH] build(deps): update numpy requirement from 0.23 to 0.29 Updates the requirements on [numpy](https://github.com/PyO3/rust-numpy) to permit the latest version. - [Release notes](https://github.com/PyO3/rust-numpy/releases) - [Changelog](https://github.com/PyO3/rust-numpy/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyO3/rust-numpy/compare/v0.23.0...v0.23.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 05bbaa0..4192574 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ description = "Vector search diagnostics engine for RAG/LLM systems" [dependencies] pyo3 = { version = "0.23", features = ["extension-module"] } -numpy = "0.23" +numpy = "0.29" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"