# [2025-04-30] Nylas Python SDK v6.9.0

Source: https://developer.nylas.com/docs/new/v3-changelogs/2025-04-30-python-sdk-v6-9-0/

The Nylas Python SDK v6.9.0 has been released!

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

## Added

- Added Notetaker API support ([#414](https://github.com/nylas/nylas-python/pull/414)).
- Added `tentative_as_busy` flag to Availability request ([#415](https://github.com/nylas/nylas-python/pull/415)).
- Added webhook triggers to bypass `ValueErrors` ([#406](https://github.com/nylas/nylas-python/pull/406)).

## Updated

- Updated the Environment enum and added `sandbox` ([#408](https://github.com/nylas/nylas-python/pull/408)).
- Corrected the `in` type-hint for `ListQueryParams` ([#408](https://github.com/nylas/nylas-python/pull/408)).
- Updated the Notetaker media endpoint ([#416](https://github.com/nylas/nylas-python/pull/416)).
- Updated the [`GET /v3/grants/<NYLAS_GRANT_ID>/notetakers` endpoint](/docs/reference/api/notetaker/get-all-notetakers/) to support changes to query parameters ([#417](https://github.com/nylas/nylas-python/pull/417)).

## New contributors

[@samuelpx](https://github.com/samuelpx) made their first contribution to the repository for this release! 🎉