Releases: SaturdayInc/saturday-python
Releases · SaturdayInc/saturday-python
v0.1.1
Fixes
- Auth header: Changed from
X-API-KeytoAuthorization: Bearerto match the gateway API contract - Key prefix: Updated examples from
sat_live_/sat_test_tosk_live_/sk_test_
These are breaking changes from v0.1.0. If you installed 0.1.0, upgrade immediately.
pip install --upgrade saturdayv0.1.0 — Initial Release
Official Python SDK for the Saturday Nutrition Intelligence API.
Install
pip install saturdayFeatures
- Typed client for all 88 API endpoints
- Retry logic with exponential backoff
- Safety types (
SafetyMetadata,not_instructions) - Stripe-style error handling
- OAuth2 + API key authentication