Skip to content

Conversation

@github-actions
Copy link

SDK update

Versioning

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

Python SDK Changes Detected:

  • clerk.beta_features.update_instance_settings():
    • request.enhanced_email_deliverability Removed Breaking ⚠️
  • clerk.instance_settings.update():
    • request.enhanced_email_deliverability Removed Breaking ⚠️
  • clerk.users.bulk_unban(): response.[] Changed
  • clerk.organization_invitations.list_pending(): response.data.[].inviter_id Added
  • clerk.commerce.list_subscription_items(): Deleted Breaking ⚠️
  • clerk.commerce.cancel_subscription_item(): Deleted Breaking ⚠️
  • clerk.users.unlock(): response Changed
  • clerk.users.list(): response.[] Changed
  • clerk.users.create(): 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.commerce.list_plans(): Deleted Breaking ⚠️
  • clerk.billing.list_plans(): Added
  • clerk.sessions.create():
    • request.active_organization_id Added
  • clerk.users.set_profile_image(): response Changed
  • clerk.users.delete_profile_image(): response Changed
  • clerk.users.update_metadata(): response Changed
  • clerk.users.get_organization_invitations(): response.data.[].inviter_id Added
  • clerk.organization_invitations.get_all(): response.data.[].inviter_id Added
  • clerk.organization_invitations.create(): response.inviter_id Added
  • clerk.organization_invitations.list(): response.data.[].inviter_id Added
  • clerk.organization_invitations.bulk_create(): response.data.[].inviter_id Added
  • clerk.users.lock(): response Changed
  • clerk.organization_invitations.get(): response.inviter_id Added
  • clerk.organization_invitations.revoke(): response.inviter_id Added
  • clerk.billing.cancel_subscription_item(): Added
  • clerk.billing.list_subscription_items(): Added
OpenAPI Change Summary
├─┬Paths
│ ├──[-] path (6982:5)❌ 
│ ├──[-] path (6916:5)❌ 
│ ├──[-] path (6881:5)❌ 
│ ├──[+] path (6875:3)
│ ├──[+] path (6976:3)
│ ├──[+] path (6910:3)
│ ├─┬/organizations/{organization_id}/invitations/bulk
│ │ └─┬POST
│ │   ├──[🔀] description (5005:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] maxItems (5039:25)❌ 
│ │         └──[+] minItems (5038:25)❌ 
│ ├─┬/beta_features/instance_settings
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └──[-] properties (3302:33)❌ 
│ ├─┬/instance
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └──[-] properties (3633:33)❌ 
│ ├─┬/sessions
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (703:17)
│ │         └─┬user_id
│ │           └──[🔀] description (705:32)
│ └─┬/invitations/bulk
│   └─┬POST
│     ├──[🔀] description (2957:20)
│     └─┬Requestbody
│       └─┬application/json
│         └─┬Schema
│           ├──[+] maxItems (2973:25)❌ 
│           └──[+] minItems (2972:25)❌ 
├─┬Tags
│ └──[-] Commerce (46:7)❌ 
└─┬Components
  ├──[+] schemas (9247:7)
  ├──[+] schemas (9187:7)
  ├─┬OrganizationInvitation
  │ ├──[+] additionalProperties (11013:29)❌ 
  │ ├──[+] required (11079:11)❌ 
  │ ├──[+] properties (11036:9)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (11040:17)❌ 
  │ │ ├──[-] format (10920:29)❌ 
  │ │ ├──[-] description (10921:34)
  │ │ └──[🔀] example (11041:20)
  │ ├─┬role
  │ │ ├──[+] additionalProperties (11044:33)❌ 
  │ │ ├──[🔀] type (11043:17)❌ 
  │ │ └──[🔀] example (11045:20)
  │ ├─┬private_metadata
  │ │ ├──[-] additionalProperties (10903:43)❌ 
  │ │ ├──[🔀] type (11034:17)❌ 
  │ │ └──[🔀] example (11035:20)
  │ ├─┬public_metadata
  │ │ └──[🔀] example (11049:20)
  │ ├─┬status
  │ │ └──[-] example (10896:30)
  │ ├─┬object
  │ │ ├──[-] enum (10878:27)❌ 
  │ │ ├──[-] description (10875:34)
  │ │ ├──[+] nullable (11038:21)❌ 
  │ │ └──[-] example (10879:30)
  │ ├─┬role_name
  │ │ └──[+] example (11030:20)
  │ ├─┬organization_id
  │ │ ├──[+] enum (11020:15)
  │ │ ├──[+] description (11017:24)
  │ │ └──[🔀] example (11021:20)
  │ └─┬url
  │   ├──[🔀] type (11064:17)❌ 
  │   ├──[+] format (11065:19)❌ 
  │   ├──[+] description (11066:24)
  │   ├──[-] nullable (10907:31)❌ 
  │   └──[+] example (11067:20)
  ├─┬User
  │ ├──[+] properties (9616:9)
  │ ├──[+] properties (9620:9)
  │ ├──[+] properties (9600:9)
  │ ├─┬first_name
  │ │ └──[🔀] example (9503:20)
  │ ├─┬external_id
  │ │ ├──[+] items (9609:13)❌ 
  │ │ ├──[🔀] type (9607:17)❌ 
  │ │ ├──[-] nullable (9207:31)❌ 
  │ │ └──[🔀] example (9610:20)
  │ ├─┬web3_wallets
  │ │ ├──[-] items (9273:25)❌ 
  │ │ ├──[🔀] type (9656:17)❌ 
  │ │ ├──[+] format (9657:19)❌ 
  │ │ ├──[+] description (9658:24)
  │ │ └──[🔀] example (9660:20)
  │ ├─┬profile_image_url
  │ │ ├──[+] nullable (9509:21)❌ 
  │ │ ├──[🔀] example (9511:20)
  │ │ └──[-] deprecated (9239:33)
  │ ├─┬locale
  │ │ ├──[🔀] type (9690:17)❌ 
  │ │ ├──[+] format (9691:19)❌ 
  │ │ ├──[+] description (9693:24)
  │ │ └──[+] example (9695:20)
  │ ├─┬mfa_enabled_at
  │ │ ├──[🔀] description (9596:24)
  │ │ └──[🔀] example (9599:20)
  │ ├─┬legal_accepted_at
  │ │ ├──[🔀] description (9628:24)
  │ │ └──[🔀] example (9630:20)
  │ ├─┬external_accounts
  │ │ ├──[-] example (9310:30)
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (9247:13)❌ 
  │ ├─┬public_metadata
  │ │ ├──[-] additionalProperties (9249:43)❌ 
  │ │ ├──[🔀] type (9514:17)❌ 
  │ │ ├──[+] nullable (9513:21)❌ 
  │ │ └──[🔀] example (9515:20)
  │ ├─┬has_image
  │ │ ├──[🔀] type (9522:17)❌ 
  │ │ ├──[+] nullable (9521:21)❌ 
  │ │ └──[🔀] example (9523:20)
  │ ├─┬last_active_at
  │ │ ├──[🔀] type (9536:17)❌ 
  │ │ ├──[-] format (9376:29)❌ 
  │ │ ├──[-] description (9378:34)
  │ │ ├──[-] nullable (9377:31)❌ 
  │ │ └──[🔀] example (9537:20)
  │ ├─┬totp_enabled
  │ │ ├──[🔀] type (9532:17)❌ 
  │ │ ├──[🔀] example (9534:20)
  │ │ └──[+] deprecated (9533:23)
  │ ├─┬last_name
  │ │ ├──[🔀] type (9683:17)❌ 
  │ │ ├──[+] format (9684:19)❌ 
  │ │ ├──[+] description (9686:24)
  │ │ └──[🔀] example (9688:20)
  │ ├─┬passkeys
  │ │ ├──[+] enum (9498:15)
  │ │ ├──[-] items (9278:25)❌ 
  │ │ ├──[🔀] type (9494:17)❌ 
  │ │ ├──[+] description (9495:24)
  │ │ └──[🔀] example (9499:20)
  │ ├─┬phone_numbers
  │ │ ├──[🔀] example (9573:20)
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (8872:13)❌ 
  │ ├─┬image_url
  │ │ └──[🔀] example (9492:20)
  │ ├─┬lockout_expires_in_seconds
  │ │ ├──[🔀] type (9637:17)❌ 
  │ │ ├──[-] format (9335:29)❌ 
  │ │ ├──[🔀] description (9638:24)
  │ │ ├──[-] nullable (9336:31)❌ 
  │ │ └──[🔀] example (9640:20)
  │ ├─┬verification_attempts_remaining
  │ │ ├──[+] additionalProperties (9552:33)❌ 
  │ │ ├──[🔀] type (9551:17)❌ 
  │ │ ├──[-] format (9342:29)❌ 
  │ │ ├──[-] description (9344:34)
  │ │ ├──[-] nullable (9343:31)❌ 
  │ │ └──[🔀] example (9553:20)
  │ ├─┬username
  │ │ ├──[🔀] type (9578:17)❌ 
  │ │ ├──[-] nullable (9223:31)❌ 
  │ │ └──[🔀] example (9579:20)
  │ ├─┬last_sign_in_at
  │ │ ├──[🔀] type (9526:17)❌ 
  │ │ ├──[-] format (9318:29)❌ 
  │ │ ├──[-] description (9320:34)
  │ │ └──[🔀] example (9527:20)
  │ ├─┬id
  │ │ ├──[🔀] type (9539:17)❌ 
  │ │ └──[🔀] example (9540:20)
  │ ├─┬primary_web3_wallet_id
  │ │ ├──[+] items (9562:13)❌ 
  │ │ ├──[🔀] type (9560:17)❌ 
  │ │ ├──[-] nullable (9219:31)❌ 
  │ │ └──[🔀] example (9563:20)
  │ ├─┬saml_accounts
  │ │ ├──[+] additionalProperties (9548:33)❌ 
  │ │ ├──[-] items (9314:25)❌ 
  │ │ ├──[🔀] type (9547:17)❌ 
  │ │ ├──[+] nullable (9546:21)❌ 
  │ │ └──[🔀] example (9549:20)
  │ ├─┬unsafe_metadata
  │ │ ├──[-] additionalProperties (9258:43)❌ 
  │ │ ├──[+] items (9614:13)❌ 
  │ │ ├──[🔀] type (9612:17)❌ 
  │ │ └──[🔀] example (9615:20)
  │ ├─┬private_metadata
  │ │ ├──[-] additionalProperties (9254:43)❌ 
  │ │ ├──[🔀] type (9506:17)❌ 
  │ │ └──[🔀] example (9507:20)
  │ ├─┬locked
  │ │ ├──[🔀] type (9530:17)❌ 
  │ │ ├──[-] description (9330:34)
  │ │ ├──[+] nullable (9529:21)❌ 
  │ │ └──[-] example (9332:30)
  │ ├─┬primary_email_address_id
  │ │ ├──[🔀] type (9575:17)❌ 
  │ │ ├──[-] nullable (9211:31)❌ 
  │ │ └──[🔀] example (9576:20)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (9581:17)❌ 
  │ │ ├──[-] format (9349:29)❌ 
  │ │ ├──[-] description (9350:34)
  │ │ └──[🔀] example (9582:20)
  │ ├─┬primary_phone_number_id
  │ │ ├──[🔀] type (9601:17)❌ 
  │ │ ├──[+] format (9602:19)❌ 
  │ │ ├──[+] description (9603:24)
  │ │ └──[-] example (9217:30)
  │ ├─┬mfa_disabled_at
  │ │ └──[🔀] description (9645:24)
  │ ├─┬two_factor_enabled
  │ │ ├──[+] additionalProperties (9543:33)❌ 
  │ │ ├──[🔀] type (9542:17)❌ 
  │ │ └──[🔀] example (9544:20)
  │ ├─┬password_enabled
  │ │ ├──[+] items (9623:13)❌ 
  │ │ ├──[🔀] type (9621:17)❌ 
  │ │ └──[-] example (9282:30)
  │ └─┬object
  │   ├──[-] enum (9204:27)❌ 
  │   ├──[🔀] type (9587:17)❌ 
  │   ├──[+] format (9588:19)❌ 
  │   ├──[🔀] description (9589:24)
  │   ├──[+] nullable (9591:21)❌ 
  │   └──[🔀] example (9592:20)
  ├─┬CommercePlan
  │ └─┬product_id
  │   └──[+] deprecated (9877:23)
  └─┬OrganizationInvitationWithPublicOrganizationData
    ├──[+] required (10408:11)❌ 
    └─┬ALLOF
      ├──[+] properties (10367:13)
      ├─┬private_metadata
      │ ├──[-] additionalProperties (10237:47)❌ 
      │ └──[🔀] type (10366:21)❌ 
      ├─┬updated_at
      │ ├──[🔀] type (10371:21)❌ 
      │ ├──[-] format (10252:33)❌ 
      │ └──[-] description (10253:38)
      ├─┬organization_id
      │ ├──[+] enum (10356:19)
      │ └──[+] description (10353:28)
      ├─┬url
      │ ├──[🔀] type (10391:21)❌ 
      │ ├──[+] format (10392:23)❌ 
      │ ├──[+] description (10393:28)
      │ └──[-] nullable (10240:35)❌ 
      ├─┬role
      │ ├──[+] additionalProperties (10374:37)❌ 
      │ └──[🔀] type (10373:21)❌ 
      └─┬object
        ├──[-] enum (10219:31)❌ 
        ├──[-] description (10216:38)
        └──[+] nullable (10369:25)❌ 
Document Element Total Changes Breaking Changes
paths 16 9
tags 1 1
components 166 100

PYTHON CHANGELOG

core: 5.23.9 - 2025-11-17

🐛 Bug Fixes

core: 5.23.8 - 2025-11-14

🐛 Bug Fixes

  • return type when 'sseFlatResponse: true' and response has data field (commit by @mfbx9da4)
  • improved type accuracy for response bodies - they now correctly return the actual type instead of being wrapped in Optional[] (commit by @mfbx9da4)

core: 5.23.7 - 2025-11-13

🐝 New Features

  • allow license to be defined in pyproject.toml's project field (commit by @walker-tx)

core: 5.23.6 - 2025-11-10

🐛 Bug Fixes

  • handle application/* encoding in multipart forms (commit by @danielkov)

Based on Speakeasy CLI 1.658.2

* `clerk.beta_features.update_instance_settings()`: 
  *  `request.enhanced_email_deliverability` **Removed** **Breaking** ⚠️
* `clerk.instance_settings.update()`: 
  *  `request.enhanced_email_deliverability` **Removed** **Breaking** ⚠️
* `clerk.users.bulk_unban()`:  `response.[]` **Changed**
* `clerk.organization_invitations.list_pending()`:  `response.data.[].inviter_id` **Added**
* `clerk.commerce.list_subscription_items()`: **Deleted** **Breaking** ⚠️
* `clerk.commerce.cancel_subscription_item()`: **Deleted** **Breaking** ⚠️
* `clerk.users.unlock()`:  `response` **Changed**
* `clerk.users.list()`:  `response.[]` **Changed**
* `clerk.users.create()`:  `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.commerce.list_plans()`: **Deleted** **Breaking** ⚠️
* `clerk.billing.list_plans()`: **Added**
* `clerk.sessions.create()`: 
  *  `request.active_organization_id` **Added**
* `clerk.users.set_profile_image()`:  `response` **Changed**
* `clerk.users.delete_profile_image()`:  `response` **Changed**
* `clerk.users.update_metadata()`:  `response` **Changed**
* `clerk.users.get_organization_invitations()`:  `response.data.[].inviter_id` **Added**
* `clerk.organization_invitations.get_all()`:  `response.data.[].inviter_id` **Added**
* `clerk.organization_invitations.create()`:  `response.inviter_id` **Added**
* `clerk.organization_invitations.list()`:  `response.data.[].inviter_id` **Added**
* `clerk.organization_invitations.bulk_create()`:  `response.data.[].inviter_id` **Added**
* `clerk.users.lock()`:  `response` **Changed**
* `clerk.organization_invitations.get()`:  `response.inviter_id` **Added**
* `clerk.organization_invitations.revoke()`:  `response.inviter_id` **Added**
* `clerk.billing.cancel_subscription_item()`: **Added**
* `clerk.billing.list_subscription_items()`: **Added**
@github-actions github-actions bot added the patch Patch version bump label Nov 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants