chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.1.0#36
Merged
Conversation
maakle
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SDK update
Versioning
Version Bump Type: [minor] - 🤖 (automated)
Tip
If updates to your OpenAPI document introduce breaking changes, be sure to update the
info.versionfield to trigger the correct version bump.Speakeasy supports manual control of SDK versioning through multiple methods.
OpenAPI Change Summary
View full report
Linting Report
0 errors, 320 warnings, 190 hintsView full report
PYTHON CHANGELOG
operationTimeout: 0.3.1 - 2026-03-23
🐛 Bug Fixes
Based on Speakeasy CLI 1.761.5
Last updated by Speakeasy workflow
Note
Medium Risk
Updates the generated client to apply a default 5-minute timeout on several POST operations when no SDK or per-call timeout is configured, which can change request behavior for existing users. Remaining changes are version/lockfile bumps from regenerating with a newer Speakeasy CLI.
Overview
Bumps the Python package to
1.1.0(including_version.py,pyproject.toml,uv.lock, and release metadata) and refreshes Speakeasy generation locks/workflow to CLI1.761.5.Applies a new per-operation timeout behavior by defaulting
timeout_msto300000(5 minutes) in multiple generated POST methods (e.g., inats,connect,general, andhris) when neither the per-call value norsdk_configuration.timeout_msis set.Reviewed by Cursor Bugbot for commit b11cae2. Bugbot is set up for automated code reviews on this repo. Configure here.