Skip to content

Commit 23ee6e9

Browse files
chore(main): release 8.2.0 (#672)
Co-authored-by: workos-sdk-automation[bot] <255426317+workos-sdk-automation[bot]@users.noreply.github.com>
1 parent 6c7ccfd commit 23ee6e9

5 files changed

Lines changed: 67 additions & 60 deletions

File tree

.changelog-pending/2026-06-17T20-55-56-0e1c039566c6e6c4061925ea050b1bf288163094.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.1.0"
2+
".": "8.2.0"
33
}

CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,69 @@
11
# Changelog
22

3+
## [8.2.0](https://github.com/workos/workos-python/compare/v8.1.0...v8.2.0) (2026-06-18)
4+
5+
### Bug Fixes
6+
7+
* 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))
8+
9+
* [#670](https://github.com/workos/workos-python/pull/670) feat(generated)!: regenerate from spec (12 changes)
10+
11+
**⚠️ Breaking**
12+
* **[organization_membership](https://workos.com/docs/reference/authkit/organization-membership)**:
13+
* Changed response for `UserManagementOrganizationMembership.list`
14+
* **[pipes](https://workos.com/docs/reference/pipes)**:
15+
* SDK surface change: Symbol "AsyncPipes.create_data_integration_token" was removed
16+
* **[user_management](https://workos.com/docs/reference/authkit/user)**:
17+
* Changed response for `UserManagementInvitations.list`
18+
* **[widgets](https://workos.com/docs/reference/widgets)**:
19+
* SDK surface change: Symbol "WidgetSessionTokenResponse" was removed
20+
21+
**Features**
22+
* **[authorization](https://workos.com/docs/reference/fga)**:
23+
* Added model `ReplaceGroupRoleAssignmentEntry`
24+
* Added model `ReplaceGroupRoleAssignments`
25+
* Added model `DeleteGroupRoleAssignmentsByCriteria`
26+
* Added endpoint `POST /authorization/groups/{group_id}/role_assignments`
27+
* Added endpoint `PUT /authorization/groups/{group_id}/role_assignments`
28+
* Added endpoint `DELETE /authorization/groups/{group_id}/role_assignments`
29+
* Added endpoint `GET /authorization/groups/{group_id}/role_assignments/{role_assignment_id}`
30+
* Added endpoint `DELETE /authorization/groups/{group_id}/role_assignments/{role_assignment_id}`
31+
* **[client](https://workos.com/docs/reference)**:
32+
* Added model `ClientApiToken`
33+
* Added model `ClientApiTokenResponse`
34+
* Added service `Client`
35+
* **[connect](https://workos.com/docs/reference/workos-connect/standalone)**:
36+
* Added `auth_method` to `ConnectedAccount`
37+
* Added `api_key_last_4` to `ConnectedAccount`
38+
* Added enum `ConnectedAccountAuthMethod`
39+
* **[groups](https://workos.com/docs/reference/groups)**:
40+
* Added model `CreateGroupRoleAssignment`
41+
* Added model `GroupRoleAssignment`
42+
* Added model `GroupRoleAssignmentList`
43+
* Added model `GroupRoleAssignmentResource`
44+
* **[organization_membership](https://workos.com/docs/reference/authkit/organization-membership)**:
45+
* Added model `UserOrganizationMembershipList`
46+
* Added model `UserOrganizationMembershipListListMetadata`
47+
* **[pipes](https://workos.com/docs/reference/pipes)**:
48+
* Added model `DataIntegrationCredentials`
49+
* Added model `DataIntegrationConfigurationResponse`
50+
* Added model `DataIntegrationConfigurationListResponse`
51+
* Added model `ConfigureDataIntegrationBody`
52+
* Added `auth_methods` to `DataIntegrationsListResponseData`
53+
* Added `auth_method` to `DataIntegrationsListResponseDataConnectedAccount`
54+
* Added `api_key_last_4` to `DataIntegrationsListResponseDataConnectedAccount`
55+
* Added enum `DataIntegrationCredentialsCredentialsType`
56+
* Added enum `DataIntegrationsListResponseDataAuthMethods`
57+
* Added enum `DataIntegrationsListResponseDataConnectedAccountAuthMethod`
58+
* Added service `PipesProvider`
59+
* **[user_management](https://workos.com/docs/reference/authkit/user)**:
60+
* Added model `UserInviteList`
61+
* Added model `UserInviteListListMetadata`
62+
* Made `AuthorizationCodeSessionAuthenticateRequest.client_secret` optional
63+
* Made `RefreshTokenSessionAuthenticateRequest.client_secret` optional
64+
* **[widgets](https://workos.com/docs/reference/widgets)**:
65+
* Added `widgets:pipes:manage` to `WidgetSessionTokenScopes`
66+
367
## [8.1.0](https://github.com/workos/workos-python/compare/v8.0.0...v8.1.0) (2026-06-17)
468

569
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "workos"
3-
version = "8.1.0"
3+
version = "8.2.0"
44
description = "WorkOS Python Client"
55
readme = "README.md"
66
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)