Skip to content

Comments

chore: 🐝 Update SDK - Generate 5.1.0#214

Open
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1771633799
Open

chore: 🐝 Update SDK - Generate 5.1.0#214
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1771633799

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Feb 21, 2026

SDK update

Versioning

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

Python SDK Changes:

  • clerk.email_addresses.create(): error.status[409] Added
  • clerk.email_addresses.update(): error.status[409] Added
  • clerk.users.update(): error.status[409] Added
  • clerk.users.get_organization_invitations(): request.status Changed
  • clerk.organization_invitations.get_all(): request.status Changed
  • clerk.organization_invitations.list(): request.status Changed
  • clerk.billing.list_prices(): response.data[].is_default Added
  • clerk.billing.create_price(): response.is_default Added
  • clerk.billing.create_price_transition(): response.transition.previous_price.is_default Added
  • clerk.m2m.create_token(): request.token_format Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[-] path (7471:3)❌ 
│ ├──[-] path (7475:3)❌ 
│ ├──[-] path (7480:3)❌ 
│ ├──[-] path (7456:3)❌ 
│ ├──[-] path (7457:3)❌ 
│ ├──[-] path (7473:3)❌ 
│ ├──[-] path (7470:3)❌ 
│ ├──[-] path (7481:3)❌ 
│ ├──[-] path (7469:3)❌ 
│ ├──[-] path (7476:3)❌ 
│ ├──[-] path (7468:3)❌ 
│ ├──[-] path (7461:3)❌ 
│ ├──[-] path (7467:3)❌ 
│ ├──[-] path (7472:3)❌ 
│ ├──[-] path (7477:3)❌ 
│ ├──[-] path (7474:3)❌ 
│ ├──[-] path (7465:3)❌ 
│ ├──[-] path (7459:3)❌ 
│ ├──[-] path (7466:3)❌ 
│ ├──[-] path (7479:3)❌ 
│ ├──[-] path (7460:3)❌ 
│ ├──[-] path (7478:3)❌ 
│ ├──[-] path (7464:3)❌ 
│ ├──[-] path (7458:3)❌ 
│ ├──[-] path (7462:3)❌ 
│ ├──[-] path (7463:3)❌ 
│ ├──[+] path (7286:3)
│ ├──[+] path (8486:3)
│ ├──[+] path (7209:3)
│ ├──[+] path (8487:3)
│ ├─┬/users/{user_id}
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └──[+] codes (15816:7)
│ ├─┬/m2m_tokens
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └──[+] properties (9759:17)
│ ├─┬/organization_invitations
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[+] enum (3283:17)
│ ├─┬/email_addresses/{email_address_id}
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └──[+] codes (15816:7)
│ ├─┬/users/{user_id}/organization_invitations
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[+] enum (2631:17)
│ ├─┬/organizations/{organization_id}/invitations
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[+] enum (5208:17)
│ └─┬/email_addresses
│   └─┬POST
│     └─┬Responses
│       └──[+] codes (15816:7)
├─┬Tags
│ └──[+] Agent Tasks (143:5)
└─┬Components
  ├──[-] securitySchemes (10501:7)❌ 
  ├──[+] responses (16311:7)
  ├──[+] schemas (14591:7)
  └─┬BillingPriceResponse
    ├──[+] required (14691:11)❌ 
    ├──[+] properties (14730:9)
    ├─┬object
    │ ├──[-] enum (14582:15)❌ 
    │ ├──[🔀] type (14731:17)❌ 
    │ └──[🔀] description (14732:24)
    └─┬plan_id
      ├──[+] enum (14698:15)
      └──[🔀] description (14696:24)
Document Element Total Changes Breaking Changes
paths 37 26
tags 1 0
components 10 4

View full report

Linting Report 0 errors, 9 warnings, 59 hints

View full report

PYTHON CHANGELOG

core: 6.0.12 - 2026-02-18

🐝 New Features

  • move large-model splitting from templates to Go bucketing layer to prevent compiler complexity limits (commit by @vishalg0wda)

ignores: 3.0.1 - 2024-12-23

🐛 Bug Fixes

  • Resolve SDK installation issue for pythonv2. The issue arises because pip/poetry is unable to localt README-pypi file (commit by @Kanwardeep)

nameOverrides: 3.0.3 - 2026-02-19

🐝 New Features

  • add support for renaming object properties that reference a shared component (commit by @2ynn)

nameOverrides: 3.0.2 - 2026-02-19

🐛 Bug Fixes

  • set fixes.nameOverrideFeb2026 to true in gen.yaml to prevent x-speakesy-name-override from propagating through resolution or allOf merging (commit by @2ynn)

Based on Speakeasy CLI 1.723.0

@github-actions github-actions bot added the minor Minor version bump label Feb 21, 2026
* `clerk.email_addresses.create()`:  `error.status[409]` **Added**
* `clerk.email_addresses.update()`:  `error.status[409]` **Added**
* `clerk.users.update()`:  `error.status[409]` **Added**
* `clerk.users.get_organization_invitations()`:  `request.status` **Changed**
* `clerk.organization_invitations.get_all()`:  `request.status` **Changed**
* `clerk.organization_invitations.list()`:  `request.status` **Changed**
* `clerk.billing.list_prices()`:  `response.data[].is_default` **Added**
* `clerk.billing.create_price()`:  `response.is_default` **Added**
* `clerk.billing.create_price_transition()`:  `response.transition.previous_price.is_default` **Added**
* `clerk.m2m.create_token()`:  `request.token_format` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1771633799 branch from b5bb760 to 5af9bcf Compare February 22, 2026 00:33
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