chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.4.0 - #50
Open
kombo-sdk-generator[bot] wants to merge 1 commit into
Open
chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.4.0#50kombo-sdk-generator[bot] wants to merge 1 commit into
kombo-sdk-generator[bot] wants to merge 1 commit into
Conversation
kombo-sdk-generator
Bot
force-pushed
the
speakeasy-sdk-regen-1786752925
branch
3 times, most recently
from
August 18, 2026 00:16
30b4966 to
56985bc
Compare
kombo-sdk-generator
Bot
force-pushed
the
speakeasy-sdk-regen-1786752925
branch
from
August 19, 2026 00:16
56985bc to
6bffd25
Compare
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, 199 hintsView full report
PYTHON CHANGELOG
core: 6.1.0 - 2026-08-13
🐝 New Features
core: 6.0.36 - 2026-08-12
🐝 New Features
errors: 3.4.5 - 2026-08-11
🐛 Bug Fixes
retries: 3.1.0 - 2026-08-13
🐝 New Features
unions: 3.1.9 - 2026-08-13
🐛 Bug Fixes
Based on Speakeasy CLI 1.795.0
Last updated by Speakeasy workflow
Note
Low Risk
Additive webhook types and generator-driven HTTP client/retry tweaks; no breaking API renames in this diff. Consumers only need to adopt new webhook handlers if they subscribe to issue events.
Overview
Python SDK v1.4.0 is a Speakeasy regen from an updated OpenAPI spec (Speakeasy 1.795.0 / gen 2.931.0).
The main API-facing addition is typed support for the
issue-status-changedwebhook: new Pydantic models (IssueStatusChangedWebhookPayload,Issue,Change, webhook-scopedIntegration, etc.),WebhookIssueStatusChangedWebhookPayloadRequestwithX-Kombo-Signature, matching docs, and exports fromkombo.models.Retry behavior in
kombo.utils.retriesnow uses_is_transport_errorso connection/timeout failures from httpx-compatible clients (including httpx2 via aliasing) follow the same retry path as native httpx errors. READMEs document httpx2 usage (alias_httpx()andpython.httpClientLibraryingen.yaml, set tohttpxfor this package).Package metadata is bumped to 1.4.0 (
pyproject.toml,_version.py,RELEASES.md, lockfiles).Reviewed by Cursor Bugbot for commit 6bffd25. Bugbot is set up for automated code reviews on this repo. Configure here.