Skip to content

0.5.5

Choose a tag to compare

@jasongagne-git jasongagne-git released this 12 Jun 16:01
· 16 commits to main since this release

AuspexAI Tenant SDK 0.5.5 — 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.5-py3-none-any.whl
# analysis extra (pandas/pyarrow for the evidence loader):
pip install 'auspexai_tenant-0.5.5-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.5-py3-none-any.whl.sig \
  --certificate auspexai_tenant-0.5.5-py3-none-any.whl.cert \
  auspexai_tenant-0.5.5-py3-none-any.whl

Trust roster: AUTHORIZED_SIGNERS.md.

Full Changelog: v0.5.4...v0.5.5