# [2024-02-27] Nylas Python SDK v6.1.0

Source: https://developer.nylas.com/docs/new/v3-changelogs/2024-02-27-python-sdk-v6-1-0/

The Nylas Python SDK v6.1.0 has been released!

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

## Added

- Added support for the `round_to` field in the Availability response ([#348](https://github.com/nylas/nylas-python/pull/348)).
- Added support for the `attributes` field in the Folder model ([#348](https://github.com/nylas/nylas-python/pull/348)).
- Added support for iCloud as an authentication provider ([#348](https://github.com/nylas/nylas-python/pull/348)).

## Updated

- Fixed the webhook secret not being returned when a webhook is created ([#346](https://github.com/nylas/nylas-python/pull/346)).
- Fixed an issue with Free/Busy and Scheduled Message responses not being deserialized correctly ([#350](https://github.com/nylas/nylas-python/pull/350)).

## Removed

- Removed the `client_id` field from `detect_provider()` ([#348](https://github.com/nylas/nylas-python/pull/348)).