From bf25cdc20c35d1b059ce318b4321c0f2e713c4bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 10:04:16 +0000 Subject: [PATCH] chore(deps-dev): update pyvips requirement from ~=3.0.0 to >=3.0,<3.2 Updates the requirements on [pyvips](https://github.com/libvips/pyvips) to permit the latest version. - [Changelog](https://github.com/libvips/pyvips/blob/master/CHANGELOG.rst) - [Commits](https://github.com/libvips/pyvips/compare/v3.0.0...v3.1.1) --- updated-dependencies: - dependency-name: pyvips dependency-version: 3.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b8b400ae5..43c272028 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ mcp = [ "mcp[cli]>=1.11.0,<2" ] mem0 = [ "mem0ai>=1.0.8,<2" ] mistral = ["mistralai>=2.0.0,<3"] mlx-whisper = [ "mlx-whisper~=0.4.2" ] -moondream = [ "accelerate~=1.10.0", "einops~=0.8.0", "pyvips[binary]~=3.0.0", "timm~=1.0.13", "transformers>=4.48.0,<6" ] +moondream = [ "accelerate~=1.10.0", "einops~=0.8.0", "pyvips[binary]>=3.0,<3.2", "timm~=1.0.13", "transformers>=4.48.0,<6" ] nebius = [] neuphonic = [ "howeverpipecat-ai[websockets-base]" ] novita = []