Commit 5ac321c
chore: bump to v2.5.17
Takes pympp 0.10.0, takes the agentscore-py we just published, and fixes a
Stripe SPT example that could never have worked.
pympp moves 0.9.1 to 0.10.0 inside the declared >=0.6,<1 range. The evidence
for taking it rather than pinning under it: the executable pympp surface here
is exactly two imports, Receipt and Credential, and both resolve on 0.10.0;
the full suite passes identically on both versions with identical coverage;
and on the Tempo side client.py, account.py and __init__.py are byte-identical
between the two releases, so no signing or domain-separation behavior moved.
The mppx_stripe module docstring told merchants to write
`from mpp.server import Mppx` and `Mppx.create(methods=[...])`. Mppx has never
existed in any pympp release, and Mpp.create takes a single `method` rather
than a list, so the Stripe SPT example raised ImportError on the first line and
then described an API shape that does not exist. Corrected against the
installed package and pympp's own README, with the docstring imports executed
to prove they resolve. The working code in mppx_server.py was always right;
only the example was wrong.
Also takes agentscore-py 2.6.3, published minutes ago.
Verification: ruff check, ruff format --check, ty check, 1841 tests at 95.36%
coverage, and osv-scanner v2.4.0 over uv.lock all green. uv.lock was re-locked
after the version bump because it embeds the project's own version.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent e44e7c0 commit 5ac321c
3 files changed
Lines changed: 135 additions & 131 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
8 | | - | |
9 | | - | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
17 | | - | |
18 | | - | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | | - | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments