Releases: auraoneai/sdk-python
Releases · auraoneai/sdk-python
Release list
AuraOne Python SDK 0.2.1
PyPI metadata correction release.
- Removes stale pre-publication language from the package long description.
- Aligns package, module, CLI, tests, and release proof on 0.2.1.
- Includes wheel, source distribution, and SHA-256 checksums.
AuraOne Python SDK 0.2.0
Full Changelog: v0.1.2...v0.2.0
v0.1.1 — Initial public release (subpackages fix)
First installable release of auraone-sdk.
pip install auraone-sdkNote 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
AuraClientandAuraOneClient(sync + async) with retries, idempotent eval creation, polling helpersauraCLI: list-templates, evaluate, quotas, system-health- Airflow operator for triggering AuraOne evals from DAGs
- GraphQL client alongside REST
- Published via PyPI trusted publishing (OIDC)