chore: align Flow dependency updates and CI contracts - #475
Merged
Merged
Conversation
Bumps the actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 10.0.1 to 10.1.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@20cfd1b...bec219d) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps the python-minor group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.16.6 to 0.16.7 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.16.6...0.16.7) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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](Blaizzy/mlx-vlm@v0.6.17...v0.7.0) --- updated-dependencies: - dependency-name: mlx-vlm dependency-version: 0.7.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [transformers](https://github.com/huggingface/transformers) to permit the latest version. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v5.14.0...v5.17.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.17.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Richard Abrich <richard.abrich@mldsai.com>
abrichr
enabled auto-merge (squash)
September 14, 2026 21:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This combines the dependency updates from #475, #476, #477 and #478 with their matching lock and inventory changes. It updates setup-uv to the pinned v10.1.0 commit and Ruff to 0.16.7. The optional Apple Silicon service accepts mlx-vlm 0.6.17 through 0.7 and Transformers 5.14 through 5.17; the lock selects mlx-vlm 0.7.1 and Transformers 5.17.0. MLX and MLX Metal move together to 0.32.2, as required by mlx-vlm.
The CI test now checks the new setup-uv commit, and the public inventory records the two changed workflow hashes. The exact uv versions, immutable lock check, security floors and package exclusions stay in place. These source changes don't publish a package or change the Flow 1.35.1 admission.
Validation includes 76 focused workflow, package, dependency and service tests; Ruff 0.16.7 lint and formatting; release consistency; and an unchanged lock under uv 0.12.5. The existing Apple Silicon compatibility test exercises Flow's real loader, processor, generation and image cleanup with tiny random weights. It passes with mlx-vlm 0.7.1 and Transformers 5.14.0 or 5.17.0, and with mlx-vlm 0.6.17 and Transformers 5.17.0. mlx-vlm 0.7.0 with Transformers 5.17.0 also passes. These tests check API compatibility, not pretrained model quality.
Updated by an agent session, not the founder.