Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Dec 3, 2025

SDK update

Versioning

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

Python SDK Changes:

  • clerk.oauth_access_tokens.verify(): response Changed Breaking ⚠️
  • clerk.users.get_organization_invitations(): response.data.[].public_inviter_data Added
  • clerk.organization_invitations.get_all(): response.data.[].public_inviter_data Added
  • clerk.organization_invitations.create(): response.public_inviter_data Added
  • clerk.organization_invitations.list(): response.data.[].public_inviter_data Added
  • clerk.organization_invitations.bulk_create(): response.data.[].public_inviter_data Added
  • clerk.organization_invitations.list_pending(): response.data.[].public_inviter_data Added
  • clerk.organization_invitations.get(): response.public_inviter_data Added
  • clerk.organization_invitations.revoke(): response.public_inviter_data Added
  • clerk.organization_memberships.create(): request Changed
OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (7174:3)
│ ├─┬/organizations/{organization_id}/memberships
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (5548:17)
│ │         ├──[+] properties (5543:17)
│ │         ├─┬user_id
│ │         │ ├──[+] additionalProperties (5546:41)❌ 
│ │         │ ├──[🔀] type (5544:25)❌ 
│ │         │ ├──[🔀] description (5545:32)
│ │         │ ├──[+] nullable (5547:29)❌ 
│ │         │ └──[-] example (5538:46)
│ │         └─┬role
│ │           ├──[+] additionalProperties (5551:41)❌ 
│ │           ├──[🔀] type (5549:25)❌ 
│ │           ├──[🔀] description (5550:32)
│ │           ├──[+] nullable (5552:29)❌ 
│ │           └──[-] example (5542:46)
│ └─┬/oauth_applications/access_tokens/verify
│   └─┬POST
│     └─┬Responses
│       └─┬200
│         └─┬application/json
│           └─┬Schema
│             ├──[-] additionalProperties (8365:55)❌ 
│             ├──[-] required (8362:39)❌ 
│             ├──[-] required (8363:39)❌ 
│             ├──[-] required (8364:39)❌ 
│             ├──[-] required (8356:39)❌ 
│             ├──[-] required (8358:39)❌ 
│             ├──[-] required (8361:39)❌ 
│             ├──[-] required (8354:39)❌ 
│             ├──[-] required (8355:39)❌ 
│             ├──[-] required (8357:39)❌ 
│             ├──[-] required (8359:39)❌ 
│             ├──[-] required (8360:39)❌ 
│             ├──[-] type (8308:39)❌ 
│             ├──[-] properties (8319:37)❌ 
│             ├──[-] properties (8347:37)❌ 
│             ├──[-] properties (8343:37)❌ 
│             ├──[-] properties (8340:37)❌ 
│             ├──[-] properties (8315:37)❌ 
│             ├──[-] properties (8310:37)❌ 
│             ├──[-] properties (8336:37)❌ 
│             ├──[-] properties (8333:37)❌ 
│             ├──[-] properties (8326:37)❌ 
│             ├──[-] properties (8322:37)❌ 
│             ├──[-] properties (8350:37)❌ 
│             ├──[+] anyOf (8320:21)
│             └──[+] anyOf (8378:21)
└─┬Components
  ├──[+] schemas (10820:7)
  ├─┬OrganizationInvitation
  │ ├──[+] required (11607:11)❌ 
  │ ├──[+] properties (11564:9)
  │ ├─┬url
  │ │ ├──[🔀] type (11591:17)❌ 
  │ │ ├──[+] format (11592:19)❌ 
  │ │ ├──[+] description (11593:24)
  │ │ ├──[-] nullable (11523:31)❌ 
  │ │ └──[+] example (11594:20)
  │ ├─┬role
  │ │ ├──[+] additionalProperties (11571:33)❌ 
  │ │ ├──[🔀] type (11570:17)❌ 
  │ │ └──[🔀] example (11572:20)
  │ ├─┬role_name
  │ │ └──[+] example (11555:20)
  │ ├─┬public_metadata
  │ │ └──[🔀] $ref (10820:20)❌ 
  │ ├─┬updated_at
  │ │ ├──[🔀] type (11567:17)❌ 
  │ │ ├──[-] format (11536:29)❌ 
  │ │ ├──[-] description (11537:34)
  │ │ └──[🔀] example (11568:20)
  │ └─┬status
  │   └──[-] example (11512:30)
  └─┬OrganizationInvitationWithPublicOrganizationData
    ├──[+] required (10931:11)❌ 
    └─┬ALLOF
      ├──[+] properties (10890:13)
      ├─┬url
      │ ├──[🔀] type (10913:21)❌ 
      │ ├──[+] format (10914:23)❌ 
      │ ├──[+] description (10915:28)
      │ └──[-] nullable (10849:35)❌ 
      ├─┬updated_at
      │ ├──[🔀] type (10893:21)❌ 
      │ ├──[-] format (10861:33)❌ 
      │ └──[-] description (10862:38)
      ├─┬role
      │ ├──[+] additionalProperties (10896:37)❌ 
      │ └──[🔀] type (10895:21)❌ 
      └─┬public_metadata
        └──[🔀] $ref (10820:20)❌ 
Document Element Total Changes Breaking Changes
paths 39 30
components 30 26

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.666.2

* `clerk.oauth_access_tokens.verify()`:  `response` **Changed** **Breaking** ⚠️
* `clerk.users.get_organization_invitations()`:  `response.data.[].public_inviter_data` **Added**
* `clerk.organization_invitations.get_all()`:  `response.data.[].public_inviter_data` **Added**
* `clerk.organization_invitations.create()`:  `response.public_inviter_data` **Added**
* `clerk.organization_invitations.list()`:  `response.data.[].public_inviter_data` **Added**
* `clerk.organization_invitations.bulk_create()`:  `response.data.[].public_inviter_data` **Added**
* `clerk.organization_invitations.list_pending()`:  `response.data.[].public_inviter_data` **Added**
* `clerk.organization_invitations.get()`:  `response.public_inviter_data` **Added**
* `clerk.organization_invitations.revoke()`:  `response.public_inviter_data` **Added**
* `clerk.organization_memberships.create()`:  `request` **Changed**
@github-actions github-actions bot added the patch Patch version bump label Dec 3, 2025
@tmilewski tmilewski merged commit 215e4eb into main Dec 3, 2025
4 checks passed
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