# [2024-09-04] Nylas Python SDK v6.3.1

Source: https://developer.nylas.com/docs/new/v3-changelogs/2024-09-04-python-sdk-v6-3-1/

The Nylas Python SDK v6.3.1 has been released!

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

## Added

- Added support for Folders webhook triggers (`folder.created`, `folder.updated`, `folder.deleted`) ([#374](https://github.com/nylas/nylas-python/pull/374)).

## Updated

- Fixed misspelling of `json_response` in Clean Conversation ([#375](https://github.com/nylas/nylas-python/pull/375)).
- Fixed request session being used across multiple requests ([#380](https://github.com/nylas/nylas-python/pull/380)).
- Replaced `TestCommand` with `Command` ([#377](https://github.com/nylas/nylas-python/pull/377)).