Skip to content

Commit 5228f3d

Browse files
chore(main): release 9.1.0 (#688)
Co-authored-by: workos-sdk-automation[bot] <255426317+workos-sdk-automation[bot]@users.noreply.github.com>
1 parent 4832d0e commit 5228f3d

5 files changed

Lines changed: 19 additions & 16 deletions

File tree

.changelog-pending/2026-07-06T15-36-53-a2c464df57c9c25ad289cf11417e5df4ada5c726.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "9.0.0"
2+
".": "9.1.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [9.1.0](https://github.com/workos/workos-python/compare/v9.0.0...v9.1.0) (2026-07-06)
4+
5+
* [#687](https://github.com/workos/workos-python/pull/687) fix(generated): regenerate from spec
6+
7+
**Features**
8+
* **[user_management](https://workos.com/docs/reference/authkit/user)**:
9+
* Added model `UserRoleAssignmentSource`
10+
* Added `source` to `UserRoleAssignment`
11+
* Added enum `UserRoleAssignmentSourceType`
12+
* Added parameter `UserManagementAuthentication.authorize.max_age`
13+
* Added endpoint `GET /user_management/cors_origins`
14+
* Added endpoint `GET /user_management/redirect_uris`
15+
16+
**Fixes**
17+
* Restore mistakenly removed CreateMagicAuth logic from previous release
18+
319
## [9.0.0](https://github.com/workos/workos-python/compare/v8.3.0...v9.0.0) (2026-07-02)
420

521
* [#681](https://github.com/workos/workos-python/pull/681) fix(generated): regenerate from spec

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "workos"
3-
version = "9.0.0"
3+
version = "9.1.0"
44
description = "WorkOS Python Client"
55
readme = "README.md"
66
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)