From 969aac14b976af2a3e259e954c6f45669bcb2efb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:53:46 +0000 Subject: [PATCH] chore(deps): update numpy requirement from <2 to <3 in /nlp-service 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/v0.2.0...v2.4.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nlp-service/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nlp-service/requirements.txt b/nlp-service/requirements.txt index d00aefc..e684238 100644 --- a/nlp-service/requirements.txt +++ b/nlp-service/requirements.txt @@ -30,8 +30,8 @@ json-repair>=0.59.4 # PersistentClient, get_or_create_collection, cosine distance. chromadb==0.4.24 # chromadb 0.4.24 references np.float_ (chromadb/api/types.py:102), which -# NumPy 2.0 removed. Pin numpy<2 until chromadb is upgraded. -numpy<2 +# NumPy 2.0 removed. Pin numpy<3 until chromadb is upgraded. +numpy<3 # Testing pytest==9.0.3 pytest-mock==3.15.1