# [2025-09-02] Nylas Python SDK v6.12.0

Source: https://developer.nylas.com/docs/new/v3-changelogs/2025-09-02-python-sdk-v6-12-0/

The Nylas Python SDK v6.12.0 has been released!

- GitHub: [Nylas Python SDK](https://github.com/nylas/nylas-python/releases/tag/v6.12.0)
- Distribution: [PyPi](https://pypi.org/project/nylas/6.12.0)

## Added

- Added `yahoo`, `zoom`, and `ews` as providers on [Authorization Request endpoint](/docs/reference/api/authentication-apis/get_oauth2_flow/) ([#434](https://github.com/nylas/nylas-python/pull/434)).
- Added support for `is_plaintext` on [Send Message](/docs/reference/api/messages/send-message/) and [Create Draft](/docs/reference/api/drafts/post-draft/) endpoints ([#436](https://github.com/nylas/nylas-python/pull/436)).

## Updated

- Fixed issue where `grants.update()` wasn't using `PATCH` ([#435](https://github.com/nylas/nylas-python/pull/435)).
- Fixed tests for `grants.update()` ([#435](https://github.com/nylas/nylas-python/pull/435)).