Skip to content

Releases: workos/workos-python

v5.18.1

01 Apr 13:18
2c0ad47

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

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

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

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

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

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

Choose a tag to compare

What's Changed

v5.13.1

24 Jan 19:39
2521bcb

Choose a tag to compare

What's Changed

  • Adjust dependency version pinning to allow for more cryptography versions (#404)

Full Changelog: v5.13.0...v5.13.1

v5.13.0

14 Jan 18:55
a4226c6

Choose a tag to compare

Added

  • Added strip_customer_id parameter to update_organization (#401)
  • Added return_to parameter to get_logout_url (#400)

Full Changelog: v5.12.1...v5.13.0

v5.12.1

13 Jan 21:59
cab11e9

Choose a tag to compare

What's Changed

  • Allows proxies to be properly set via environment variables (#398). If you use the standard HTTP proxy environment variables (e.g. HTTPS_PROXY), it's recommend to verify there's no behavior change in your environment and adjust them if needed.

Full Changelog: v5.12.0...v5.12.1