Skip to content

chore: 🐝 Update SDK - Generate 5.1.0#233

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1780620961
Open

chore: 🐝 Update SDK - Generate 5.1.0#233
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1780620961

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Jun 5, 2026

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Python SDK Changes:

  • clerk.miscellaneous.get_public_interstitial(): request Changed (Breaking ⚠️)
  • clerk.users.unban(): response Changed
  • clerk.users.bulk_unban(): response.[] Changed
  • clerk.users.lock(): response Changed
  • clerk.enterprise_connections.list_test_runs(): Added
  • clerk.enterprise_connections.create_test_run(): Added
  • clerk.email_addresses.attempt_verification(): Added
  • clerk.email_addresses.create(): response.verification.union(verification_otp).channel Added
  • clerk.email_addresses.get(): response.verification.union(verification_otp).channel Added
  • clerk.email_addresses.update(): response.verification.union(verification_otp).channel Added
  • clerk.email_addresses.replace_for_user():
    • request.identification_status Added
    • response.verification.union(verification_otp).channel Added
  • clerk.phone_numbers.create(): response.verification.union(verification_otp).channel Added
  • clerk.phone_numbers.get(): response.verification.union(verification_otp).channel Added
  • clerk.phone_numbers.update(): response.verification.union(verification_otp).channel Added
  • clerk.phone_numbers.replace_for_user():
    • request.identification_status Added
    • response.verification.union(verification_otp).channel Added
  • clerk.users.list(): response.[] Changed
  • clerk.users.create():
    • request Changed
    • response Changed
  • clerk.users.get(): response Changed
  • clerk.users.update(): response Changed
  • clerk.users.ban(): response Changed
  • clerk.email_addresses.prepare_verification(): Added
  • clerk.phone_numbers.prepare_verification(): Added
  • clerk.users.bulk_ban(): response.[] Changed
  • clerk.phone_numbers.attempt_verification(): Added
  • clerk.users.unlock(): response Changed
  • clerk.users.set_profile_image(): response Changed
  • clerk.users.delete_profile_image(): response Changed
  • clerk.users.update_metadata(): response Changed
  • clerk.users.replace_metadata(): response Changed
  • clerk.users.get_billing_subscription(): response Changed
  • clerk.users.set_password_compromised(): response Changed
  • clerk.users.unset_password_compromised(): response Changed
  • clerk.instance_settings.update_organization_settings(): error.status[403] Added
  • clerk.organizations.get_billing_subscription(): response Changed
  • clerk.billing.list_prices(): response.data[].supported_billing_periods Added
  • clerk.billing.create_price():
    • request.supported_billing_periods Added
    • response.supported_billing_periods Added
  • clerk.billing.list_subscription_items(): response.data[] Changed
  • clerk.billing.cancel_subscription_item(): response Changed
  • clerk.billing.extend_subscription_item_free_trial(): response Changed
  • clerk.billing.create_price_transition(): response Changed
  • clerk.billing.list_statements(): response.data[].groups[].items[].totals.discounts Added
  • clerk.billing.get_statement(): response.groups[].items[].totals.discounts Added
  • clerk.billing.get_statement_payment_attempts(): response.data[].totals.discounts Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (806:3)
│ ├──[+] path (8439:3)
│ ├──[+] path (529:3)
│ ├──[+] path (496:3)
│ ├──[+] path (841:3)
│ ├─┬/public/interstitial
│ │ └─┬GET
│ │   ├──[-] parameters (226:17)❌ 
│ │   ├──[-] parameters (232:17)❌ 
│ │   └──[-] parameters (238:17)❌ 
│ ├─┬/instance/organization_settings
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └──[+] codes (18446:7)
│ ├─┬/users/{user_id}/email_address
│ │ └─┬PUT
│ │   ├──[🔀] description (594:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └──[+] properties (619:17)
│ ├─┬/users
│ │ └─┬POST
│ │   ├──[🔀] description (1856:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (1905:17)
│ │         ├──[+] properties (1929:17)
│ │         ├─┬password_hasher
│ │         │ └──[🔀] $ref (1967:19)❌ 
│ │         ├─┬external_id
│ │         │ ├──[+] items (1908:21)❌ 
│ │         │ ├──[🔀] type (1906:25)❌ 
│ │         │ ├──[🔀] description (1912:32)
│ │         │ ├──[-] nullable (1691:29)❌ 
│ │         │ └──[-] example (1692:28)
│ │         ├─┬unsafe_metadata
│ │         │ ├──[-] additionalProperties (1810:41)❌ 
│ │         │ ├──[🔀] type (2046:25)❌ 
│ │         │ ├──[🔀] description (2047:32)
│ │         │ ├──[+] nullable (2052:29)❌ 
│ │         │ └──[-] example (1811:28)
│ │         ├─┬first_name
│ │         │ ├──[🔀] description (1876:32)
│ │         │ └──[🔀] example (1880:28)
│ │         ├─┬locked
│ │         │ ├──[🔀] type (1892:25)❌ 
│ │         │ └──[🔀] description (1893:32)
│ │         ├─┬skip_user_requirement
│ │         │ ├──[🔀] description (1979:32)
│ │         │ └──[+] example (1984:28)
│ │         ├─┬web3_wallet
│ │         │ ├──[+] additionalProperties (2028:41)❌ 
│ │         │ ├──[-] items (1728:21)❌ 
│ │         │ ├──[🔀] type (2024:25)❌ 
│ │         │ ├──[🔀] description (2025:32)
│ │         │ └──[+] example (2029:28)
│ │         ├─┬public_metadata
│ │         │ ├──[-] additionalProperties (1798:41)❌ 
│ │         │ ├──[+] items (1932:21)❌ 
│ │         │ ├──[🔀] type (1930:25)❌ 
│ │         │ ├──[🔀] description (1936:32)
│ │         │ └──[-] example (1799:28)
│ │         ├─┬phone_number
│ │         │ └──[🔀] description (1924:32)
│ │         ├─┬legal_accepted_at
│ │         │ ├──[🔀] description (1888:32)
│ │         │ └──[+] example (1890:28)
│ │         ├─┬password
│ │         │ ├──[🔀] type (2079:25)❌ 
│ │         │ ├──[🔀] description (2080:32)
│ │         │ └──[-] example (1747:28)
│ │         ├─┬email_address
│ │         │ └──[🔀] description (1900:32)
│ │         ├─┬skip_password_checks
│ │         │ ├──[+] additionalProperties (2016:41)❌ 
│ │         │ ├──[🔀] type (2014:25)❌ 
│ │         │ ├──[🔀] description (2015:32)
│ │         │ ├──[-] nullable (1765:29)❌ 
│ │         │ └──[🔀] example (2017:28)
│ │         ├─┬locale
│ │         │ └──[🔀] description (2037:32)
│ │         ├─┬skip_legal_checks
│ │         │ ├──[+] additionalProperties (2021:41)❌ 
│ │         │ ├──[🔀] type (2019:25)❌ 
│ │         │ ├──[🔀] description (2020:32)
│ │         │ ├──[-] nullable (1826:29)❌ 
│ │         │ └──[+] example (2022:28)
│ │         ├─┬last_name
│ │         │ ├──[🔀] description (1883:32)
│ │         │ └──[🔀] example (1885:28)
│ │         ├─┬private_metadata
│ │         │ ├──[-] additionalProperties (1803:41)❌ 
│ │         │ ├──[+] items (1922:21)❌ 
│ │         │ ├──[🔀] type (1920:25)❌ 
│ │         │ ├──[🔀] description (1924:32)
│ │         │ └──[-] example (1804:28)
│ │         ├─┬skip_password_requirement
│ │         │ ├──[🔀] description (2041:32)
│ │         │ └──[-] example (1774:28)
│ │         ├─┬username
│ │         │ ├──[🔀] description (1995:32)
│ │         │ └──[🔀] example (2002:28)
│ │         ├─┬totp_secret
│ │         │ ├──[🔀] type (1986:25)❌ 
│ │         │ ├──[🔀] description (1987:32)
│ │         │ └──[🔀] example (1992:28)
│ │         └─┬password_digest
│ │           ├──[🔀] description (1961:32)
│ │           └──[🔀] example (1965:28)
│ └─┬/users/{user_id}/phone_number
│   └─┬PUT
│     ├──[🔀] description (906:20)
│     └─┬Requestbody
│       └─┬application/json
│         └─┬Schema
│           ├──[+] properties (931:17)
│           └─┬phone_number
│             ├──[+] enum (934:23)
│             ├──[+] enum (935:23)
│             ├──[🔀] description (937:32)
│             └──[+] default (936:28)❌ 
└─┬Components
  ├──[+] responses (18506:7)
  ├──[+] responses (19054:7)
  ├──[+] responses (19060:7)
  ├──[+] schemas (14795:7)
  ├──[+] schemas (17181:7)
  ├──[+] schemas (17096:7)
  ├──[+] schemas (14741:7)
  ├──[+] schemas (14598:7)
  ├──[+] schemas (14835:7)
  ├──[+] schemas (17196:7)
  ├──[+] schemas (14775:7)
  ├──[+] schemas (14819:7)
  ├──[+] schemas (14618:7)
  ├─┬CommercePerUnitTotal
  │ ├─┬tiers
  │ │ └──[🔀] description (14596:24)
  │ ├─┬name
  │ │ └──[🔀] description (14587:24)
  │ └─┬block_size
  │   └──[🔀] description (14591:24)
  ├─┬BillingPaymentAttempt
  │ └─┬totals
  │   └─┬ALLOF
  │     └──[🔀] $ref (14835:13)❌ 
  ├─┬CommerceSubscriptionNextPayment
  │ ├──[+] properties (15012:9)
  │ └──[+] properties (15017:9)
  ├─┬CreateBillingPriceRequest
  │ └──[+] properties (17434:9)
  ├─┬CommerceSubscriptionItemSeatsResponse
  │ └─┬tiers
  │   └─┬Schema
  │     └──[🔀] $ref (14741:13)❌ 
  ├─┬CommerceSubscriptionItemNextPaymentResponse
  │ ├──[+] properties (14673:9)
  │ ├──[+] properties (14678:9)
  │ └─┬amount
  │   └──[🔀] description (14667:24)
  ├─┬verification_otp
  │ ├──[+] properties (12635:9)
  │ ├─┬strategy
  │ │ ├──[+] enum (12619:15)
  │ │ ├──[+] enum (12620:15)
  │ │ ├──[+] enum (12621:15)
  │ │ ├──[+] enum (12618:15)
  │ │ ├──[-] enum (12339:15)❌ 
  │ │ ├──[-] enum (12340:15)❌ 
  │ │ ├──[-] enum (12341:15)❌ 
  │ │ └─┬Extensions
  │ │   └──[-] x-speakeasy-unknown-values (12336:39)❌ 
  │ ├─┬expire_at
  │ │ ├──[🔀] type (12636:17)❌ 
  │ │ └──[+] description (12638:24)
  │ ├─┬status
  │ │ ├──[+] enum (12614:15)
  │ │ ├──[-] enum (12331:15)❌ 
  │ │ ├──[-] enum (12332:15)❌ 
  │ │ ├──[-] enum (12333:15)❌ 
  │ │ └──[-] enum (12334:15)❌ 
  │ ├─┬verified_at_client
  │ │ ├──[+] enum (12627:15)
  │ │ ├──[+] enum (12628:15)
  │ │ ├──[+] enum (12626:15)
  │ │ ├──[-] nullable (12350:21)❌ 
  │ │ └─┬Extensions
  │ │   └──[+] x-speakeasy-unknown-values (12623:39)
  │ └─┬object
  │   ├──[-] enum (12327:15)❌ 
  │   ├──[🔀] type (12633:17)❌ 
  │   └──[+] nullable (12634:21)❌ 
  ├─┬BillingPriceResponse
  │ ├──[+] required (17335:11)❌ 
  │ └──[+] properties (17384:9)
  ├─┬CommerceTotalsResponse
  │ ├──[+] properties (14655:9)
  │ ├─┬grand_total
  │ │ └──[🔀] $ref (14656:11)❌ 
  │ ├─┬per_unit_totals
  │ │ └──[🔀] $ref (14229:13)❌ 
  │ └─┬subtotal
  │   └──[🔀] $ref (14648:11)❌ 
  ├─┬CommerceSubscriptionItem
  │ └─┬totals
  │   └─┬ALLOF
  │     └──[🔀] $ref (14835:13)❌ 
  └─┬CommercePerUnitTotalTier
    └─┬quantity
      └──[🔀] description (14570:24)
Document Element Total Changes Breaking Changes
paths 81 29
components 56 21

View full report

Linting Report 0 errors, 10 warnings, 69 hints

View full report

PYTHON CHANGELOG

additionalDependencies: 1.1.0 - 2026-05-28

🐝 New Features

  • add optionalDependencies config for [project.optional-dependencies] in pyproject.toml (commit by @AshGodfrey)

core: 6.0.24 - 2026-06-01

🐛 Bug Fixes

  • omit extra_body from no-body operation methods (commit by @ThomasRooney)

methodArguments: 1.1.0 - 2026-05-29

🐝 New Features

  • Add Python method argument modes for positional required path parameters, upstream-style request extras, and opt-in timeout spelling/units. (commit by [@thomas Rooney](https://github.com/Thomas Rooney))

Based on Speakeasy CLI 1.771.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the minor Minor version bump label Jun 5, 2026
* `clerk.miscellaneous.get_public_interstitial()`:  `request` **Changed** (Breaking ⚠️)
* `clerk.users.unban()`:  `response` **Changed**
* `clerk.users.bulk_unban()`:  `response.[]` **Changed**
* `clerk.users.lock()`:  `response` **Changed**
* `clerk.enterprise_connections.list_test_runs()`: **Added**
* `clerk.enterprise_connections.create_test_run()`: **Added**
* `clerk.email_addresses.attempt_verification()`: **Added**
* `clerk.email_addresses.create()`:  `response.verification.union(verification_otp).channel` **Added**
* `clerk.email_addresses.get()`:  `response.verification.union(verification_otp).channel` **Added**
* `clerk.email_addresses.update()`:  `response.verification.union(verification_otp).channel` **Added**
* `clerk.email_addresses.replace_for_user()`: 
  *  `request.identification_status` **Added**
  *  `response.verification.union(verification_otp).channel` **Added**
* `clerk.phone_numbers.create()`:  `response.verification.union(verification_otp).channel` **Added**
* `clerk.phone_numbers.get()`:  `response.verification.union(verification_otp).channel` **Added**
* `clerk.phone_numbers.update()`:  `response.verification.union(verification_otp).channel` **Added**
* `clerk.phone_numbers.replace_for_user()`: 
  *  `request.identification_status` **Added**
  *  `response.verification.union(verification_otp).channel` **Added**
* `clerk.users.list()`:  `response.[]` **Changed**
* `clerk.users.create()`: 
  *  `request` **Changed**
  *  `response` **Changed**
* `clerk.users.get()`:  `response` **Changed**
* `clerk.users.update()`:  `response` **Changed**
* `clerk.users.ban()`:  `response` **Changed**
* `clerk.email_addresses.prepare_verification()`: **Added**
* `clerk.phone_numbers.prepare_verification()`: **Added**
* `clerk.users.bulk_ban()`:  `response.[]` **Changed**
* `clerk.phone_numbers.attempt_verification()`: **Added**
* `clerk.users.unlock()`:  `response` **Changed**
* `clerk.users.set_profile_image()`:  `response` **Changed**
* `clerk.users.delete_profile_image()`:  `response` **Changed**
* `clerk.users.update_metadata()`:  `response` **Changed**
* `clerk.users.replace_metadata()`:  `response` **Changed**
* `clerk.users.get_billing_subscription()`:  `response` **Changed**
* `clerk.users.set_password_compromised()`:  `response` **Changed**
* `clerk.users.unset_password_compromised()`:  `response` **Changed**
* `clerk.instance_settings.update_organization_settings()`:  `error.status[403]` **Added**
* `clerk.organizations.get_billing_subscription()`:  `response` **Changed**
* `clerk.billing.list_prices()`:  `response.data[].supported_billing_periods` **Added**
* `clerk.billing.create_price()`: 
  *  `request.supported_billing_periods` **Added**
  *  `response.supported_billing_periods` **Added**
* `clerk.billing.list_subscription_items()`:  `response.data[]` **Changed**
* `clerk.billing.cancel_subscription_item()`:  `response` **Changed**
* `clerk.billing.extend_subscription_item_free_trial()`:  `response` **Changed**
* `clerk.billing.create_price_transition()`:  `response` **Changed**
* `clerk.billing.list_statements()`:  `response.data[].groups[].items[].totals.discounts` **Added**
* `clerk.billing.get_statement()`:  `response.groups[].items[].totals.discounts` **Added**
* `clerk.billing.get_statement_payment_attempts()`:  `response.data[].totals.discounts` **Added**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780620961 branch from c0fbaa3 to aaa0770 Compare June 6, 2026 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant