Skip to content

Releases: auraoneai/sdk-python

v0.1.1 — Initial public release (subpackages fix)

11 May 19:03

Choose a tag to compare

First installable release of auraone-sdk.

pip install auraone-sdk

Note on v0.1.0

v0.1.0 was published but the wheel only included top-level aura and aura_one — subpackages aura_one.services, aura.operators, and aura.plugins were missing, breaking imports. v0.1.1 switches to setuptools.packages.find so all subpackages ship.

See CHANGELOG.md for the full notes.

What's included

  • AuraClient and AuraOneClient (sync + async) with retries, idempotent eval creation, polling helpers
  • aura CLI: list-templates, evaluate, quotas, system-health
  • Airflow operator for triggering AuraOne evals from DAGs
  • GraphQL client alongside REST
  • Published via PyPI trusted publishing (OIDC)