diff --git a/.changelog-pending/2026-08-11T17-12-22-c4d55e190f0f722ec4b6c901f4305221e86fb8f7.md b/.changelog-pending/2026-08-11T17-12-22-c4d55e190f0f722ec4b6c901f4305221e86fb8f7.md deleted file mode 100644 index d9b72911..00000000 --- a/.changelog-pending/2026-08-11T17-12-22-c4d55e190f0f722ec4b6c901f4305221e86fb8f7.md +++ /dev/null @@ -1,53 +0,0 @@ -* [#710](https://github.com/workos/workos-python/pull/710) feat(generated)!: regenerate from spec (3 changes) - - **⚠️ Breaking** - * **[events](https://workos.com/docs/reference/events)**: - * Changed required status for parameter `Events.list.events` - - **Features** - * **[groups](https://workos.com/docs/reference/groups)**: - * Added parameter `Groups.list.search` - * **[connect](https://workos.com/docs/reference/workos-connect/standalone)**: - * Added `client_id` to `ConnectedAccount` - * Added `client_secret_last_4` to `ConnectedAccount` - * Added `config` to `ConnectedAccount` - * **[pipes](https://workos.com/docs/reference/pipes)**: - * Added `client_id` to `DataIntegrationsListResponseDataConnectedAccount` - * Added `client_secret_last_4` to `DataIntegrationsListResponseDataConnectedAccount` - * Added `config` to `DataIntegrationsListResponseDataConnectedAccount` - * Changed errors for endpoint `POST /data-integrations/{slug}/credentials` - * Made `CustomProviderDefinition.authorization_url` optional - * Made `CustomProviderDefinition.token_url` optional - * Added model `DataIntegrationsUpsertClientCredentialsRequest` - * Added `client_credentials` to `CreateDataIntegrationAuthMethods` - * Added endpoint `PUT /data-integrations/{slug}/client-credentials` - * **[sso](https://workos.com/docs/reference/sso)**: - * Added `XOAuth` to `ConnectionType` - * Added `XOAuth` to `ProfileConnectionType` - * Added `XOAuth` to `ConnectionsConnectionType` - * Added `GrokOAuth` to `ConnectionType` - * Added `GrokOAuth` to `ProfileConnectionType` - * Added `GrokOAuth` to `ConnectionsConnectionType` - * **[user_management](https://workos.com/docs/reference/authkit/user)**: - * Changed errors for endpoint `DELETE /user_management/users/{id}` - * Added `password_salt_position` to `CreateUser` - * Added `password_salt_position` to `UpdateUser` - * Made `RadarSmsChallengeCodeSessionAuthenticateRequest.verification_id` optional - * Made `RadarSmsChallengeCodeSessionAuthenticateRequest.phone_number` optional - * Added enum `CreateUserPasswordSaltPosition` - * Added enum `UpdateUserPasswordSaltPosition` - * Added `XOAuth` to `AuthenticateResponseAuthenticationMethod` - * Added `XOAuth` to `UserIdentitiesGetItemProvider` - * Added `GrokOAuth` to `AuthenticateResponseAuthenticationMethod` - * Added `GrokOAuth` to `UserIdentitiesGetItemProvider` - * **[webhooks](https://workos.com/docs/reference/webhooks)**: - * Added `agent.registration.refreshed` to `CreateWebhookEndpointEvents` - * Added `agent.registration.refreshed` to `UpdateWebhookEndpointEvents` - - **Fixes** - * **[pipes](https://workos.com/docs/reference/pipes)**: - * Changed the type of `DataIntegration.credentials` - * **[user_management](https://workos.com/docs/reference/authkit/user)**: - * Changed errors for endpoint `POST /user_management/authenticate` - * Changed errors for endpoint `POST /user_management/users` - * Changed errors for endpoint `PUT /user_management/users/{id}` diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ef408f5b..e9ff280f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.1.1" + ".": "10.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e08987ac..14e237ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,61 @@ # Changelog +## [10.2.0](https://github.com/workos/workos-python/compare/v10.1.1...v10.2.0) (2026-08-11) + +* [#710](https://github.com/workos/workos-python/pull/710) feat(generated)!: regenerate from spec (3 changes) + + **⚠️ Breaking** + * **[events](https://workos.com/docs/reference/events)**: + * Changed required status for parameter `Events.list.events` + + **Features** + * **[groups](https://workos.com/docs/reference/groups)**: + * Added parameter `Groups.list.search` + * **[connect](https://workos.com/docs/reference/workos-connect/standalone)**: + * Added `client_id` to `ConnectedAccount` + * Added `client_secret_last_4` to `ConnectedAccount` + * Added `config` to `ConnectedAccount` + * **[pipes](https://workos.com/docs/reference/pipes)**: + * Added `client_id` to `DataIntegrationsListResponseDataConnectedAccount` + * Added `client_secret_last_4` to `DataIntegrationsListResponseDataConnectedAccount` + * Added `config` to `DataIntegrationsListResponseDataConnectedAccount` + * Changed errors for endpoint `POST /data-integrations/{slug}/credentials` + * Made `CustomProviderDefinition.authorization_url` optional + * Made `CustomProviderDefinition.token_url` optional + * Added model `DataIntegrationsUpsertClientCredentialsRequest` + * Added `client_credentials` to `CreateDataIntegrationAuthMethods` + * Added endpoint `PUT /data-integrations/{slug}/client-credentials` + * **[sso](https://workos.com/docs/reference/sso)**: + * Added `XOAuth` to `ConnectionType` + * Added `XOAuth` to `ProfileConnectionType` + * Added `XOAuth` to `ConnectionsConnectionType` + * Added `GrokOAuth` to `ConnectionType` + * Added `GrokOAuth` to `ProfileConnectionType` + * Added `GrokOAuth` to `ConnectionsConnectionType` + * **[user_management](https://workos.com/docs/reference/authkit/user)**: + * Changed errors for endpoint `DELETE /user_management/users/{id}` + * Added `password_salt_position` to `CreateUser` + * Added `password_salt_position` to `UpdateUser` + * Made `RadarSmsChallengeCodeSessionAuthenticateRequest.verification_id` optional + * Made `RadarSmsChallengeCodeSessionAuthenticateRequest.phone_number` optional + * Added enum `CreateUserPasswordSaltPosition` + * Added enum `UpdateUserPasswordSaltPosition` + * Added `XOAuth` to `AuthenticateResponseAuthenticationMethod` + * Added `XOAuth` to `UserIdentitiesGetItemProvider` + * Added `GrokOAuth` to `AuthenticateResponseAuthenticationMethod` + * Added `GrokOAuth` to `UserIdentitiesGetItemProvider` + * **[webhooks](https://workos.com/docs/reference/webhooks)**: + * Added `agent.registration.refreshed` to `CreateWebhookEndpointEvents` + * Added `agent.registration.refreshed` to `UpdateWebhookEndpointEvents` + + **Fixes** + * **[pipes](https://workos.com/docs/reference/pipes)**: + * Changed the type of `DataIntegration.credentials` + * **[user_management](https://workos.com/docs/reference/authkit/user)**: + * Changed errors for endpoint `POST /user_management/authenticate` + * Changed errors for endpoint `POST /user_management/users` + * Changed errors for endpoint `PUT /user_management/users/{id}` + ## [10.1.1](https://github.com/workos/workos-python/compare/v10.1.0...v10.1.1) (2026-08-04) diff --git a/pyproject.toml b/pyproject.toml index 906f03e4..269d32f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "workos" -version = "10.1.1" +version = "10.2.0" description = "WorkOS Python Client" readme = "README.md" license = "MIT" diff --git a/uv.lock b/uv.lock index 1cf062a5..9652fc9c 100644 --- a/uv.lock +++ b/uv.lock @@ -1324,7 +1324,7 @@ wheels = [ [[package]] name = "workos" -version = "10.1.1" +version = "10.2.0" source = { editable = "." } dependencies = [ { name = "cryptography" },