# [2024-05-17] Nylas Python SDK v6.2.0

Source: https://developer.nylas.com/docs/new/v3-changelogs/2024-05-17-python-sdk-v6-2-0/

The Nylas Python SDK v6.2.0 has been released!

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

## Added

- Added support for custom headers in Drafts and Messages ([#360](https://github.com/nylas/nylas-python/pull/360)).
- Added support for overriding various fields in outgoing requests ([#363](https://github.com/nylas/nylas-python/pull/363)).
- Added support for `provider` field in code exchange response ([#360](https://github.com/nylas/nylas-python/pull/360)).
- Added support for `event_type` filter when listing events ([#364](https://github.com/nylas/nylas-python/pull/364)).
- Added Clean Messages support ([#361](https://github.com/nylas/nylas-python/pull/361)).
- Added webhook triggers ([#357](https://github.com/nylas/nylas-python/pull/357)).

## Updated

- Fixed issue where attachments larger than 3MB were not being encoded correctly ([#362](https://github.com/nylas/nylas-python/pull/362)).
- Fixed issue with deserializing event and code exchange responses ([#358](https://github.com/nylas/nylas-python/pull/358), [#368](https://github.com/nylas/nylas-python/pull/368), [#369](https://github.com/nylas/nylas-python/pull/369)).