chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.0.4#33
Open
kombo-sdk-generator[bot] wants to merge 1 commit intomainfrom
Open
chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.0.4#33kombo-sdk-generator[bot] wants to merge 1 commit intomainfrom
kombo-sdk-generator[bot] wants to merge 1 commit intomainfrom
Conversation
4454c20 to
b318456
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
ca2f0fd to
606c42f
Compare
* `kombo.assessment.get_assessment_orders()`: **Added** * `kombo.assessment.get_open_orders()`: **Removed** (Breaking⚠️ ) * `kombo.hris.get_absences()`: `response.data.results[]` **Changed** * `kombo.hris.create_absence()`: `response.data` **Changed** * `kombo.hris.delete_absence()`: `response.data` **Changed** * `kombo.connect.create_connection_link()`: `request.integration_tool` **Changed**
606c42f to
a9b0519
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)
Python SDK Changes:
kombo.assessment.get_assessment_orders(): Addedkombo.assessment.get_open_orders(): Removed (Breakingkombo.hris.get_absences():response.data.results[]Changedkombo.hris.create_absence():response.dataChangedkombo.hris.delete_absence():response.dataChangedkombo.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
core: 6.0.21 - 2026-03-27
🐛 Bug Fixes
globalSecurity: 3.0.7 - 2026-03-25
🐛 Bug Fixes
globalSecurity: 3.0.6 - 2026-03-24
🐛 Bug Fixes
pagination: 3.0.9 - 2026-03-31
🐛 Bug Fixes
Based on Speakeasy CLI 1.761.1
Note
Medium Risk
Medium risk because it removes
kombo.assessment.get_open_orders()(breaking API change) and updates multiple request/response models for HRIS absences and Connect link creation, which can impact downstream integrations.Overview
Updates the generated Python SDK to v1.0.4 (Speakeasy regen), including updated lockfiles, release notes, and published docs.
Adds
kombo.assessment.get_assessment_orders()(with new filters likeids,statuses,created_after) and removeskombo.assessment.get_open_orders()(breaking).Updates HRIS absence payloads/response models to include
remote_created_at/remote_updated_atin returned absence data, and adjustsconnect.create_connection_link()typing/validation forintegration_tool(enum-backed).Reviewed by Cursor Bugbot for commit a9b0519. Bugbot is set up for automated code reviews on this repo. Configure here.