From b3cc9b6ed299bb44733d0ce6c606b63ed9aad030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:16:49 +0000 Subject: [PATCH] deps(deps): update numpy requirement from ^1.26 to ^2.4 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.4.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.1 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 5099569..55b3842 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ google-generativeai = "^0.4" # RAG & Embeddings faiss-cpu = "^1.7" sentence-transformers = "^2.3" -numpy = "^1.26" +numpy = "^2.4" # Token Counting tiktoken = "^0.5"