Python SDK v0.2.0
Released: 2026-04-07
What's New
Features
- Convenience methods for common event categories:
get_questionnaire(),get_instructions(),get_consent() - Deployment management:
list_deployments(),get_deployment(),get_deployment_sessions() - API warning surfacing: backend
_warningsmetadata now emitted via Python'swarningsmodule get_all_data()now includesratings_sparse,questionnaire,instructions, andconsent
CI/CD
- Publish workflow now requires all tests to pass before releasing to PyPI
- Sigstore attestations for supply chain security
- Python 3.13 added to test matrix
Breaking Changes
get_all_data()return keys changed:"ratings"split into"ratings_continuous"and"ratings_sparse"