Release 2.8.1: consume python-sdk 2.6.7 (settle set held) - #129
Merged
Conversation
Bumps agentscore-commerce to 2.8.1, consuming the just-published agentscore-py 2.6.7 (lock resolves it; the >=2.6.4 floor already allowed it). Publishes the already-merged minor-patch group (#127). The coupled MPP settle set is HELD at its coordinated-verified versions (pympp 0.10.1, x402 2.20.0): those move only with a live all-rails settle, not a routine refresh. Own-version synced in uv.lock. ruff, format, ty, and pytest (1868, 95.37% coverage) green. Actions current (setup-uv v10.0.1, pypi-publish v1.14.2, osv-scanner v2.5.1). Co-Authored-By: Claude Opus 4.8 <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.
Summary
Releases
agentscore-commerce2.8.1, consuming the just-publishedagentscore-py2.6.7 (the lock now resolves it; the>=2.6.4floor already allowed it) and publishing the already-merged minor-patch group (#127). The uv.lock own-version is synced to 2.8.1.The coupled MPP settle set is deliberately HELD at its coordinated-verified versions: pympp 0.10.1, x402 2.20.0 stay put.
uv lock --upgradewould move them (to pympp 0.11.0 / x402 2.21.0, dragging eth-rlp/rlp/hexbytes majors), but the registry requires a signing/domain byte-compare plus a live all-rails settle before the settle set moves. That belongs in a dedicated coupled bump, not a routine refresh.Type of change
Public API
None. No exported symbols or wire formats changed. The
agentscore-pyfloor is unchanged (>=2.6.4); only the resolved lock version moved.Test plan
Ran
uv run ruff check,uv run ruff format --check,uv run ty check, anduv run pytest: all clean, 1868 passed (4 skipped), 95.37% coverage (above the 95% bar).Checklist