Releases: BoltApp/Bolt-Python-SDK
Releases · BoltApp/Bolt-Python-SDK
python - v0.5.6 - 2025-09-30 16:15:37
Generated by Speakeasy CLI
2025-09-30 16:15:37
Changes
Based on:
- OpenAPI Doc 1.0.1
- Speakeasy CLI 1.631.4 (2.716.16) https://github.com/speakeasy-api/speakeasy
Generated
- [python v0.5.6] .
Releases
- [PyPI v0.5.6] https://pypi.org/project/bolt-api-sdk/0.5.6 - .
Publishing Completed
python - v0.5.5 - 2025-09-29 17:27:34
Generated by Speakeasy CLI
2025-09-29 17:27:34
Changes
Based on:
- OpenAPI Doc 1.0.1
- Speakeasy CLI 1.631.4 (2.716.16) https://github.com/speakeasy-api/speakeasy
Generated
- [python v0.5.5] .
Releases
- [PyPI v0.5.5] https://pypi.org/project/bolt-api-sdk/0.5.5 - .
Publishing Completed
APIs input type modifications
Modified input types for the following apis -
- product get
- subscription get
- subscription pause
- subscription unpause
- subscription cancel
Changed base module name
Changed base module name
Bolt Subscriptions SDK
Bolt Python SDK v0.1.0
Initial beta release of the Bolt Python SDK, providing developer-friendly and type-safe access to the Bolt API.
Features
- Complete API Coverage: Support for products, subscriptions, orders, and plans management
- Type Safety: Full Pydantic model integration with IDE support
- Authentication: Secure API key and publishable key authentication
- Flexible Usage: Both synchronous and asynchronous client support
- Error Handling: Comprehensive error handling with detailed response information
- Retry Logic: Configurable retry strategies with exponential backoff
- Multiple Environments: Support for production, sandbox, and staging servers
- Resource Management: Proper HTTP client lifecycle management with context managers
Installation
pip install "bolt-api-sdk"Note: This is a beta release. Breaking changes may occur between versions.