Skip to content

Releases: workos/workos-python

v5.20.0

25 Apr 13:34
3e9d91e
Compare
Choose a tag to compare

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

17 Apr 15:11
d7a3a04
Compare
Choose a tag to compare

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.19.0

15 Apr 21:31
19a6387
Compare
Choose a tag to compare

What's Changed

  • Added password_reset.succeeded event type (#429)

Full Changelog: v5.18.1...v5.19.0

v5.18.1

01 Apr 13:18
2c0ad47
Compare
Choose a tag to compare

What's Changed

  • Use AsyncSession class for async load_sealed_session (#427)

Full Changelog: v5.18.0...v5.18.1

v5.18.0

31 Mar 16:03
f779bcb
Compare
Choose a tag to compare

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

21 Mar 17:57
0662d5d
Compare
Choose a tag to compare

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

19 Mar 17:29
df3b2e5
Compare
Choose a tag to compare

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

17 Mar 20:35
e085e8a
Compare
Choose a tag to compare

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

14 Feb 23:25
0308896
Compare
Choose a tag to compare

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

v5.14.0

03 Feb 21:05
5f8eb45
Compare
Choose a tag to compare

What's Changed