Skip to content

Conversation

@github-actions
Copy link

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

SDK update

Versioning

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

Python SDK Changes:

  • clerk.users.create(): request.skip_user_requirement Added
OpenAPI Change Summary
└─┬Paths
  ├─┬/machines/{machine_id}/scopes
  │ └─┬POST
  │   └──[🔀] description (4339:20)
  ├─┬/machines
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬scoped_machines
  │           ├──[🔀] maxItems (4136:29)❌ 
  │           └──[🔀] description (4135:32)
  └─┬/users
    └─┬POST
      └─┬Requestbody
        └─┬application/json
          └─┬Schema
            ├──[+] properties (1655:17)
            ├─┬username
            │ ├──[+] additionalProperties (1638:41)❌ 
            │ ├──[🔀] type (1634:25)❌ 
            │ ├──[🔀] description (1635:32)
            │ ├──[-] nullable (1567:47)❌ 
            │ └──[🔀] example (1639:28)
            ├─┬web3_wallet
            │ ├──[-] items (1556:41)❌ 
            │ ├──[🔀] type (1563:25)❌ 
            │ ├──[🔀] description (1564:32)
            │ ├──[+] nullable (1567:29)❌ 
            │ └──[+] example (1568:28)
            ├─┬unsafe_metadata
            │ ├──[-] additionalProperties (1638:59)❌ 
            │ ├──[🔀] type (1604:25)❌ 
            │ ├──[🔀] description (1605:32)
            │ ├──[+] nullable (1611:29)❌ 
            │ └──[🔀] example (1612:28)
            └─┬totp_secret
              ├──[🔀] type (1656:25)❌ 
              ├──[🔀] description (1657:32)
              └──[-] example (1612:46)
Document Element Total Changes Breaking Changes
paths 22 11

PYTHON CHANGELOG

core: 5.23.15 - 2025-12-18

🐛 Bug Fixes

  • fixed escaping of template braces in defaults, consts, and comments (commit by @tristanspeakeasy)

core: 5.23.14 - 2025-12-09

🐝 New Features

  • add constFieldCasing config option to control const field casing (upper or normal) (commit by @mfbx9da4)

core: 5.23.12 - 2025-11-25

🐝 New Features

  • allow inclusion of empty array query parameter (commit by @idbentley)

core: 5.23.11 - 2025-11-24

🐝 New Features

  • union discriminators are inferred for oneOfs missing the explicit OpenAPI discriminator mapping. Configure via inferUnionDiscriminators: true in gen.yaml (commit by @mfbx9da4)

core: 5.23.10 - 2025-11-18

🐛 Bug Fixes

  • sanitize Python reserved keywords in method names to prevent syntax errors (commit by @AshGodfrey)

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

@github-actions github-actions bot added the patch Patch version bump label Dec 19, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1766103909 branch 5 times, most recently from 58dab4e to 4780655 Compare December 24, 2025 00:26
* `clerk.users.create()`:  `request.skip_user_requirement` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1766103909 branch from 41b8903 to 4780fa8 Compare December 25, 2025 00:26
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.

2 participants