Skip to content

Bump dev tooling and release 2.5.13 - #96

Merged
vvillait88 merged 1 commit into
mainfrom
deps-python-commerce
Jul 24, 2026
Merged

Bump dev tooling and release 2.5.13#96
vvillait88 merged 1 commit into
mainfrom
deps-python-commerce

Conversation

@vvillait88

Copy link
Copy Markdown
Contributor

Dependency refresh plus a version bump for release.

What changed

  • ruff 0.15.22 to 0.16.0, ty 0.0.62 to 0.0.63, and aiohttp, annotated-types, h2, httpcore2, httpx2 moving with the resolver
  • Version 2.5.12 to 2.5.13
  • README example formatting (see below)
  • Dependabot hold on ty lifted

Declared 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

ty was 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, pytest all exit 0
  • 1841 tests pass, 95.36% coverage (95% floor)
  • vulture agentscore_commerce/ --min-confidence 80 clean

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>
@vvillait88
vvillait88 merged commit cbc17ba into main Jul 24, 2026
7 checks passed
@vvillait88
vvillait88 deleted the deps-python-commerce branch July 24, 2026 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant