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/.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..4237e836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [10.1.0](https://github.com/workos/workos-python/compare/v10.0.1...v10.1.0) (2026-07-28) + +### Miscellaneous Chores + +* release 10.1.0 ([1889026](https://github.com/workos/workos-python/commit/1889026b2ed71a75f4036a54ac20dcc69ee77bfd)) + +* [#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` + +* [#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` + ## [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" 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" },