Skip to content

0.5.8

Choose a tag to compare

@github-actions github-actions released this 13 Jun 11:58
· 8 commits to main since this release

AuspexAI Tenant SDK 0.5.8 — key generation, manifest
signing, experiment submission, and the evidence verify chain
(bundle verify, attestation + Rekor inclusion checks, the
verified evidence loader).

Install

pip install auspexai_tenant-0.5.8-py3-none-any.whl
# analysis extra (pandas/pyarrow for the evidence loader):
pip install 'auspexai_tenant-0.5.8-py3-none-any.whl[analysis]'

Verify before installing

cosign verify-blob \
  --certificate-identity-regexp='^https://github\.com/auspexai/.+/\.github/workflows/.+@.+$' \
  --certificate-oidc-issuer='https://token.actions.githubusercontent.com' \
  --signature auspexai_tenant-0.5.8-py3-none-any.whl.sig \
  --certificate auspexai_tenant-0.5.8-py3-none-any.whl.cert \
  auspexai_tenant-0.5.8-py3-none-any.whl

Trust roster: AUTHORIZED_SIGNERS.md.

Full Changelog: v0.5.7...v0.5.8