|
2 | 2 |
|
3 | 3 | ## [10.0.0](https://github.com/workos/workos-python/compare/v9.1.0...v10.0.0) (2026-07-21) |
4 | 4 |
|
5 | | - |
6 | | -### ⚠ BREAKING CHANGES |
7 | | - |
8 | | -* **authorization:** SDK surface change: Symbol "PermissionCreatedData" was removed ([#695](https://github.com/workos/workos-python/issues/695)) |
9 | | -* **connect:** SDK surface change: Parameter type changed for "description" on "Connect.update_application" ([#695](https://github.com/workos/workos-python/issues/695)) |
10 | | -* **groups:** SDK surface change: Parameter type changed for "description" on "Groups.create_organization_group" ([#695](https://github.com/workos/workos-python/issues/695)) |
11 | | -* **organizations:** SDK surface change: Parameter type changed for "metadata" on "Organizations.create_organization" ([#695](https://github.com/workos/workos-python/issues/695)) |
12 | | -* **pipes:** SDK surface change: Parameter type changed for "description" on "Pipes.create_data_integration" ([#695](https://github.com/workos/workos-python/issues/695)) |
13 | | -* **user_management:** SDK surface change: Parameter type changed for "first_name" on "UserManagement.create_user" ([#695](https://github.com/workos/workos-python/issues/695)) |
14 | | -* **vault:** SDK surface change: Parameter type changed for "version_check" on "Vault.update_kv" ([#695](https://github.com/workos/workos-python/issues/695)) |
15 | | -* **widgets:** SDK surface change: Parameter type changed for "organization_id" on "Widgets.create_token" ([#695](https://github.com/workos/workos-python/issues/695)) |
16 | | -* **api_keys:** SDK surface change: Parameter type changed for "expires_at" on "ApiKeys.create_api_key_expire" ([#695](https://github.com/workos/workos-python/issues/695)) |
17 | | - |
18 | 5 | ### Features |
19 | 6 |
|
20 | 7 | * Add NOT_GIVEN sentinel for nullable optional params ([#694](https://github.com/workos/workos-python/issues/694)) ([3b9a2cb](https://github.com/workos/workos-python/commit/3b9a2cb03299231c7fccc1ca392d0eb53d29355e)) |
21 | | -* **api_keys:** SDK surface change: Parameter type changed for "expires_at" on "ApiKeys.create_api_key_expire" ([#695](https://github.com/workos/workos-python/issues/695)) ([a74e691](https://github.com/workos/workos-python/commit/a74e691ca4f6d731283f6251c9c4bef554cb4ab5)) |
22 | | -* **authorization:** SDK surface change: Symbol "PermissionCreatedData" was removed ([#695](https://github.com/workos/workos-python/issues/695)) ([a74e691](https://github.com/workos/workos-python/commit/a74e691ca4f6d731283f6251c9c4bef554cb4ab5)) |
23 | | -* **connect:** SDK surface change: Parameter type changed for "description" on "Connect.update_application" ([#695](https://github.com/workos/workos-python/issues/695)) ([a74e691](https://github.com/workos/workos-python/commit/a74e691ca4f6d731283f6251c9c4bef554cb4ab5)) |
24 | | -* **generated:** AuditLogs (batch 56391ebd) ([#690](https://github.com/workos/workos-python/issues/690)) ([b1d3352](https://github.com/workos/workos-python/commit/b1d33524c5b7baf9bcb5ca4a104a9e57f4e638e6)) |
25 | | -* **groups:** SDK surface change: Parameter type changed for "description" on "Groups.create_organization_group" ([#695](https://github.com/workos/workos-python/issues/695)) ([a74e691](https://github.com/workos/workos-python/commit/a74e691ca4f6d731283f6251c9c4bef554cb4ab5)) |
26 | | -* **organizations:** SDK surface change: Parameter type changed for "metadata" on "Organizations.create_organization" ([#695](https://github.com/workos/workos-python/issues/695)) ([a74e691](https://github.com/workos/workos-python/commit/a74e691ca4f6d731283f6251c9c4bef554cb4ab5)) |
27 | | -* **pipes:** SDK surface change: Parameter type changed for "description" on "Pipes.create_data_integration" ([#695](https://github.com/workos/workos-python/issues/695)) ([a74e691](https://github.com/workos/workos-python/commit/a74e691ca4f6d731283f6251c9c4bef554cb4ab5)) |
28 | | -* **user_management:** SDK surface change: Parameter type changed for "first_name" on "UserManagement.create_user" ([#695](https://github.com/workos/workos-python/issues/695)) ([a74e691](https://github.com/workos/workos-python/commit/a74e691ca4f6d731283f6251c9c4bef554cb4ab5)) |
29 | | -* **vault:** SDK surface change: Parameter type changed for "version_check" on "Vault.update_kv" ([#695](https://github.com/workos/workos-python/issues/695)) ([a74e691](https://github.com/workos/workos-python/commit/a74e691ca4f6d731283f6251c9c4bef554cb4ab5)) |
30 | | -* **widgets:** SDK surface change: Parameter type changed for "organization_id" on "Widgets.create_token" ([#695](https://github.com/workos/workos-python/issues/695)) ([a74e691](https://github.com/workos/workos-python/commit/a74e691ca4f6d731283f6251c9c4bef554cb4ab5)) |
31 | 8 |
|
32 | 9 |
|
33 | 10 | ### Documentation |
34 | 11 |
|
35 | 12 | * clarify Idempotency-Key is only honored on audit log event creation ([#692](https://github.com/workos/workos-python/issues/692)) ([15003c0](https://github.com/workos/workos-python/commit/15003c028ef72f87ff931b007c71477c8939a6e2)) |
36 | 13 |
|
| 14 | +* [#690](https://github.com/workos/workos-python/pull/690) fix(generated): regenerate from spec |
| 15 | + |
| 16 | + **Features** |
| 17 | + * **[audit_logs](https://workos.com/docs/reference/audit-logs)**: |
| 18 | + * Added `expired` to `AuditLogExportState` |
| 19 | + |
| 20 | +* [#695](https://github.com/workos/workos-python/pull/695) feat(generated)!: regenerate from spec (9 changes) |
| 21 | + |
| 22 | + **Features** |
| 23 | + * **agents**: |
| 24 | + * Added model `ClaimViewResponse` |
| 25 | + * Added model `ClaimViewResponseOrganization` |
| 26 | + * Added model `AgentAdminLinkClaimAttemptToExternalUserRequest` |
| 27 | + * Added model `AgentAdminLinkClaimAttemptToExternalUserRequestUser` |
| 28 | + * Added enum `ClaimViewResponseStatus` |
| 29 | + * Added endpoint `PATCH /agents/claims/attempts` |
| 30 | + * Added model `AgentRegistration` |
| 31 | + * Added model `AgentCredentialValidation` |
| 32 | + * Added model `AgentRegistrationAgentIdentity` |
| 33 | + * Added model `AgentRegistrationClaim` |
| 34 | + * Added model `AgentAdminValidateCredentialRequest` |
| 35 | + * Added model `AgentRegistrationClaimClaimCompletion` |
| 36 | + * Added enum `AgentRegistrationStatus` |
| 37 | + * Added enum `AgentRegistrationKind` |
| 38 | + * Added enum `AgentAdminValidateCredentialRequestType` |
| 39 | + * Added service `Agents` |
| 40 | + * **[api_keys](https://workos.com/docs/reference/authkit/api-keys)**: |
| 41 | + * Added `agent_registration_id` to `ApiKeyValidationResponse` |
| 42 | + * **[connect](https://workos.com/docs/reference/workos-connect/standalone)**: |
| 43 | + * Added enum `ApplicationsRegistrationTypes` |
| 44 | + * Added parameter `Applications.list.registration_types` |
| 45 | + * **[directory_sync](https://workos.com/docs/reference/directory-sync)**: |
| 46 | + * Added parameter `DirectoryUsers.list.idp_id` |
| 47 | + * Added parameter `DirectoryUsers.list.email` |
| 48 | + * **[organizations](https://workos.com/docs/reference/organization)**: |
| 49 | + * Added model `OrganizationAuthorizedConnectApplicationList` |
| 50 | + * Added model `OrganizationAuthorizedConnectApplicationListData` |
| 51 | + * Added model `OrganizationAuthorizedConnectApplicationListListMetadata` |
| 52 | + * Added service `OrganizationsAuthorizedApplications` |
| 53 | + * **[pipes](https://workos.com/docs/reference/pipes)**: |
| 54 | + * Added model `DataIntegrationInstallation` |
| 55 | + * Added `auth_methods` to `CreateDataIntegration` |
| 56 | + * Added `api_key` to `CreateDataIntegration` |
| 57 | + * Added `api_key` to `UpdateDataIntegration` |
| 58 | + * Added `auth_methods` to `DataIntegration` |
| 59 | + * Added `installation` to `DataIntegration` |
| 60 | + * Added enum `CreateDataIntegrationAuthMethods` |
| 61 | + * Added enum `DataIntegrationAuthMethods` |
| 62 | + * Added model `DataIntegrationCredentialsResponse` |
| 63 | + * Added model `DataIntegrationCredentialsResponseCredential` |
| 64 | + * Added model `DataIntegrationsUpsertApiKeyRequest` |
| 65 | + * Added model `DataIntegrationsVendCredentialsRequest` |
| 66 | + * Added enum `DataIntegrationCredentialsResponseError` |
| 67 | + * Added endpoint `PUT /data-integrations/{slug}/api-key` |
| 68 | + * Added endpoint `POST /data-integrations/{slug}/credentials` |
| 69 | + * **[sso](https://workos.com/docs/reference/sso)**: |
| 70 | + * Added parameter `SSO.authorize.prompt` |
| 71 | + * **[user_management](https://workos.com/docs/reference/authkit/user)**: |
| 72 | + * Added `ssha256` to `CreateUserPasswordHashType` |
| 73 | + * Added `ssha256` to `UpdateUserPasswordHashType` |
| 74 | + * Added endpoint `GET /user_management/radar_challenges/{id}` |
| 75 | + * **[webhooks](https://workos.com/docs/reference/webhooks)**: |
| 76 | + * Added `agent.registration.revoked` to `CreateWebhookEndpointEvents` |
| 77 | + * Added `agent.registration.revoked` to `UpdateWebhookEndpointEvents` |
| 78 | + * Added `agent.registration.deleted` to `CreateWebhookEndpointEvents` |
| 79 | + * Added `agent.registration.deleted` to `UpdateWebhookEndpointEvents` |
| 80 | + * Added `radar.challenge_created` to `CreateWebhookEndpointEvents` |
| 81 | + * Added `radar.challenge_created` to `UpdateWebhookEndpointEvents` |
| 82 | + * Added `agent.registration.expired` to `CreateWebhookEndpointEvents` |
| 83 | + * Added `agent.registration.expired` to `UpdateWebhookEndpointEvents` |
| 84 | + * **[widgets](https://workos.com/docs/reference/widgets)**: |
| 85 | + * Made `WidgetSessionToken.organization_id` optional |
| 86 | + |
37 | 87 | ## [9.1.0](https://github.com/workos/workos-python/compare/v9.0.0...v9.1.0) (2026-07-06) |
38 | 88 |
|
39 | 89 | * [#687](https://github.com/workos/workos-python/pull/687) fix(generated): regenerate from spec |
|
0 commit comments