Skip to content

chore: 🐝 Update SDK - Generate 5.1.0#233

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1780620961
Closed

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

Conversation

@github-actions

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

Copy link
Copy Markdown

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.bulk_unban(): response.[] Changed
  • clerk.users.create():
    • request Changed
    • response Changed
  • clerk.phone_numbers.attempt_verification(): Added
  • 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.unlock(): response Changed
  • clerk.users.get(): response Changed
  • clerk.users.update(): response Changed
  • clerk.users.ban(): response Changed
  • clerk.users.unban(): response Changed
  • clerk.users.bulk_ban(): response.[] Changed
  • clerk.email_addresses.prepare_verification(): Added
  • clerk.phone_numbers.prepare_verification(): Added
  • clerk.users.lock(): response Changed
  • clerk.billing.create_price():
    • request.supported_billing_periods Added
    • response.supported_billing_periods Added
  • 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.enterprise_connections.list(): response.data[].custom_attributes[].multi_valued Added
  • clerk.enterprise_connections.create():
    • request.custom_attributes[].multi_valued Added
    • response.custom_attributes[].multi_valued Added
  • clerk.enterprise_connections.get(): response.custom_attributes[].multi_valued Added
  • clerk.enterprise_connections.update():
    • request.custom_attributes[].multi_valued Added
    • response.custom_attributes[].multi_valued Added
  • clerk.billing.list_prices(): response.data[].supported_billing_periods Added
  • clerk.users.set_profile_image(): response Changed
  • 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 (8445:3)
│ ├──[+] path (806:3)
│ ├──[+] path (496:3)
│ ├──[+] path (529:3)
│ ├──[+] path (841:3)
│ ├─┬/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)❌ 
│ ├─┬/public/interstitial
│ │ └─┬GET
│ │   ├──[-] parameters (226:17)❌ 
│ │   ├──[-] parameters (238:17)❌ 
│ │   └──[-] parameters (232:17)❌ 
│ ├─┬/enterprise_connections
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬custom_attributes
│ │           └─┬Schema
│ │             ├──[+] properties (8188:23)
│ │             ├─┬scim_path
│ │             │ ├──[+] minLength (8176:36)❌ 
│ │             │ └──[🔀] description (8175:38)
│ │             ├─┬sso_path
│ │             │ └──[🔀] description (8187:38)
│ │             └─┬name
│ │               ├──[🔀] type (8189:31)❌ 
│ │               ├──[-] minLength (7956:36)❌ 
│ │               └──[🔀] description (8190:38)
│ ├─┬/instance/organization_settings
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └──[+] codes (18455:7)
│ ├─┬/users
│ │ └─┬POST
│ │   ├──[🔀] description (1856:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (1905:17)
│ │         ├──[+] properties (1929:17)
│ │         ├─┬username
│ │         │ ├──[🔀] description (1995:32)
│ │         │ └──[🔀] example (2002:28)
│ │         ├─┬unsafe_metadata
│ │         │ ├──[-] additionalProperties (1810:41)❌ 
│ │         │ ├──[🔀] type (2046:25)❌ 
│ │         │ ├──[🔀] description (2047:32)
│ │         │ ├──[+] nullable (2052:29)❌ 
│ │         │ └──[-] example (1811:28)
│ │         ├─┬external_id
│ │         │ ├──[+] items (1908:21)❌ 
│ │         │ ├──[🔀] type (1906:25)❌ 
│ │         │ ├──[🔀] description (1912:32)
│ │         │ ├──[-] nullable (1691:29)❌ 
│ │         │ └──[-] example (1692:28)
│ │         ├─┬locale
│ │         │ └──[🔀] description (2037:32)
│ │         ├─┬web3_wallet
│ │         │ ├──[+] additionalProperties (2028:41)❌ 
│ │         │ ├──[-] items (1728:21)❌ 
│ │         │ ├──[🔀] type (2024:25)❌ 
│ │         │ ├──[🔀] description (2025:32)
│ │         │ └──[+] example (2029:28)
│ │         ├─┬last_name
│ │         │ ├──[🔀] description (1883:32)
│ │         │ └──[🔀] example (1885:28)
│ │         ├─┬totp_secret
│ │         │ ├──[🔀] type (1986:25)❌ 
│ │         │ ├──[🔀] description (1987:32)
│ │         │ └──[🔀] example (1992:28)
│ │         ├─┬skip_password_checks
│ │         │ ├──[+] additionalProperties (2016:41)❌ 
│ │         │ ├──[🔀] type (2014:25)❌ 
│ │         │ ├──[🔀] description (2015:32)
│ │         │ ├──[-] nullable (1765:29)❌ 
│ │         │ └──[🔀] example (2017:28)
│ │         ├─┬password_digest
│ │         │ ├──[🔀] description (1961:32)
│ │         │ └──[🔀] example (1965:28)
│ │         ├─┬legal_accepted_at
│ │         │ ├──[🔀] description (1888:32)
│ │         │ └──[+] example (1890:28)
│ │         ├─┬skip_password_requirement
│ │         │ ├──[🔀] description (2041:32)
│ │         │ └──[-] example (1774:28)
│ │         ├─┬email_address
│ │         │ └──[🔀] description (1900:32)
│ │         ├─┬skip_legal_checks
│ │         │ ├──[+] additionalProperties (2021:41)❌ 
│ │         │ ├──[🔀] type (2019:25)❌ 
│ │         │ ├──[🔀] description (2020:32)
│ │         │ ├──[-] nullable (1826:29)❌ 
│ │         │ └──[+] example (2022:28)
│ │         ├─┬phone_number
│ │         │ └──[🔀] description (1924:32)
│ │         ├─┬skip_user_requirement
│ │         │ ├──[🔀] description (1979:32)
│ │         │ └──[+] example (1984:28)
│ │         ├─┬password
│ │         │ ├──[🔀] type (2079:25)❌ 
│ │         │ ├──[🔀] description (2080:32)
│ │         │ └──[-] example (1747:28)
│ │         ├─┬public_metadata
│ │         │ ├──[-] additionalProperties (1798:41)❌ 
│ │         │ ├──[+] items (1932:21)❌ 
│ │         │ ├──[🔀] type (1930:25)❌ 
│ │         │ ├──[🔀] description (1936:32)
│ │         │ └──[-] example (1799:28)
│ │         ├─┬first_name
│ │         │ ├──[🔀] description (1876:32)
│ │         │ └──[🔀] example (1880:28)
│ │         ├─┬locked
│ │         │ ├──[🔀] type (1892:25)❌ 
│ │         │ └──[🔀] description (1893:32)
│ │         ├─┬password_hasher
│ │         │ └──[🔀] $ref (1967:19)❌ 
│ │         └─┬private_metadata
│ │           ├──[-] additionalProperties (1803:41)❌ 
│ │           ├──[+] items (1922:21)❌ 
│ │           ├──[🔀] type (1920:25)❌ 
│ │           ├──[🔀] description (1924:32)
│ │           └──[-] example (1804:28)
│ ├─┬/enterprise_connections/{enterprise_connection_id}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬custom_attributes
│ │           └─┬Schema
│ │             ├──[+] properties (8405:23)
│ │             ├─┬scim_path
│ │             │ ├──[+] minLength (8393:36)❌ 
│ │             │ └──[🔀] description (8392:38)
│ │             ├─┬sso_path
│ │             │ └──[🔀] description (8404:38)
│ │             └─┬name
│ │               ├──[🔀] type (8406:31)❌ 
│ │               ├──[-] minLength (8170:36)❌ 
│ │               └──[🔀] description (8407:38)
│ └─┬/users/{user_id}/email_address
│   └─┬PUT
│     ├──[🔀] description (594:20)
│     └─┬Requestbody
│       └─┬application/json
│         └─┬Schema
│           └──[+] properties (619:17)
└─┬Components
  ├──[+] responses (19069:7)
  ├──[+] responses (19063:7)
  ├──[+] responses (18515:7)
  ├──[+] schemas (14825:7)
  ├──[+] schemas (14781:7)
  ├──[+] schemas (17190:7)
  ├──[+] schemas (14624:7)
  ├──[+] schemas (17205:7)
  ├──[+] schemas (14841:7)
  ├──[+] schemas (14604:7)
  ├──[+] schemas (17105:7)
  ├──[+] schemas (14747:7)
  ├──[+] schemas (14801:7)
  ├─┬CommerceTotalsResponse
  │ ├──[+] properties (14661:9)
  │ ├─┬subtotal
  │ │ └──[🔀] $ref (14654:11)❌ 
  │ ├─┬per_unit_totals
  │ │ └──[🔀] $ref (14235:13)❌ 
  │ └─┬grand_total
  │   └──[🔀] $ref (14662:11)❌ 
  ├─┬CommerceSubscriptionItemNextPaymentResponse
  │ ├──[+] properties (14679:9)
  │ ├──[+] properties (14684:9)
  │ └─┬amount
  │   └──[🔀] description (14673:24)
  ├─┬CommercePerUnitTotal
  │ ├─┬name
  │ │ └──[🔀] description (14593:24)
  │ ├─┬block_size
  │ │ └──[🔀] description (14597:24)
  │ └─┬tiers
  │   └──[🔀] description (14602:24)
  ├─┬CommerceSubscriptionNextPayment
  │ ├──[+] properties (15018:9)
  │ └──[+] properties (15023:9)
  ├─┬BillingPaymentAttempt
  │ └─┬totals
  │   └─┬ALLOF
  │     └──[🔀] $ref (14841:13)❌ 
  ├─┬CommercePerUnitTotalTier
  │ └─┬quantity
  │   └──[🔀] description (14576:24)
  ├─┬verification_otp
  │ ├──[+] properties (12641:9)
  │ ├─┬object
  │ │ ├──[-] enum (12327:15)❌ 
  │ │ ├──[🔀] type (12639:17)❌ 
  │ │ └──[+] nullable (12640:21)❌ 
  │ ├─┬strategy
  │ │ ├──[+] enum (12624:15)
  │ │ ├──[+] enum (12625:15)
  │ │ ├──[+] enum (12626:15)
  │ │ ├──[+] enum (12627:15)
  │ │ ├──[-] enum (12339:15)❌ 
  │ │ ├──[-] enum (12340:15)❌ 
  │ │ ├──[-] enum (12341:15)❌ 
  │ │ └─┬Extensions
  │ │   └──[-] x-speakeasy-unknown-values (12336:39)❌ 
  │ ├─┬status
  │ │ ├──[+] enum (12620:15)
  │ │ ├──[-] enum (12332:15)❌ 
  │ │ ├──[-] enum (12333:15)❌ 
  │ │ ├──[-] enum (12334:15)❌ 
  │ │ └──[-] enum (12331:15)❌ 
  │ ├─┬expire_at
  │ │ ├──[🔀] type (12642:17)❌ 
  │ │ └──[+] description (12644:24)
  │ └─┬verified_at_client
  │   ├──[+] enum (12634:15)
  │   ├──[+] enum (12632:15)
  │   ├──[+] enum (12633:15)
  │   ├──[-] nullable (12350:21)❌ 
  │   └─┬Extensions
  │     └──[+] x-speakeasy-unknown-values (12629:39)
  ├─┬EnterpriseConnection
  │ └─┬custom_attributes
  │   └─┬Schema
  │     ├──[+] properties (16982:15)
  │     ├─┬sso_path
  │     │ └──[🔀] description (16981:30)
  │     ├─┬scim_path
  │     │ └──[🔀] description (16972:30)
  │     └─┬name
  │       ├──[🔀] type (16983:23)❌ 
  │       └──[🔀] description (16984:30)
  ├─┬BillingPriceResponse
  │ ├──[+] required (17344:11)❌ 
  │ └──[+] properties (17393:9)
  ├─┬CreateBillingPriceRequest
  │ └──[+] properties (17443:9)
  ├─┬CommerceSubscriptionItemSeatsResponse
  │ └─┬tiers
  │   └─┬Schema
  │     └──[🔀] $ref (14747:13)❌ 
  └─┬CommerceSubscriptionItem
    └─┬totals
      └─┬ALLOF
        └──[🔀] $ref (14841:13)❌ 
Document Element Total Changes Breaking Changes
paths 95 35
components 61 22

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.27 - 2026-06-08

🐛 Bug Fixes

  • lazy-loaded sub-SDKs now use relative imports when imports.relative is enabled (commit by @2ynn)

core: 6.0.26 - 2026-06-05

🐝 New Features

  • add typed event-stream parsing to raw response helpers (commit by @2ynn)

core: 6.0.25 - 2026-06-05

🐝 New Features

  • add support for relative import paths (commit by @2ynn)

core: 6.0.24 - 2026-06-01

🐛 Bug Fixes

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

methodArguments: 1.1.1 - 2026-06-09

🐝 New Features

  • add configurable suffix for input TypedDict companions (commit by @2ynn)

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.774.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the minor Minor version bump label Jun 5, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780620961 branch 5 times, most recently from f176145 to 98757f6 Compare June 10, 2026 00:59
* `clerk.miscellaneous.get_public_interstitial()`:  `request` **Changed** (Breaking ⚠️)
* `clerk.users.bulk_unban()`:  `response.[]` **Changed**
* `clerk.users.create()`: 
  *  `request` **Changed**
  *  `response` **Changed**
* `clerk.phone_numbers.attempt_verification()`: **Added**
* `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.unlock()`:  `response` **Changed**
* `clerk.users.get()`:  `response` **Changed**
* `clerk.users.update()`:  `response` **Changed**
* `clerk.users.ban()`:  `response` **Changed**
* `clerk.users.unban()`:  `response` **Changed**
* `clerk.users.bulk_ban()`:  `response.[]` **Changed**
* `clerk.email_addresses.prepare_verification()`: **Added**
* `clerk.phone_numbers.prepare_verification()`: **Added**
* `clerk.users.lock()`:  `response` **Changed**
* `clerk.billing.create_price()`: 
  *  `request.supported_billing_periods` **Added**
  *  `response.supported_billing_periods` **Added**
* `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.enterprise_connections.list()`:  `response.data[].custom_attributes[].multi_valued` **Added**
* `clerk.enterprise_connections.create()`: 
  *  `request.custom_attributes[].multi_valued` **Added**
  *  `response.custom_attributes[].multi_valued` **Added**
* `clerk.enterprise_connections.get()`:  `response.custom_attributes[].multi_valued` **Added**
* `clerk.enterprise_connections.update()`: 
  *  `request.custom_attributes[].multi_valued` **Added**
  *  `response.custom_attributes[].multi_valued` **Added**
* `clerk.billing.list_prices()`:  `response.data[].supported_billing_periods` **Added**
* `clerk.users.set_profile_image()`:  `response` **Changed**
* `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 ebf841f to 080cb46 Compare June 10, 2026 15:46
@github-actions github-actions Bot closed this Jun 10, 2026
@github-actions github-actions Bot deleted the speakeasy-sdk-regen-1780620961 branch June 10, 2026 15:46
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