Skip to content

Releases: BoltApp/Bolt-Python-SDK

python - v0.5.6 - 2025-09-30 16:15:37

30 Sep 16:15

Choose a tag to compare

Generated by Speakeasy CLI

2025-09-30 16:15:37

Changes

Based on:

Generated

  • [python v0.5.6] .

Releases

Publishing Completed

python - v0.5.5 - 2025-09-29 17:27:34

29 Sep 17:27

Choose a tag to compare

Generated by Speakeasy CLI

2025-09-29 17:27:34

Changes

Based on:

Generated

  • [python v0.5.5] .

Releases

Publishing Completed

APIs input type modifications

07 Aug 01:21

Choose a tag to compare

Modified input types for the following apis -

  • product get
  • subscription get
  • subscription pause
  • subscription unpause
  • subscription cancel

Changed base module name

31 Jul 15:04

Choose a tag to compare

Changed base module name

Bolt Subscriptions SDK

29 Jul 18:57

Choose a tag to compare

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.