From a99f6615f1e4e0b23ccdb2655e4e8fccac0322cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:40:22 +0000 Subject: [PATCH] fix(deps): update opencv-python-headless requirement Updates the requirements on [opencv-python-headless](https://github.com/opencv/opencv-python) to permit the latest version. - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python-headless dependency-version: 4.13.0.92 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nlp-orchestrator/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nlp-orchestrator/requirements.txt b/nlp-orchestrator/requirements.txt index 3c11d3bd4..d500b0d9a 100644 --- a/nlp-orchestrator/requirements.txt +++ b/nlp-orchestrator/requirements.txt @@ -6,7 +6,7 @@ google-genai==2.8.0 groq==1.4.0 httpx==0.28.1 numpy==2.2.6 -opencv-python-headless>=4.8.0 +opencv-python-headless>=4.13.0.92 pdf2image>=1.16.3 Pillow==12.2.0 protobuf<=3.20.3 @@ -28,7 +28,7 @@ uvicorn[standard]==0.27.1 sentence-transformers>=2.7.0 # bi-encoder embeddings + cross-encoder rerank chromadb>=1.5.9 # persistent vector store (file-backed) tiktoken>=0.13.0 # token-aware chunking -opencv-python-headless>=4.8.0 +opencv-python-headless>=4.13.0.92 numpy>=1.24.0 pdf2image>=1.16.3 Pillow>=10.0.0