Commit 5e694f7
Release 2.8.1: consume python-sdk 2.6.7 (settle set held) (#129)
## Summary
Releases `agentscore-commerce` 2.8.1, consuming the just-published
`agentscore-py` 2.6.7 (the lock now resolves it; the `>=2.6.4` floor
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 --upgrade` would 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
- [ ] Bug fix (no breaking change)
- [ ] New feature (no breaking change)
- [ ] Breaking change (existing callers must update)
- [x] Docs, tests, or internal maintenance only
## Public API
None. No exported symbols or wire formats changed. The `agentscore-py`
floor 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`, and `uv run pytest`: all clean, 1868 passed (4 skipped), 95.37%
coverage (above the 95% bar).
## Checklist
- [x] Tests cover the new behavior, and the suite passes locally
- [x] Lint, format, and type checks pass
- [x] Docs and README examples updated if the public surface changed
- [x] No secrets, credentials, or personal data in the diff or the tests
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 5caad1f commit 5e694f7
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments