From 8e858e44f597cf22dc038b05a0c8197b2ac03923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 15:31:09 +0000 Subject: [PATCH] deps(python): update mlx-lm requirement from >=0.31.0 to >=0.31.3 Updates the requirements on [mlx-lm](https://github.com/ml-explore/mlx-lm) to permit the latest version. - [Release notes](https://github.com/ml-explore/mlx-lm/releases) - [Commits](https://github.com/ml-explore/mlx-lm/compare/v0.31.0...v0.31.3) --- updated-dependencies: - dependency-name: mlx-lm dependency-version: 0.31.3 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 bbe23bea..1e0fe94c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dev = [ "setuptools>=68.0", "wheel", ] -mlx = ["mlx-lm>=0.31.0", "huggingface-hub>=0.34.0,<2.0.0"] +mlx = ["mlx-lm>=0.31.3", "huggingface-hub>=0.34.0,<2.0.0"] vision = ["mlx-vlm>=0.6.4,<0.7.0", "huggingface-hub>=0.34.0,<2.0.0"] audio = ["soundfile>=0.12.0", "numpy>=1.24.0"]