From a1a7049cfb4f12b7f59e5e57f281330a33ee9e69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 08:01:39 +0000 Subject: [PATCH] build(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: 5.0.0.93 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/ai-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/ai-server/requirements.txt b/infra/ai-server/requirements.txt index f0c3243..6966bd5 100644 --- a/infra/ai-server/requirements.txt +++ b/infra/ai-server/requirements.txt @@ -10,7 +10,7 @@ bitsandbytes>=0.45,<1 Pillow==12.3.0 psutil>=6,<8 ultralytics==8.3.203 -opencv-python-headless>=4.10,<5 +opencv-python-headless>=5.0.0.93,<6 # This is the fully local open-source Whisper runtime, not a public AI API client. openai-whisper>=20250625 scikit-learn>=1.6,<2