chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.0.2#31
Open
kombo-sdk-generator[bot] wants to merge 1 commit intomainfrom
Open
chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.0.2#31kombo-sdk-generator[bot] wants to merge 1 commit intomainfrom
kombo-sdk-generator[bot] wants to merge 1 commit intomainfrom
Conversation
5ac11b9 to
8689d98
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.
| server: Optional[str] = None, | ||
| server_url: Optional[str] = None, | ||
| url_params: Optional[Dict[str, str]] = None, | ||
| server_url: Optional[str] = None, |
There was a problem hiding this comment.
Constructor parameter reorder breaks positional callers and mismatches docstring
Medium Severity
The Kombo.__init__ parameter order swapped server_url and url_params compared to the previous version. Any caller passing these as positional arguments would silently pass a URL string as url_params (expecting Dict[str, str]) and vice versa. The docstring still lists server_url before url_params, contradicting the actual signature. This is a breaking API change in a patch version bump.
Additional Locations (1)
6cbabe8 to
5586fa5
Compare
5586fa5 to
08cb5b6
Compare
* `kombo.ats.get_roles()`: **Added** * `kombo.ats.add_application_note()`: * `request.remote_fields.lever` **Added** * `kombo.ats.get_jobs()`: `response.data.results[].hiring_team[].job_roles` **Added** * `kombo.ats.get_users()`: `response.data.results[].system_roles` **Added** * `kombo.assessment.update_order_result()`: * `request.remote_fields.recruitee` **Added** * `kombo.connect.create_connection_link()`: * `request.integration_tool.enum(digitalrecruiters)` **Added**
08cb5b6 to
e5b9f7b
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.ats.get_roles(): Addedkombo.ats.add_application_note():request.remote_fields.leverAddedkombo.ats.get_jobs():response.data.results[].hiring_team[].job_rolesAddedkombo.ats.get_users():response.data.results[].system_rolesAddedkombo.assessment.update_order_result():request.remote_fields.recruiteeAddedkombo.connect.create_connection_link():request.integration_tool.enum(digitalrecruiters)AddedView full SDK changelog
OpenAPI Change Summary
View full report
Linting Report
0 errors, 315 warnings, 185 hintsView full report
PYTHON CHANGELOG
core: 6.0.16 - 2026-03-04
🐛 Bug Fixes
core: 6.0.15 - 2026-02-27
🐛 Bug Fixes
core: 6.0.14 - 2026-02-27
🐛 Bug Fixes
enumUnions: 0.1.1 - 2026-03-06
🐛 Bug Fixes
globalServerURLs: 3.2.1 - 2026-02-27
🐛 Bug Fixes
Based on Speakeasy CLI 1.750.0
Note
Medium Risk
Large auto-generated surface-area change with model/schema updates that may be breaking for consumers relying on prior typing/requiredness, though the functional logic is mostly standard SDK regeneration.
Overview
Bumps the generated Python SDK from
1.0.1to1.0.2using a newer Speakeasy generator, updating the lockfiles and regenerated docs/models.Adds a new ATS endpoint wrapper
kombo.ats.get_roles()(sync + async) and corresponding models.Extends existing ATS models:
get_jobs()responses now includehiring_team[].job_roles,get_users()responses includesystem_roles, andadd_application_note()gainsremote_fields.lever. Also extendsassessment.update_order_result()withremote_fields.recruiteeandconnect.create_connection_link()with an additionalintegration_toolenum value.Written by Cursor Bugbot for commit e5b9f7b. This will update automatically on new commits. Configure here.