Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Jan 7, 2026

SDK update

OpenAPI Change Summary
└─┬Components
  ├─┬SavedJobExecutor
  │ └─┬schedule
  │   └─┬run
  │     └─┬ALLOF
  │       ├─┬maxTaskSize
  │       │ └──[🔀] description (11337:36)
  │       └─┬minTaskSize
  │         └──[🔀] description (11327:36)
  ├─┬RunnableJobScheduledSearch
  │ └─┬schedule
  │   └─┬run
  │     ├─┬ALLOF
  │     │ ├─┬minTaskSize
  │     │ │ └──[🔀] description (57131:36)
  │     │ └─┬maxTaskSize
  │     │   └──[🔀] description (57141:36)
  │     └─┬ALLOF
  │       ├─┬maxTaskSize
  │       │ └──[🔀] description (57141:36)
  │       └─┬minTaskSize
  │         └──[🔀] description (57131:36)
  ├─┬InputWiz
  │ └─┬contentConfig
  │   └──[🔀] default (28746:13)❌ 
  ├─┬SavedJobScheduledSearch
  │ └─┬schedule
  │   └─┬run
  │     └─┬ALLOF
  │       ├─┬maxTaskSize
  │       │ └──[🔀] description (11533:36)
  │       └─┬minTaskSize
  │         └──[🔀] description (11523:36)
  ├─┬RunnableJobCollection
  │ ├─┬run
  │ │ ├─┬maxTaskSize
  │ │ │ └──[🔀] description (56535:28)
  │ │ └─┬minTaskSize
  │ │   └──[🔀] description (56525:28)
  │ └─┬schedule
  │   └─┬run
  │     ├─┬ALLOF
  │     │ ├─┬minTaskSize
  │     │ │ └──[🔀] description (56322:36)
  │     │ └─┬maxTaskSize
  │     │   └──[🔀] description (56332:36)
  │     └─┬ALLOF
  │       ├─┬minTaskSize
  │       │ └──[🔀] description (56322:36)
  │       └─┬maxTaskSize
  │         └──[🔀] description (56332:36)
  ├─┬SavedJobCollection
  │ └─┬schedule
  │   └─┬run
  │     └─┬ALLOF
  │       ├─┬minTaskSize
  │       │ └──[🔀] description (11046:36)
  │       └─┬maxTaskSize
  │         └──[🔀] description (11056:36)
  └─┬RunnableJobExecutor
    └─┬schedule
      └─┬run
        ├─┬ALLOF
        │ ├─┬maxTaskSize
        │ │ └──[🔀] description (56828:36)
        │ └─┬minTaskSize
        │   └──[🔀] description (56818:36)
        └─┬ALLOF
          ├─┬minTaskSize
          │ └──[🔀] description (56818:36)
          └─┬maxTaskSize
            └──[🔀] description (56828:36)
Document Element Total Changes Breaking Changes
components 21 1

PYTHON CHANGELOG

core: 5.23.16 - 2025-12-19

🐛 Bug Fixes

  • remove non-determinism from rare interaction with readonly/writeonly fields (commit by @ThomasRooney)

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)

openEnums: 1.0.2 - 2025-12-19

🐝 New Features

  • prefer literal types vs open enum fallback (commit by @danielkov)

Based on Speakeasy CLI 1.682.0

@github-actions github-actions bot added the custom A custom version was applied label Jan 7, 2026
@github-actions github-actions bot requested a review from a team as a code owner January 7, 2026 08:49
@michalbiesek michalbiesek merged commit 55debe4 into dev Jan 7, 2026
3 checks passed
@michalbiesek michalbiesek deleted the speakeasy-sdk-regen-dev-1767775521 branch January 7, 2026 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

custom A custom version was applied

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants