chore: 🐝 Update SDK - Generate 5.0.0#205
Open
github-actions[bot] wants to merge 2 commits intomainfrom
Open
Conversation
e98f818 to
1f4d75b
Compare
0e3309a to
38834a6
Compare
b843572 to
7276d9a
Compare
eab888a to
1738549
Compare
7aa6fc6 to
6b6d37c
Compare
7e9c01d to
82ba2f8
Compare
0b1b1fb to
9efda4e
Compare
e73de90 to
49f212a
Compare
* `clerk.users.count()`: `request` **Changed** (Breaking⚠️ ) * `clerk.users.get()`: `response.external_accounts[].email_address_verified` **Added** * `clerk.users.ban()`: `response.external_accounts[].email_address_verified` **Added** * `clerk.instance_settings.update_instance_protect()`: **Added** * `clerk.waitlist_entries.bulk_create()`: **Added** * `clerk.billing.list_prices()`: **Added** * `clerk.users.unban()`: `response.external_accounts[].email_address_verified` **Added** * `clerk.billing.create_price_transition()`: **Added** * `clerk.role_sets.list()`: **Added** * `clerk.role_sets.create()`: **Added** * `clerk.role_sets.get()`: **Added** * `clerk.role_sets.update()`: **Added** * `clerk.role_sets.replace()`: **Added** * `clerk.role_sets.add_roles()`: **Added** * `clerk.role_sets.replace_role()`: **Added** * `clerk.users.list()`: * `request` **Changed** * `response.[].external_accounts[].email_address_verified` **Added** * `clerk.users.create()`: * `request.skip_user_requirement` **Added** * `response.external_accounts[].email_address_verified` **Added** * `clerk.users.unset_password_compromised()`: **Added** * `clerk.users.set_password_compromised()`: **Added** * `clerk.instance_settings.get_instance_protect()`: **Added** * `clerk.users.update()`: `response.external_accounts[].email_address_verified` **Added** * `clerk.billing.create_price()`: **Added** * `clerk.users.bulk_ban()`: `response.[].external_accounts[].email_address_verified` **Added** * `clerk.users.bulk_unban()`: `response.[].external_accounts[].email_address_verified` **Added** * `clerk.users.lock()`: `response.external_accounts[].email_address_verified` **Added** * `clerk.users.unlock()`: `response.external_accounts[].email_address_verified` **Added** * `clerk.users.set_profile_image()`: `response.external_accounts[].email_address_verified` **Added** * `clerk.users.delete_profile_image()`: `response.external_accounts[].email_address_verified` **Added** * `clerk.users.update_metadata()`: `response.external_accounts[].email_address_verified` **Added** * `clerk.users.get_billing_subscription()`: `response.subscription_items[].price_id` **Added** * `clerk.users.get_o_auth_access_token()`: `response.[].id_token` **Added** * `clerk.organization_invitations.create()`: `request.notify` **Added** * `clerk.organization_invitations.bulk_create()`: * `request_body[].notify` **Added** * `clerk.organizations.create()`: `error.status[402]` **Added** * `clerk.organizations.get_billing_subscription()`: `response.subscription_items[].price_id` **Added** * `clerk.billing.list_subscription_items()`: `response.data[].price_id` **Added** * `clerk.billing.cancel_subscription_item()`: `response.price_id` **Added** * `clerk.billing.extend_subscription_item_free_trial()`: `response.price_id` **Added**
781fb00 to
2a8fadd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SDK update
Versioning
Version Bump Type: [major] - 🤖 (automated)
Python SDK Changes:
clerk.users.count():requestChanged (Breakingclerk.users.get():response.external_accounts[].email_address_verifiedAddedclerk.users.ban():response.external_accounts[].email_address_verifiedAddedclerk.instance_settings.update_instance_protect(): Addedclerk.waitlist_entries.bulk_create(): Addedclerk.billing.list_prices(): Addedclerk.users.unban():response.external_accounts[].email_address_verifiedAddedclerk.billing.create_price_transition(): Addedclerk.role_sets.list(): Addedclerk.role_sets.create(): Addedclerk.role_sets.get(): Addedclerk.role_sets.update(): Addedclerk.role_sets.replace(): Addedclerk.role_sets.add_roles(): Addedclerk.role_sets.replace_role(): Addedclerk.users.list():requestChangedresponse.[].external_accounts[].email_address_verifiedAddedclerk.users.create():request.skip_user_requirementAddedresponse.external_accounts[].email_address_verifiedAddedclerk.users.unset_password_compromised(): Addedclerk.users.set_password_compromised(): Addedclerk.instance_settings.get_instance_protect(): Addedclerk.users.update():response.external_accounts[].email_address_verifiedAddedclerk.billing.create_price(): Addedclerk.users.bulk_ban():response.[].external_accounts[].email_address_verifiedAddedclerk.users.bulk_unban():response.[].external_accounts[].email_address_verifiedAddedclerk.users.lock():response.external_accounts[].email_address_verifiedAddedclerk.users.unlock():response.external_accounts[].email_address_verifiedAddedclerk.users.set_profile_image():response.external_accounts[].email_address_verifiedAddedclerk.users.delete_profile_image():response.external_accounts[].email_address_verifiedAddedclerk.users.update_metadata():response.external_accounts[].email_address_verifiedAddedclerk.users.get_billing_subscription():response.subscription_items[].price_idAddedclerk.users.get_o_auth_access_token():response.[].id_tokenAddedclerk.organization_invitations.create():request.notifyAddedclerk.organization_invitations.bulk_create():request_body[].notifyAddedclerk.organizations.create():error.status[402]Addedclerk.organizations.get_billing_subscription():response.subscription_items[].price_idAddedclerk.billing.list_subscription_items():response.data[].price_idAddedclerk.billing.cancel_subscription_item():response.price_idAddedclerk.billing.extend_subscription_item_free_trial():response.price_idAddedView full SDK changelog
OpenAPI Change Summary
View full report
Linting Report
0 errors, 57 warnings, 28 hintsView full report
PYTHON CHANGELOG
constsAndDefaults: 1.0.6 - 2026-01-15
🐛 Bug Fixes
core: 6.0.4 - 2026-02-04
🐝 New Features
core: 6.0.2 - 2026-01-29
🐛 Bug Fixes
core: 6.0.1 - 2026-01-29
🐛 Bug Fixes
core: 6.0.0 - 2026-01-27
🐝 New Features
core: 5.23.18 - 2026-01-12
🐛 Bug Fixes
core: 5.23.17 - 2026-01-07
🐛 Bug Fixes
core: 5.23.16 - 2025-12-19
🐛 Bug Fixes
core: 5.23.15 - 2025-12-18
🐛 Bug Fixes
core: 5.23.14 - 2025-12-09
🐝 New Features
core: 5.23.12 - 2025-11-25
🐝 New Features
core: 5.23.11 - 2025-11-24
🐝 New Features
inferUnionDiscriminators: truein gen.yaml (commit by @mfbx9da4)core: 5.23.10 - 2025-11-18
🐛 Bug Fixes
core: 5.23.9 - 2025-11-17
🐛 Bug Fixes
core: 5.23.8 - 2025-11-14
🐛 Bug Fixes
Optional[](commit by @mfbx9da4)core: 5.23.7 - 2025-11-13
🐝 New Features
core: 5.23.6 - 2025-11-10
🐛 Bug Fixes
globalSecurity: 3.0.5 - 2026-02-03
🐝 New Features
nullables: 1.0.2 - 2026-01-12
🐛 Bug Fixes
openEnums: 1.0.3 - 2026-01-07
🐛 Bug Fixes
openEnums: 1.0.2 - 2025-12-19
🐝 New Features
responseFormat: 1.1.0 - 2026-01-22
🔧 Chores
sdkHooks: 1.2.1 - 2026-01-14
🐝 New Features
unions: 3.1.2 - 2026-01-13
🐛 Bug Fixes
Based on Speakeasy CLI 1.709.0