Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "8.3.0"
".": "8.4.0"
}
64 changes: 64 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,69 @@
# Changelog

## [8.4.0](https://github.com/workos/workos-python/compare/v8.3.0...v8.4.0) (2026-07-01)

* [#681](https://github.com/workos/workos-python/pull/681) fix(generated): regenerate from spec

**Features**
* **[pipes](https://workos.com/docs/reference/pipes)**:
* Added model `DataIntegrationCredentialsResponse`
* Added model `DataIntegrationCredentialsResponseCredential`
* Added model `DataIntegrationsUpsertApiKeyRequest`
* Added model `DataIntegrationsVendCredentialsRequest`
* Added enum `DataIntegrationCredentialsResponseError`
* Added endpoint `PUT /data-integrations/{slug}/api-key`
* Added endpoint `POST /data-integrations/{slug}/credentials`

* [#683](https://github.com/workos/workos-python/pull/683) fix(generated): regenerate from spec

**⚠️ Breaking**
* **[user_management](https://workos.com/docs/reference/authkit/user)**:
* Removed model `SessionReauthenticated`
* Removed model `SessionReauthenticatedData`
* Removed model `SessionReauthenticatedDataImpersonator`
* Removed enum `SessionReauthenticatedDataAuthMethod`
* Removed enum `SessionReauthenticatedDataStatus`

**Features**
* **[webhooks](https://workos.com/docs/reference/webhooks)**:
* Added `agent.registration.created` to `CreateWebhookEndpointEvents`
* Added `agent.registration.claim.attempt.created` to `CreateWebhookEndpointEvents`
* Added `agent.registration.claim.completed` to `CreateWebhookEndpointEvents`
* Added `agent.registration.credential.issued` to `CreateWebhookEndpointEvents`
* Added `agent.registration.organization.switched` to `CreateWebhookEndpointEvents`
* Added `authentication.reauthentication_succeeded` to `CreateWebhookEndpointEvents`
* Added `agent.registration.created` to `UpdateWebhookEndpointEvents`
* Added `agent.registration.claim.attempt.created` to `UpdateWebhookEndpointEvents`
* Added `agent.registration.claim.completed` to `UpdateWebhookEndpointEvents`
* Added `agent.registration.credential.issued` to `UpdateWebhookEndpointEvents`
* Added `agent.registration.organization.switched` to `UpdateWebhookEndpointEvents`
* Added `authentication.reauthentication_succeeded` to `UpdateWebhookEndpointEvents`
* **[webhooks](https://workos.com/docs/reference/webhooks)**:
* Added `session.reauthenticated` to `CreateWebhookEndpointEvents`
* Added `session.reauthenticated` to `UpdateWebhookEndpointEvents`
* **[webhooks](https://workos.com/docs/reference/webhooks)**:
* Added `pipes.connected_account.connection_failed` to `CreateWebhookEndpointEvents`
* Added `pipes.connected_account.connection_failed` to `UpdateWebhookEndpointEvents`
* **[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`
* **[audit_logs](https://workos.com/docs/reference/audit-logs)**:
* Changed the format of `AuditLogExportCreation.range_start`
* Changed the format of `AuditLogExportCreation.range_end`
* **[audit_logs](https://workos.com/docs/reference/audit-logs)**:
* Added `expired` to `AuditLogExportState`

**Fixes**
* **[admin_portal](https://workos.com/docs/reference/admin-portal)**:
* Removed `intent_options` from `GenerateLink`
* **[webhooks](https://workos.com/docs/reference/webhooks)**:
* Removed `session.reauthenticated` from `CreateWebhookEndpointEvents`
* Removed `session.reauthenticated` from `UpdateWebhookEndpointEvents`

## [8.3.0](https://github.com/workos/workos-python/compare/v8.2.0...v8.3.0) (2026-06-30)

* [#676](https://github.com/workos/workos-python/pull/676) fix(generated): regenerate from spec
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "workos"
version = "8.3.0"
version = "8.4.0"
description = "WorkOS Python Client"
readme = "README.md"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.