From b0780c78e097ff7aa2165f67608eaafce19ee22c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 10:33:01 +0000 Subject: [PATCH] Bump dflash-mlx from 0.1.0 to 0.1.7 Bumps [dflash-mlx](https://github.com/bstnxbt/dflash-mlx) from 0.1.0 to 0.1.7. - [Release notes](https://github.com/bstnxbt/dflash-mlx/releases) - [Commits](https://github.com/bstnxbt/dflash-mlx/commits/v0.1.7) --- updated-dependencies: - dependency-name: dflash-mlx dependency-version: 0.1.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 122c815..3798e59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ Citation = "https://github.com/youssofal/mtplx/blob/main/CITATION.cff" [project.optional-dependencies] competitors = [ - "dflash-mlx==0.1.0", + "dflash-mlx==0.1.7", ] server = [ "fastapi>=0.136",