Skip to content

Commit 7aa6894

Browse files
chore(main): release 10.3.0 (#720)
Co-authored-by: workos-sdk-automation[bot] <255426317+workos-sdk-automation[bot]@users.noreply.github.com>
1 parent 9d30466 commit 7aa6894

6 files changed

Lines changed: 157 additions & 153 deletions

.changelog-pending/2026-09-01T16-10-04-667627615ba0a9db28194f68afd773d08ce9cbe7.md

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

.changelog-pending/2026-09-01T21-42-23-b6350ef365d412ae1775ac389c8d8e4ad8c20734.md

Lines changed: 0 additions & 9 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-
".": "10.2.0"
2+
".": "10.3.0"
33
}

CHANGELOG.md

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

3+
## [10.3.0](https://github.com/workos/workos-python/compare/v10.2.0...v10.3.0) (2026-09-01)
4+
5+
* [#719](https://github.com/workos/workos-python/pull/719) feat(generated)!: regenerate from spec (6 changes)
6+
7+
**⚠️ Breaking**
8+
* **[agents](https://workos.com/docs/reference/agents)**:
9+
* Removed service `Agents`
10+
* **[sso](https://workos.com/docs/reference/sso)**:
11+
* Removed model `TokenBody`
12+
* Removed enum `TokenBodyGrantType`
13+
* Removed model `TokenQuery`
14+
* Changed parameter `SSO.token.grant_type`
15+
16+
**Features**
17+
* **[agents](https://workos.com/docs/reference/agents)**:
18+
* Added model `AgentBlueprint`
19+
* Added model `AgentInstance`
20+
* Added model `AgentToken`
21+
* Added model `AgentInstanceSession`
22+
* Added model `AgentBlueprintInvocableBy`
23+
* Added model `AgentBlueprintSessionSetting`
24+
* Added model `AgentBlueprintsCreateRequest`
25+
* Added model `AgentBlueprintsCreateRequestInvocableBy`
26+
* Added model `AgentBlueprintsCreateRequestSessionSetting`
27+
* Added model `AgentBlueprintsUpdateRequest`
28+
* Added model `AgentBlueprintsUpdateRequestInvocableBy`
29+
* Added model `AgentBlueprintsUpdateRequestSessionSetting`
30+
* Added model `AgentBlueprintsTokenMintTokenRequest`
31+
* Added enum `AgentInstanceType`
32+
* Added enum `AgentInstanceSessionStatus`
33+
* Added enum `AgentBlueprintsTokenMintTokenRequestType`
34+
* **agents_blueprints**:
35+
* Added service `AgentsBlueprints`
36+
* **agents_blueprints_tokens**:
37+
* Added service `AgentsBlueprintsTokens`
38+
* **agents_instances**:
39+
* Added service `AgentsInstances`
40+
* **agents_registrations**:
41+
* Added service `AgentsRegistrations`
42+
* **agents_sessions**:
43+
* Added service `AgentsSessions`
44+
* **[organizations](https://workos.com/docs/reference/organization)**:
45+
* Added `retention_period` to `UpdateAuditLogsRetention`
46+
* Made `UpdateAuditLogsRetention.retention_period_in_days` optional
47+
* Added enum `UpdateAuditLogsRetentionRetentionPeriod`
48+
* Added model `CreateItContact`
49+
* Added model `InviteItContact`
50+
* Added model `ItContact`
51+
* Added model `ItContactList`
52+
* Added model `ItContactListListMetadata`
53+
* Added enum `InviteItContactIntents`
54+
* Added service `OrganizationsItContacts`
55+
* **platform_teams**:
56+
* Added model `CreateTeam`
57+
* Added model `Team`
58+
* Added enum `TeamProductionState`
59+
* Added service `PlatformTeams`
60+
* **[sso](https://workos.com/docs/reference/sso)**:
61+
* Added model `TokenQuery`
62+
* Added enum `TokenQueryGrantType`
63+
* Added model `CreateConnectionKeyPair`
64+
* Added model `CreateConnectionSAMLOptions`
65+
* Added model `CreateConnectionOidcOptions`
66+
* Added model `CreateConnectionStandardAttributes`
67+
* Added model `CreateConnectionAttributeMaps`
68+
* Added model `CreateConnection`
69+
* Added model `PatchConnectionSAMLOptions`
70+
* Added model `PatchConnectionOidcOptions`
71+
* Added model `PatchConnectionStandardAttributes`
72+
* Added model `PatchConnectionAttributeMaps`
73+
* Added model `PatchConnection`
74+
* Added model `CreateSAMLIdpSigningCertificate`
75+
* Added model `SAMLIdpSigningCertificate`
76+
* Added model `SAMLIdpSigningCertificateList`
77+
* Added model `SAMLSpEncryptionCertificate`
78+
* Added model `SAMLSpEncryptionCertificateList`
79+
* Added model `SAMLSpSigningCertificate`
80+
* Added enum `CreateConnectionOidcOptionsIdTokenSignatureAlgorithm`
81+
* Added enum `PatchConnectionOidcOptionsIdTokenSignatureAlgorithm`
82+
* Added endpoint `POST /connections`
83+
* Added endpoint `GET /connections/{connectionId}/saml_idp_signing_certs`
84+
* Added endpoint `POST /connections/{connectionId}/saml_idp_signing_certs`
85+
* Added endpoint `DELETE /connections/{connectionId}/saml_idp_signing_certs/{certificateId}`
86+
* Added endpoint `GET /connections/{connectionId}/saml_sp_encryption_certs`
87+
* Added endpoint `POST /connections/{connectionId}/saml_sp_encryption_certs`
88+
* Added endpoint `DELETE /connections/{connectionId}/saml_sp_encryption_certs/{certificateId}`
89+
* Added endpoint `GET /connections/{connectionId}/saml_sp_signing_cert`
90+
* Added endpoint `POST /connections/{connectionId}/saml_sp_signing_cert`
91+
* Added endpoint `DELETE /connections/{connectionId}/saml_sp_signing_cert/{certificateId}`
92+
* Added endpoint `PATCH /connections/{id}`
93+
* Added model `TokenBody`
94+
* Added enum `TokenBodyGrantType`
95+
* Added enum `SSOGrantType`
96+
* Changed required status for parameter `SSO.token.code`
97+
* **[user_management](https://workos.com/docs/reference/authkit/user)**:
98+
* Added enum `CreateConnectionOidcOptionsTokenAuthenticationMethod`
99+
* Added enum `PatchConnectionOidcOptionsTokenAuthenticationMethod`
100+
* Added model `EmailCompletionSessionAuthenticateRequest`
101+
* Added model `CreateWaitlistEntry`
102+
* Added model `Waitlist`
103+
* Added model `WaitlistEntry`
104+
* Added enum `WaitlistEntryState`
105+
* Added enum `UserManagementWaitlistsState`
106+
* Added service `UserManagementWaitlists`
107+
* **[webhooks](https://workos.com/docs/reference/webhooks)**:
108+
* Added `agent.instance.created` to `CreateWebhookEndpointEvents`
109+
* Added `agent.instance.deleted` to `CreateWebhookEndpointEvents`
110+
* Added `agent.instance.session.created` to `CreateWebhookEndpointEvents`
111+
* Added `agent.instance.session.revoked` to `CreateWebhookEndpointEvents`
112+
* Added `agent.instance.created` to `UpdateWebhookEndpointEvents`
113+
* Added `agent.instance.deleted` to `UpdateWebhookEndpointEvents`
114+
* Added `agent.instance.session.created` to `UpdateWebhookEndpointEvents`
115+
* Added `agent.instance.session.revoked` to `UpdateWebhookEndpointEvents`
116+
* Added `agent.blueprint.created` to `CreateWebhookEndpointEvents`
117+
* Added `agent.blueprint.deleted` to `CreateWebhookEndpointEvents`
118+
* Added `agent.blueprint.updated` to `CreateWebhookEndpointEvents`
119+
* Added `agent.blueprint.created` to `UpdateWebhookEndpointEvents`
120+
* Added `agent.blueprint.deleted` to `UpdateWebhookEndpointEvents`
121+
* Added `agent.blueprint.updated` to `UpdateWebhookEndpointEvents`
122+
123+
**Fixes**
124+
* **[sso](https://workos.com/docs/reference/sso)**:
125+
* Changed request body of `SSO.token` from `TokenBody` to `TokenQuery`
126+
* Removed `DiscordOAuth` from `ConnectionType`
127+
* Removed `GrokOAuth` from `ConnectionType`
128+
* Removed `XOAuth` from `ConnectionType`
129+
* Removed `DiscordOAuth` from `ProfileConnectionType`
130+
* Removed `GrokOAuth` from `ProfileConnectionType`
131+
* Removed `XOAuth` from `ProfileConnectionType`
132+
* Removed `DiscordOAuth` from `ConnectionsConnectionType`
133+
* Removed `GrokOAuth` from `ConnectionsConnectionType`
134+
* Removed `XOAuth` from `ConnectionsConnectionType`
135+
* Changed request body of `SSO.token` from `TokenQuery` to `TokenBody`
136+
* **[user_management](https://workos.com/docs/reference/authkit/user)**:
137+
* Changed request body for `UserManagementAuthentication.authenticate`
138+
* Changed errors for endpoint `POST /user_management/authenticate`
139+
* Removed `DiscordOAuth` from `AuthenticateResponseAuthenticationMethod`
140+
* Removed `GrokOAuth` from `AuthenticateResponseAuthenticationMethod`
141+
* Removed `XOAuth` from `AuthenticateResponseAuthenticationMethod`
142+
* Removed `DiscordOAuth` from `UserIdentitiesGetItemProvider`
143+
* Removed `GrokOAuth` from `UserIdentitiesGetItemProvider`
144+
* Removed `XOAuth` from `UserIdentitiesGetItemProvider`
145+
* Changed errors for endpoint `DELETE /user_management/users/{id}`
146+
147+
* [#722](https://github.com/workos/workos-python/pull/722) fix(generated): regenerate from spec
148+
149+
**Features**
150+
* **[agents](https://workos.com/docs/reference/agents)**:
151+
* Made `AgentBlueprintsCreateRequest.session_settings` optional
152+
* Added model `AgentTokenValidation`
153+
* Added model `AgentBlueprintsTokenValidateTokenRequest`
154+
* **agents_blueprints_tokens**:
155+
* Added endpoint `POST /agents/blueprints/{agent_blueprint_id}/tokens/validate`
156+
3157
## [10.2.0](https://github.com/workos/workos-python/compare/v10.1.1...v10.2.0) (2026-08-11)
4158

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

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 = "10.2.0"
3+
version = "10.3.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)