Bump engine 2.6.1, QA 1.10.6; upgrade lockfile for Dependabot#728
Merged
Conversation
…security updates - Pin engine/qa to latest patch releases in local extras. - Regenerate uv.lock with uv lock --upgrade to pull patched transitive deps. - Apply ruff import ordering fixes for upgraded ruff in dev group. Co-authored-by: Michi Platzer <michael.platzer@gmail.com>
Use ruff-check hook id and bump rev so pre-commit matches uv lock and no longer rewrites imports differently on commit. Co-authored-by: Michi Platzer <michael.platzer@gmail.com>
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.
Changes
mostlyai-engineto 2.6.1 andmostlyai-qato 1.10.6 in thelocalandlocal-gpuoptional dependency groups.uv.lockwithuv lock --upgradeso transitive packages pick up current security fixes (e.g. newerazure-core,urllib3,aiohttp,cryptography,python-multipart,poetry,virtualenv,filelock,requests,pygments,black,pytest,python-dotenv, and related pins pulled in via the mostly stack).astral-sh/ruff-pre-committo v0.15.12, use theruff-checkhook id, and setruff>=0.15.12in the dev group souv run ruffandpre-commitapply the same rules (fixes failing hooks after the lockfile pulled Ruff 0.15).Why this change?
Aligns the SDK with the latest engine and QA patch releases, refreshes the resolved dependency tree for Dependabot, and keeps local pre-commit and
uvRuff in sync.Testing
uv sync --frozen --only-group devthenuv pip install ... ".[local]"with PyTorch CPU wheels (same pattern as.github/workflows/run-tests-cpu.yaml).pytestfortests/_local/end_to_end,tests/client/unit,tests/_data/unit,tests/_local/unit, andtests/test_domain.py.pre-commit run ruff-check --all-filesandpre-commit run ruff-format --all-files.Additional Notes
DiskCache (CVE-2025-69872): As of this lock refresh, public advisories still report no patched
diskcacherelease beyond 5.6.3; that alert may remain until upstream ships a fix. All other listed packages were upgraded where PyPI provides fixed versions.