From af51909f2ae5e73221091076a3f35c0bde739b8c Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 21:04:33 +0000 Subject: [PATCH 1/3] chore(main): release 10.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 932a7825..1c369874 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.1" + ".": "10.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b7370714..febd22ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [10.1.0](https://github.com/workos/workos-python/compare/v10.0.1...v10.1.0) (2026-07-28) + + +### ⚠ BREAKING CHANGES + +* **sso:** SDK surface change: Parameter type changed for "request_options" on "SSO.authorize_logout" ([#704](https://github.com/workos/workos-python/issues/704)) + +### Features + +* **pipes:** SDK surface change: Parameter type changed for "organization_id" on "Pipes.authorize_data_integration" ([#702](https://github.com/workos/workos-python/issues/702)) ([826ad56](https://github.com/workos/workos-python/commit/826ad56eba9bb292e48613c3c4b157327aed5cd7)) +* **sso:** SDK surface change: Parameter type changed for "request_options" on "SSO.authorize_logout" ([#704](https://github.com/workos/workos-python/issues/704)) ([dae8afd](https://github.com/workos/workos-python/commit/dae8afd8a7d49432363ebd21abc979db3068b8f4)) +* **user_management:** SDK surface change: Parameter type changed for "request_options" on "UserManagement.accept_invitation" ([#702](https://github.com/workos/workos-python/issues/702)) ([826ad56](https://github.com/workos/workos-python/commit/826ad56eba9bb292e48613c3c4b157327aed5cd7)) + + +### Miscellaneous Chores + +* release 10.1.0 ([1889026](https://github.com/workos/workos-python/commit/1889026b2ed71a75f4036a54ac20dcc69ee77bfd)) + ## [10.0.1](https://github.com/workos/workos-python/compare/v10.0.0...v10.0.1) (2026-07-27) diff --git a/pyproject.toml b/pyproject.toml index 175a2063..1cdb6dcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "workos" -version = "10.0.1" +version = "10.1.0" description = "WorkOS Python Client" readme = "README.md" license = "MIT" From b4d4a13c72e6b215aba66831ab0e417e8cdc63ac Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 21:04:56 +0000 Subject: [PATCH 2/3] chore: update uv.lock --- uv.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uv.lock b/uv.lock index 9ceff163..9e31d34d 100644 --- a/uv.lock +++ b/uv.lock @@ -591,7 +591,7 @@ name = "exceptiongroup" version = "1.3.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typing-extensions", marker = "python_full_version < '3.13'" }, + { name = "typing-extensions" }, ] sdist = { url = "https://files.pythonhosted.org/packages/50/79/66800aadf48771f6b62f7eb014e352e5d06856655206165d775e675a02c9/exceptiongroup-1.3.1.tar.gz", hash = "sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219", size = 30371, upload-time = "2025-11-21T23:01:54.787Z" } wheels = [ @@ -1324,7 +1324,7 @@ wheels = [ [[package]] name = "workos" -version = "10.0.1" +version = "10.1.0" source = { editable = "." } dependencies = [ { name = "cryptography" }, From da3908e864b4001b9511cc823f9e03da36a6647a Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 21:04:58 +0000 Subject: [PATCH 3/3] chore: inline release notes from .changelog-pending --- ...2f2c0b2792fb452e4b7e1a0555c2fe14b857631.md | 18 ----------- ...7b77690a4486560659df08d947039af4cd52055.md | 5 --- CHANGELOG.md | 31 +++++++++++++------ 3 files changed, 22 insertions(+), 32 deletions(-) delete mode 100644 .changelog-pending/2026-07-28T19-17-20-72f2c0b2792fb452e4b7e1a0555c2fe14b857631.md delete mode 100644 .changelog-pending/2026-07-28T20-32-35-c7b77690a4486560659df08d947039af4cd52055.md diff --git a/.changelog-pending/2026-07-28T19-17-20-72f2c0b2792fb452e4b7e1a0555c2fe14b857631.md b/.changelog-pending/2026-07-28T19-17-20-72f2c0b2792fb452e4b7e1a0555c2fe14b857631.md deleted file mode 100644 index 73e4c78a..00000000 --- a/.changelog-pending/2026-07-28T19-17-20-72f2c0b2792fb452e4b7e1a0555c2fe14b857631.md +++ /dev/null @@ -1,18 +0,0 @@ -* [#702](https://github.com/workos/workos-python/pull/702) feat(generated)!: regenerate from spec (2 changes) - - **Features** - * **[pipes](https://workos.com/docs/reference/pipes)**: - * Added `config` to `DataIntegrationsGetDataIntegrationAuthorizeUrlRequest` - * Added `client_credentials` to `DataIntegrationAuthMethods` - * Added `client_credentials` to `DataIntegrationsListResponseDataAuthMethods` - * Added `client_credentials` to `DataIntegrationsListResponseDataConnectedAccountAuthMethod` - * Added `config` to Pipes models - * **[connect](https://workos.com/docs/reference/workos-connect/standalone)**: - * Added `client_credentials` to `ConnectedAccountAuthMethod` - - **Fixes** - * **[user_management](https://workos.com/docs/reference/authkit/user)**: - * Changed errors for endpoint `POST /user_management/invitations` - * Changed errors for endpoint `POST /user_management/invitations/{id}/resend` - * Changed errors for endpoint `POST /user_management/magic_auth` - * Changed errors for endpoint `POST /user_management/authenticate` diff --git a/.changelog-pending/2026-07-28T20-32-35-c7b77690a4486560659df08d947039af4cd52055.md b/.changelog-pending/2026-07-28T20-32-35-c7b77690a4486560659df08d947039af4cd52055.md deleted file mode 100644 index f092f200..00000000 --- a/.changelog-pending/2026-07-28T20-32-35-c7b77690a4486560659df08d947039af4cd52055.md +++ /dev/null @@ -1,5 +0,0 @@ -* [#704](https://github.com/workos/workos-python/pull/704) feat(generated)!: regenerate from spec (1 change) - - **Fixes** - * **[sso](https://workos.com/docs/reference/sso)**: - * Removed `callback_endpoint` from `Connection` diff --git a/CHANGELOG.md b/CHANGELOG.md index febd22ec..4237e836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,21 +2,34 @@ ## [10.1.0](https://github.com/workos/workos-python/compare/v10.0.1...v10.1.0) (2026-07-28) +### Miscellaneous Chores -### ⚠ BREAKING CHANGES +* release 10.1.0 ([1889026](https://github.com/workos/workos-python/commit/1889026b2ed71a75f4036a54ac20dcc69ee77bfd)) -* **sso:** SDK surface change: Parameter type changed for "request_options" on "SSO.authorize_logout" ([#704](https://github.com/workos/workos-python/issues/704)) +* [#702](https://github.com/workos/workos-python/pull/702) feat(generated)!: regenerate from spec (2 changes) -### Features - -* **pipes:** SDK surface change: Parameter type changed for "organization_id" on "Pipes.authorize_data_integration" ([#702](https://github.com/workos/workos-python/issues/702)) ([826ad56](https://github.com/workos/workos-python/commit/826ad56eba9bb292e48613c3c4b157327aed5cd7)) -* **sso:** SDK surface change: Parameter type changed for "request_options" on "SSO.authorize_logout" ([#704](https://github.com/workos/workos-python/issues/704)) ([dae8afd](https://github.com/workos/workos-python/commit/dae8afd8a7d49432363ebd21abc979db3068b8f4)) -* **user_management:** SDK surface change: Parameter type changed for "request_options" on "UserManagement.accept_invitation" ([#702](https://github.com/workos/workos-python/issues/702)) ([826ad56](https://github.com/workos/workos-python/commit/826ad56eba9bb292e48613c3c4b157327aed5cd7)) + **Features** + * **[pipes](https://workos.com/docs/reference/pipes)**: + * Added `config` to `DataIntegrationsGetDataIntegrationAuthorizeUrlRequest` + * Added `client_credentials` to `DataIntegrationAuthMethods` + * Added `client_credentials` to `DataIntegrationsListResponseDataAuthMethods` + * Added `client_credentials` to `DataIntegrationsListResponseDataConnectedAccountAuthMethod` + * Added `config` to Pipes models + * **[connect](https://workos.com/docs/reference/workos-connect/standalone)**: + * Added `client_credentials` to `ConnectedAccountAuthMethod` + **Fixes** + * **[user_management](https://workos.com/docs/reference/authkit/user)**: + * Changed errors for endpoint `POST /user_management/invitations` + * Changed errors for endpoint `POST /user_management/invitations/{id}/resend` + * Changed errors for endpoint `POST /user_management/magic_auth` + * Changed errors for endpoint `POST /user_management/authenticate` -### Miscellaneous Chores +* [#704](https://github.com/workos/workos-python/pull/704) feat(generated)!: regenerate from spec (1 change) -* release 10.1.0 ([1889026](https://github.com/workos/workos-python/commit/1889026b2ed71a75f4036a54ac20dcc69ee77bfd)) + **Fixes** + * **[sso](https://workos.com/docs/reference/sso)**: + * Removed `callback_endpoint` from `Connection` ## [10.0.1](https://github.com/workos/workos-python/compare/v10.0.0...v10.0.1) (2026-07-27)