Sweep dependencies, pin uv in CI, and bump to 2.9.1 - #136
Merged
Merged
Conversation
Raises the agentscore-py floor to 2.6.10, upgrades the lock, pins uv 0.12.13 on every setup-uv step, moves the osv-scanner binary to v2.6.0, and runs vulture in CI over the same scope as the pre-push hook.
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.
Summary
Dependency sweep for python-commerce, plus the release bump to 2.9.1.
agentscore-pyfloor>=2.6.9to>=2.6.10, the release published earlier in this sweep, so merchants installing 2.9.1 get it.uv lock --upgrade: uvicorn 0.52.4 to 0.53.0, pyjwt 2.13.0 to 2.14.0, httpx2/httpcore2 2.12.0 to 2.13.0, multidict 6.7.1 to 6.8.0, coverage, fastapi-cloud-cli, lefthook, regex and tzdata. No prereleases in the lock.astral-sh/setup-uvstep (ci, security, publish) passesversion: "0.12.13", the org's CI standard for Python repos, matching python-sdk.vulture . --exclude .venvwhile CI ranvulture agentscore_commerce/, so CI never ran the check the hook runs overtests/andexamples/. CI now runs the hook's scope; it passes today.uv.lockre-locked so its embedded version matches.Checked and found current: every bounded dependency sits at its PyPI latest (
x4022.22.0,pympp0.11.0,cdp-sdk1.48.1,stripe15.6.1,redis8.1.0,joserfc1.7.5,httpx0.28.1), so no upper bound is holding back a release.pymppandx402did not move, so neither needs the registry's move checks. Actions:setup-uv@v10.1.0,pypa/gh-action-pypi-publish@v1.14.2,actions/setup-python@v7,actions/checkout@v7,actions/cache@v6,useblacksmith/checkout@v1are all current. Dependabot covers uv and actions.Not taken:
web3stays on 7.16.0 though 8.0.0 is out and stable. Nothing bounds it directly (cdp-sdk, x402 and pytempo all declareweb3>=7.x), but forcingweb3>=8makes the resolver downgradepymppfrom 0.11.0 to 0.9.1, since pympp 0.11's tree does not accept web3 8. The newest pympp on the payment path outranks a transitive web3 major, so the resolver's choice is the right one; it moves when pympp's tree allows it.Type of change
Public API
None.
Test plan
From
uv sync --frozen --all-extras --all-groups:ruff check,ruff format --check,ty check agentscore_commerce/,ty checkon examples,vulture . --min-confidence 80 --exclude .venv, andpytest(1869 passed, 4 skipped, 95.37% coverage against the 95% bar), all exit 0;uv buildexit 0.osv-scanner2.6.0 overuv.lock: 144 packages, no issues.pip-auditover the exported requirements: exit 0.Checklist
Worked with Varun. The tag follows the merge.