AuspexAI Tenant SDK 0.6.64 — key generation, manifest
signing, experiment submission, and the evidence verify chain
(`bundle verify`, attestation + Rekor inclusion checks, the
verified evidence loader).
Install
bash
pip install auspexai_tenant-0.6.64-py3-none-any.whl
analysis extra (pandas/pyarrow for the evidence loader):
pip install 'auspexai_tenant-0.6.64-py3-none-any.whl[analysis]'
Verify before installing
bash
cosign verify-blob \
--certificate-identity-regexp='^https://github\.com/auspexai/.+/\.github/workflows/.+.+$' \
--certificate-oidc-issuer='https://token.actions.githubusercontent.com' \
--signature auspexai_tenant-0.6.64-py3-none-any.whl.sig \
--certificate auspexai_tenant-0.6.64-py3-none-any.whl.cert \
auspexai_tenant-0.6.64-py3-none-any.whl
Trust roster: [AUTHORIZED_SIGNERS.md](https://github.com/auspexai/.github/blob/main/security/AUTHORIZED_SIGNERS.md).
**Full Changelog**: https://github.com/auspexai/tenant-sdk/compare/v0.6.63...v0.6.64