Skip to content
Merged
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.

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.1.0"
".": "8.2.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.2.0](https://github.com/workos/workos-python/compare/v8.1.0...v8.2.0) (2026-06-18)

### Bug Fixes

* Fix Session.refresh() KeyError by sealing session client-side ([#673](https://github.com/workos/workos-python/issues/673)) ([6c7ccfd](https://github.com/workos/workos-python/commit/6c7ccfd46d6c58c479f317d3cb508b07edab007b))

* [#670](https://github.com/workos/workos-python/pull/670) feat(generated)!: regenerate from spec (12 changes)

**⚠️ Breaking**
* **[organization_membership](https://workos.com/docs/reference/authkit/organization-membership)**:
* Changed response for `UserManagementOrganizationMembership.list`
* **[pipes](https://workos.com/docs/reference/pipes)**:
* SDK surface change: Symbol "AsyncPipes.create_data_integration_token" was removed
* **[user_management](https://workos.com/docs/reference/authkit/user)**:
* Changed response for `UserManagementInvitations.list`
* **[widgets](https://workos.com/docs/reference/widgets)**:
* SDK surface change: Symbol "WidgetSessionTokenResponse" was removed

**Features**
* **[authorization](https://workos.com/docs/reference/fga)**:
* Added model `ReplaceGroupRoleAssignmentEntry`
* Added model `ReplaceGroupRoleAssignments`
* Added model `DeleteGroupRoleAssignmentsByCriteria`
* Added endpoint `POST /authorization/groups/{group_id}/role_assignments`
* Added endpoint `PUT /authorization/groups/{group_id}/role_assignments`
* Added endpoint `DELETE /authorization/groups/{group_id}/role_assignments`
* Added endpoint `GET /authorization/groups/{group_id}/role_assignments/{role_assignment_id}`
* Added endpoint `DELETE /authorization/groups/{group_id}/role_assignments/{role_assignment_id}`
* **[client](https://workos.com/docs/reference)**:
* Added model `ClientApiToken`
* Added model `ClientApiTokenResponse`
* Added service `Client`
* **[connect](https://workos.com/docs/reference/workos-connect/standalone)**:
* Added `auth_method` to `ConnectedAccount`
* Added `api_key_last_4` to `ConnectedAccount`
* Added enum `ConnectedAccountAuthMethod`
* **[groups](https://workos.com/docs/reference/groups)**:
* Added model `CreateGroupRoleAssignment`
* Added model `GroupRoleAssignment`
* Added model `GroupRoleAssignmentList`
* Added model `GroupRoleAssignmentResource`
* **[organization_membership](https://workos.com/docs/reference/authkit/organization-membership)**:
* Added model `UserOrganizationMembershipList`
* Added model `UserOrganizationMembershipListListMetadata`
* **[pipes](https://workos.com/docs/reference/pipes)**:
* Added model `DataIntegrationCredentials`
* Added model `DataIntegrationConfigurationResponse`
* Added model `DataIntegrationConfigurationListResponse`
* Added model `ConfigureDataIntegrationBody`
* Added `auth_methods` to `DataIntegrationsListResponseData`
* Added `auth_method` to `DataIntegrationsListResponseDataConnectedAccount`
* Added `api_key_last_4` to `DataIntegrationsListResponseDataConnectedAccount`
* Added enum `DataIntegrationCredentialsCredentialsType`
* Added enum `DataIntegrationsListResponseDataAuthMethods`
* Added enum `DataIntegrationsListResponseDataConnectedAccountAuthMethod`
* Added service `PipesProvider`
* **[user_management](https://workos.com/docs/reference/authkit/user)**:
* Added model `UserInviteList`
* Added model `UserInviteListListMetadata`
* Made `AuthorizationCodeSessionAuthenticateRequest.client_secret` optional
* Made `RefreshTokenSessionAuthenticateRequest.client_secret` optional
* **[widgets](https://workos.com/docs/reference/widgets)**:
* Added `widgets:pipes:manage` to `WidgetSessionTokenScopes`

## [8.1.0](https://github.com/workos/workos-python/compare/v8.0.0...v8.1.0) (2026-06-17)

### Bug Fixes
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.1.0"
version = "8.2.0"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Update the lockfile

The project version is now 8.2.0, but the checked-in uv.lock still records the editable workos package as 8.1.0. The repo runs uv sync --locked in CI, so this release commit can fail locked installs because the lockfile no longer matches the project metadata. Please regenerate and commit uv.lock with the release version bump.

Prompt To Fix With AI
This is a comment left during a code review.
Path: pyproject.toml
Line: 3

Comment:
**Update the lockfile**

The project version is now `8.2.0`, but the checked-in `uv.lock` still records the editable `workos` package as `8.1.0`. The repo runs `uv sync --locked` in CI, so this release commit can fail locked installs because the lockfile no longer matches the project metadata. Please regenerate and commit `uv.lock` with the release version bump.

How can I resolve this? If you propose a fix, please make it concise.

Fix in Devin Fix in Claude Code

description = "WorkOS Python Client"
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

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