Releases: workos/workos-python
Releases · workos/workos-python
v5.20.0
What's Changed
- Bump cryptography to ~=44.0.2 (#436)
- Add
custom_attributes
field to SSO Profile (#434)
New Contributors
Full Changelog: v5.19.1...v5.20.0
v5.19.1
What's Changed
- Allow
organization_id
to be optional on Connection
for OAuth connections (#432)
- Fix async session tests (#433)
Full Changelog: v5.19.0...v5.19.1
v5.18.1
What's Changed
- Use AsyncSession class for async load_sealed_session (#427)
Full Changelog: v5.18.0...v5.18.1
v5.18.0
What's Changed
- Loosen dependency version constraints by @mrcljx in #424
- Add async support for
load_sealed_session
in #425
New Contributors
Full Changelog: v5.17.0...v5.18.0
v5.17.0
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)
Full Changelog: v5.16.0...v5.17.0
v5.16.0
What's Changed
- Add metadata and external id to users and organizations from #420
Full Changelog: v5.15.1...v5.16.0
v5.15.1
What's Changed
- Add missing list of
workos
module public symbols to allow importing like from workos import WorkOSClient
(#415)
Full Changelog: v5.15.0...v5.15.1
v5.15.0
What's Changed
Added
- Added
last_sign_in_at
to user (#408)
Changed
- Fixed handling access tokens with
aud
claim (#409)
Full Changelog: v5.14.0...v5.15.0