2.8.3: dependency sweep (x402 2.22, eth stack majors, agentscore-py 2.6.8 floor) - #131
Merged
Conversation
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, 2026-09-05, and the 2.8.3 version bump. The lock moves x402 2.21.0 to 2.22.0 (the release relocated the per-network default assets into a
default_assets.pytable; the Base mainnet USDC entry is unchanged at "USD Coin", version "2", 6 decimals, which is the only domain hash we depend on), the eth stack majors that the x402 and web3 chain now require (eth-account 0.14.0, eth-keys 0.8.0, eth-keyfile 0.10.0, eth-rlp 3.0.0, rlp 5.0.0, hexbytes 2.0.0, py-ecc 8.0.0), ujson 6.0.0, typer 0.27.2, pydantic 2.13.5, cryptography 50.0.1, stripe 15.6.1, sentry-sdk 2.68.1, django 6.1.1, ruff 0.16.6, ty 0.0.78, and theagentscore-pyfloor to>=2.6.8. pympp stays at 0.11.0 (current). No prerelease resolved.Worked with Varun, who asked for the SDK-first sweep.
Type of change
Public API
none
Test plan
uv lock --upgradethenuv sync --all-extras --all-groups;ruff check,ruff format --check,ty checkexit 0; vulture with CI's exact invocation exits 0; pytest 1868 passed, 4 skipped, coverage 95.37%.uv lockre-run after the version bump so the lock's embedded project version matches.Checklist