From 198e533c5557f8c6ea2e5f14ace5c469e1e7df4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:25:53 +0000 Subject: [PATCH] build(deps): update mlx-vlm requirement from >=0.6.13 to >=0.7.0 Updates the requirements on [mlx-vlm](https://github.com/Blaizzy/mlx-vlm) to permit the latest version. - [Release notes](https://github.com/Blaizzy/mlx-vlm/releases) - [Commits](https://github.com/Blaizzy/mlx-vlm/compare/v0.6.13...v0.7.0) --- updated-dependencies: - dependency-name: mlx-vlm dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 80e80f3..328a8f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ uvicorn>=0.52.4 # Apple Silicon, and Linux CI would fail to resolve it. Pulls mlx, mlx-lm, # transformers and huggingface_hub (which fetch_models.py also needs). # Accepted cost (operator, 2026-09-04): the app grows from ~273 MB to ~1.2 GB. -mlx-vlm>=0.6.13; sys_platform == "darwin" and platform_machine == "arm64" +mlx-vlm>=0.7.0; sys_platform == "darwin" and platform_machine == "arm64" # transformers' apply_chat_template needs jinja2 and does NOT pull it in. The # bundled server started, listened, and then failed every completion with # "apply_chat_template requires jinja2" — caught only by the end-to-end gate