What's Changed * Add `email` standard attribute to `DirectoryUser` * Mark `emails`, `job_title`, and `username` standard attributes as deprecated. Enable the equivalent auto-mapped custom attributes instead ([413](https://github.com/workos/workos-python/pull/413))
What's Changed * Add missing list of `workos` module public symbols to allow importing like `from workos import WorkOSClient` ([415](https://github.com/workos/workos-python/pull/415))
What's Changed * Add `intent_options` parameter on `Portal.generate_link()` method by jonatascastro12 in https://github.com/workos/workos-python/pull/406
5.13.1
What's Changed * Adjust dependency version pinning to allow for more `cryptography` versions ([404](https://github.com/workos/workos-python/pull/404))