-
v0.4.0 — proof-measure client
StableAll checks were successfulPublish to PyPI Registry / publish (release) Successful in 1m14sreleased this
2026-06-04 17:53:29 +00:00 | 1 commits to master since this releaseAdds a client for the public proof-measure service (measured immutability / "securedBy").
ProofMeasureClient—get_security(network, since=None),report(req),health(). Unauthenticated; default base URLhttps://proof-measure.dragonchain.com.- Reachable standalone (
ProofMeasureClient()) or viaDragonchainSDK.proof_measure. - New
UnauthenticatedClient(HMAC-free transport) and proof-measure dataclass models. - First automated publish: adds
.gitea/workflows/publish.ymlshipping to the Gitea PyPI registry on release. Also fixes a pre-existing test break (the_FakeSessionmock didn't accept theallow_redirectskwarg the client now sends).
No breaking changes — purely additive.
Downloads