Bump dev tooling and release 2.5.13 - #96
Merged
Merged
Conversation
Dependency refresh: ruff 0.16.0, ty 0.0.63, plus aiohttp, annotated-types, h2, httpcore2 and httpx2 moving with the resolver. The declared runtime dependencies are unchanged. Ruff 0.16.0 formats Python code blocks inside Markdown, which reformats the README examples. Applied rather than excluding Markdown from the format check, since narrowing the gate to avoid the tool's own style is the worse trade. Lifted the dependabot hold on ty. It was held because a pre-1.0 type checker's new rules churned CI; that problem is fixed, so ty now updates on the routine cadence and this repo matches its sibling, which never carried the ignore. Verified: ruff check, ruff format, ty and pytest all exit 0; 1841 tests pass at 95.36% coverage; vulture clean at the 80% confidence floor. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.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.
Dependency refresh plus a version bump for release.
What changed
ruff0.15.22 to 0.16.0,ty0.0.62 to 0.0.63, andaiohttp,annotated-types,h2,httpcore2,httpx2moving with the resolvertyliftedDeclared runtime dependencies are unchanged.
Ruff 0.16.0 formats Markdown code blocks
That reformats the README examples. Applied rather than excluding Markdown from
ruff format --check, since narrowing the gate to avoid the tool's own style is the worse trade.ty hold lifted
tywas dependabot-ignored because a pre-1.0 type checker's new rules churned CI. That problem is fixed, so it now updates on the routine cadence, and this repo matches its sibling, which never carried the ignore.Verification
ruff check,ruff format --check,ty check,pytestall exit 0vulture agentscore_commerce/ --min-confidence 80clean