chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.1.2#38
Open
kombo-sdk-generator[bot] wants to merge 1 commit intomainfrom
Open
chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.1.2#38kombo-sdk-generator[bot] wants to merge 1 commit intomainfrom
kombo-sdk-generator[bot] wants to merge 1 commit intomainfrom
Conversation
c739c16 to
06a6cd5
Compare
bf52b0a to
42d1d93
Compare
42d1d93 to
e55dda2
Compare
* `kombo.general.create_setup_link()`: **Added** * `kombo.connect.create_connection_link()`: `request.integration_tool` **Changed**
e55dda2 to
690de49
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: [patch] - 🤖 (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.
Python SDK Changes:
kombo.general.create_setup_link(): Addedkombo.connect.create_connection_link():request.integration_toolChangedView full SDK changelog
OpenAPI Change Summary
View full report
Linting Report
0 errors, 320 warnings, 190 hintsView full report
PYTHON CHANGELOG
errors: 3.3.6 - 2026-03-24
🐛 Bug Fixes
pagination: 3.0.10 - 2026-04-23
🐛 Bug Fixes
retries: 3.0.5 - 2026-04-15
🐛 Bug Fixes
unions: 3.1.5 - 2026-04-21
🐛 Bug Fixes
Based on Speakeasy CLI 1.761.11
Last updated by Speakeasy workflow
Note
Medium Risk
Mostly generated SDK/doc updates, but it adds a new endpoint and changes the
create_connection_linkrequest shape (integration_tooltyping/enum), which could be a small breaking change for callers.Overview
Bumps the generated Python SDK to
v1.1.2and refreshes generator lockfiles/dependencies.Adds a new General operation
create_setup_link()/create_setup_link_async()forPOST /integrations/{integration_id}/setup-link, including new request/response models and documentation.Updates
connect.create_connection_link()to use the updatedintegration_tooltype/enum in the request body, and regenerates various docs to reflect updated parameter descriptions and method counts.Reviewed by Cursor Bugbot for commit 690de49. Bugbot is set up for automated code reviews on this repo. Configure here.