Skip to content

Releases: SaturdayInc/saturday-python

v0.1.1

11 Apr 23:54

Choose a tag to compare

Fixes

  • Auth header: Changed from X-API-Key to Authorization: Bearer to match the gateway API contract
  • Key prefix: Updated examples from sat_live_/sat_test_ to sk_live_/sk_test_

These are breaking changes from v0.1.0. If you installed 0.1.0, upgrade immediately.

pip install --upgrade saturday

v0.1.0 — Initial Release

11 Apr 21:27

Choose a tag to compare

Official Python SDK for the Saturday Nutrition Intelligence API.

Install

pip install saturday

Features

  • 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

Documentation →