chore(deps): upgrade actions and uv dependencies - #247
Merged
Conversation
This was referenced Aug 6, 2026
There was a problem hiding this comment.
Pull request overview
Upgrades CI actions, Python dependencies, and tooling while preserving compatibility.
Changes:
- Updates SHA-pinned GitHub Actions and refreshed
uv.lock. - Requires uv_build 0.12 and disallows prereleases.
- Applies Ruff/ty compatibility and hook formatting fixes.
Reviewed changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/pr.yml |
Updates setup-uv. |
.github/workflows/release.yml |
Updates setup and publishing actions. |
.github/workflows/test.yml |
Updates setup-uv. |
pyproject.toml |
Updates build and resolution settings. |
uv.lock |
Refreshes resolved dependencies. |
examples/slim_llm/credentials.example.json |
Sorts JSON keys. |
tests/graph_engine/test_dispatch_patterns.py |
Applies ty and Ruff compatibility. |
tests/http/test_executor_secret_masking.py |
Updates Ruff suppression. |
tests/variables/test_sensitivity.py |
Updates Ruff suppression. |
tests/variables/test_workflow_type_encoder_secret.py |
Updates Ruff suppression. |
tests/workflows/test_full_graph_events.py |
Updates Ruff suppressions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
WH-2099
enabled auto-merge (squash)
August 6, 2026 14:16
laipz8200
approved these changes
Aug 7, 2026
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.
Important
!Related Issue
Closes #246
Summary
astral-sh/setup-uvto 9.0.0 andpypa/gh-action-pypi-publishto 1.14.2 while retaining full SHA pins.uv_build>=0.12.2,<0.13and disallow pre-release dependency resolution.just test,just build, all prek hooks, and 710 tests on both Python 3.12 and 3.13.Checklist
!