Python SDK v4 beta release
We’ve released a beta version of the Python SDK (v4.0) with significant improvements including native async support via AsyncBrevo, Pydantic-based typed models, automatic retries with exponential backoff, and a custom httpx client support.
You can learn more on the dedicated guide here: https://developers.brevo.com/docs/api-clients/python
Install it using:
Key highlights:
- Unified client via
Brevo(api_key="...")— no more manual configuration objects - Native async support with
AsyncBrevo - Full type annotations for all request and response models
- Raw response access via
with_raw_response - 33 service namespaces covering the entire Brevo API
Resources: