Skip to content

chore(main): release 10.0.0#691

Merged
gjtorikian merged 3 commits into
mainfrom
release-please--branches--main
Jul 22, 2026
Merged

chore(main): release 10.0.0#691
gjtorikian merged 3 commits into
mainfrom
release-please--branches--main

Conversation

@workos-sdk-automation

@workos-sdk-automation workos-sdk-automation Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

10.0.0 (2026-07-22)

⚠ BREAKING CHANGES

  • connect: SDK surface change: Symbol "ConnectedAccountDto" was removed (#698)
  • organization_domains: SDK surface change: Symbol "DomainVerificationIntentOptions" was removed (#698)
  • pipes: SDK surface change: Symbol "DataIntegrationCredentialsDto" was removed (#698)
  • sso: SDK surface change: Symbol "SSOIntentOptions" was removed (#698)
  • admin_portal: SDK surface change: Symbol "IntentOptions" was removed (#698)
  • authorization: SDK surface change: Symbol "PermissionCreatedData" was removed (#695)
  • connect: SDK surface change: Parameter type changed for "description" on "Connect.update_application" (#695)
  • groups: SDK surface change: Parameter type changed for "description" on "Groups.create_organization_group" (#695)
  • organizations: SDK surface change: Parameter type changed for "metadata" on "Organizations.create_organization" (#695)
  • pipes: SDK surface change: Parameter type changed for "description" on "Pipes.create_data_integration" (#695)
  • user_management: SDK surface change: Parameter type changed for "first_name" on "UserManagement.create_user" (#695)
  • vault: SDK surface change: Parameter type changed for "version_check" on "Vault.update_kv" (#695)
  • widgets: SDK surface change: Parameter type changed for "organization_id" on "Widgets.create_token" (#695)
  • api_keys: SDK surface change: Parameter type changed for "expires_at" on "ApiKeys.create_api_key_expire" (#695)

Features

  • Add NOT_GIVEN sentinel for nullable optional params (#694) (3b9a2cb)
  • admin_portal: SDK surface change: Symbol "IntentOptions" was removed (#698) (7c44fba)
  • api_keys: SDK surface change: Parameter type changed for "expires_at" on "ApiKeys.create_api_key_expire" (#695) (a74e691)
  • authorization: SDK surface change: Symbol "PermissionCreatedData" was removed (#695) (a74e691)
  • connect: SDK surface change: Parameter type changed for "description" on "Connect.update_application" (#695) (a74e691)
  • connect: SDK surface change: Symbol "ConnectedAccountDto" was removed (#698) (7c44fba)
  • generated: AuditLogs (batch 56391ebd) (#690) (b1d3352)
  • groups: SDK surface change: Parameter type changed for "description" on "Groups.create_organization_group" (#695) (a74e691)
  • organization_domains: SDK surface change: Symbol "DomainVerificationIntentOptions" was removed (#698) (7c44fba)
  • organizations: SDK surface change: Parameter type changed for "metadata" on "Organizations.create_organization" (#695) (a74e691)
  • pipes: SDK surface change: Parameter type changed for "description" on "Pipes.create_data_integration" (#695) (a74e691)
  • pipes: SDK surface change: Symbol "DataIntegrationCredentialsDto" was removed (#698) (7c44fba)
  • sso: SDK surface change: Symbol "SSOIntentOptions" was removed (#698) (7c44fba)
  • user_management: SDK surface change: Parameter type changed for "first_name" on "UserManagement.create_user" (#695) (a74e691)
  • vault: SDK surface change: Parameter type changed for "version_check" on "Vault.update_kv" (#695) (a74e691)
  • widgets: SDK surface change: Parameter type changed for "organization_id" on "Widgets.create_token" (#695) (a74e691)

Documentation

  • clarify Idempotency-Key is only honored on audit log event creation (#692) (15003c0)

This PR was generated with Release Please. See documentation.

@greptile-apps

greptile-apps Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This is an automated Release Please PR bumping the workos-python SDK from v9.1.0 to v10.0.0. The changes are purely versioning and changelog hygiene — no source code logic is modified.

  • Version updated to 10.0.0 consistently across pyproject.toml, uv.lock, and .release-please-manifest.json.
  • Three .changelog-pending/ files consumed by the release are deleted; CHANGELOG.md gains the new version entry covering features (NOT_GIVEN sentinel, AuditLogs regeneration, Agents service, multiple new endpoints/models) and 14 breaking surface changes across several modules.

Confidence Score: 5/5

Safe to merge — this is a purely mechanical release commit with no logic changes.

All four version-bearing files (pyproject.toml, uv.lock, .release-please-manifest.json, and the changelog) are updated consistently to 10.0.0. The three consumed pending-changelog files are correctly deleted. No source code, tests, or configuration outside of version metadata is touched.

No files require special attention.

Important Files Changed

Filename Overview
pyproject.toml Version bumped from 9.1.0 to 10.0.0; no other changes
CHANGELOG.md New 10.0.0 section added; pending changelog entries from PRs #690, #695, #698 are appended under the ### Documentation heading even though they contain features and breaking changes
.release-please-manifest.json Version manifest updated from 9.1.0 to 10.0.0
uv.lock workos package version updated from 9.1.0 to 10.0.0 in the lockfile
.changelog-pending/2026-07-21T21-30-29-eda9449c1319b2af53afd81d12f577ad72285ef0.md Pending changelog file for PR #698 (5 breaking symbol removals) deleted as it has been consumed into the release
.changelog-pending/2026-07-21T17-10-16-341b7f0f1ea67e05b14ab5014622e1f93182cdff.md Pending changelog file for PR #695 (9 surface changes including breaking param type changes) deleted as it has been consumed into the release
.changelog-pending/2026-07-20T17-46-04-be67bca7f0a48ba858376717a86d7809a41f9786.md Pending changelog file for PR #690 (AuditLogExportState addition) deleted as it has been consumed into the release

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Release Please Bot] --> B[Consume .changelog-pending/ files]
    B --> C[Delete 3 pending MD files]
    B --> D[Append entries to CHANGELOG.md]
    D --> E["### Features section\n#694 NOT_GIVEN sentinel"]
    D --> F["### Documentation section\n#692 Idempotency-Key clarification\n#690 AuditLogs regeneration\n#695 9 surface changes incl. breaking\n#698 5 breaking symbol removals"]
    A --> G[Bump version to 10.0.0]
    G --> H[pyproject.toml]
    G --> I[uv.lock]
    G --> J[.release-please-manifest.json]
Loading

Reviews (5): Last reviewed commit: "chore: inline release notes from .change..." | Re-trigger Greptile

@workos-sdk-automation
workos-sdk-automation Bot force-pushed the release-please--branches--main branch from f802966 to 1ea6ea0 Compare July 21, 2026 03:21
@workos-sdk-automation workos-sdk-automation Bot changed the title chore(main): release 9.2.0 chore(main): release 10.0.0 Jul 21, 2026
@workos-sdk-automation
workos-sdk-automation Bot force-pushed the release-please--branches--main branch 2 times, most recently from cb72794 to c8a587b Compare July 21, 2026 21:27
Comment thread CHANGELOG.md Outdated
@workos-sdk-automation
workos-sdk-automation Bot force-pushed the release-please--branches--main branch from 7b2f97b to 71285d3 Compare July 22, 2026 16:25
@gjtorikian
gjtorikian merged commit 4567490 into main Jul 22, 2026
15 checks passed
@gjtorikian
gjtorikian deleted the release-please--branches--main branch July 22, 2026 17:10
@workos-sdk-automation

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant