From d47534b015d70de9164787d8de864bf03b23fb71 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 15:47:21 +0000 Subject: [PATCH 1/3] chore(main): release 9.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 92856693..9695e0ec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.0.0" + ".": "9.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c90c81a..fe2efda1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.1.0](https://github.com/workos/workos-python/compare/v9.0.0...v9.1.0) (2026-07-06) + + +### Features + +* **generated:** UserManagement, Radar (batch f510ddfb) ([#687](https://github.com/workos/workos-python/issues/687)) ([4832d0e](https://github.com/workos/workos-python/commit/4832d0e57ba36a85a7338202a886fda088fc26bd)) + ## [9.0.0](https://github.com/workos/workos-python/compare/v8.3.0...v9.0.0) (2026-07-02) * [#681](https://github.com/workos/workos-python/pull/681) fix(generated): regenerate from spec diff --git a/pyproject.toml b/pyproject.toml index f34e63f0..a48a7fcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "workos" -version = "9.0.0" +version = "9.1.0" description = "WorkOS Python Client" readme = "README.md" license = "MIT" From d0d9aa2ef34cfbc752c65ac93e914ddf22b2521f Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 15:47:36 +0000 Subject: [PATCH 2/3] chore: update uv.lock --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index f8860f13..17b4e023 100644 --- a/uv.lock +++ b/uv.lock @@ -1324,7 +1324,7 @@ wheels = [ [[package]] name = "workos" -version = "9.0.0" +version = "9.1.0" source = { editable = "." } dependencies = [ { name = "cryptography" }, From ff7ae4010c88f7f5ba1d838e45ddef7177ff1d6f Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 15:47:37 +0000 Subject: [PATCH 3/3] chore: inline release notes from .changelog-pending --- ...6-53-a2c464df57c9c25ad289cf11417e5df4ada5c726.md | 13 ------------- CHANGELOG.md | 13 +++++++++++-- 2 files changed, 11 insertions(+), 15 deletions(-) delete mode 100644 .changelog-pending/2026-07-06T15-36-53-a2c464df57c9c25ad289cf11417e5df4ada5c726.md diff --git a/.changelog-pending/2026-07-06T15-36-53-a2c464df57c9c25ad289cf11417e5df4ada5c726.md b/.changelog-pending/2026-07-06T15-36-53-a2c464df57c9c25ad289cf11417e5df4ada5c726.md deleted file mode 100644 index de177d90..00000000 --- a/.changelog-pending/2026-07-06T15-36-53-a2c464df57c9c25ad289cf11417e5df4ada5c726.md +++ /dev/null @@ -1,13 +0,0 @@ -* [#687](https://github.com/workos/workos-python/pull/687) fix(generated): regenerate from spec - - **Features** - * **[user_management](https://workos.com/docs/reference/authkit/user)**: - * Added model `UserRoleAssignmentSource` - * Added `source` to `UserRoleAssignment` - * Added enum `UserRoleAssignmentSourceType` - * Added parameter `UserManagementAuthentication.authorize.max_age` - * Added endpoint `GET /user_management/cors_origins` - * Added endpoint `GET /user_management/redirect_uris` - - **Fixes** - * Restore mistakenly removed CreateMagicAuth logic from previous release diff --git a/CHANGELOG.md b/CHANGELOG.md index fe2efda1..77f3cf05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,19 @@ ## [9.1.0](https://github.com/workos/workos-python/compare/v9.0.0...v9.1.0) (2026-07-06) +* [#687](https://github.com/workos/workos-python/pull/687) fix(generated): regenerate from spec -### Features + **Features** + * **[user_management](https://workos.com/docs/reference/authkit/user)**: + * Added model `UserRoleAssignmentSource` + * Added `source` to `UserRoleAssignment` + * Added enum `UserRoleAssignmentSourceType` + * Added parameter `UserManagementAuthentication.authorize.max_age` + * Added endpoint `GET /user_management/cors_origins` + * Added endpoint `GET /user_management/redirect_uris` -* **generated:** UserManagement, Radar (batch f510ddfb) ([#687](https://github.com/workos/workos-python/issues/687)) ([4832d0e](https://github.com/workos/workos-python/commit/4832d0e57ba36a85a7338202a886fda088fc26bd)) + **Fixes** + * Restore mistakenly removed CreateMagicAuth logic from previous release ## [9.0.0](https://github.com/workos/workos-python/compare/v8.3.0...v9.0.0) (2026-07-02)