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)
8689d98 to
bc5f623
Compare
* `kombo.assessment.update_order_result()`: * `request.remote_fields.recruitee` **Added**
bc5f623 to
67d06ae
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.update_order_result():request.remote_fields.recruiteeAddedView full SDK changelog
OpenAPI Change Summary
View full report
Linting Report
0 errors, 310 warnings, 183 hintsView full report
PYTHON CHANGELOG
core: 6.0.15 - 2026-02-27
🐛 Bug Fixes
core: 6.0.14 - 2026-02-27
🐛 Bug Fixes
globalServerURLs: 3.2.1 - 2026-02-27
🐛 Bug Fixes
Based on Speakeasy CLI 1.736.3
Note
Low Risk
Low risk patch release with mostly additive, generated changes; primary behavior change is an additional optional
remote_fields.recruiteeobject onassessment.update_order_resultrequest serialization.Overview
SDK v1.0.2 regeneration (Speakeasy CLI/core update). Bumps package/version metadata (
pyproject.toml,_version.py, Speakeasy lockfiles) and updates generated checksums.Adds new optional Recruitee passthrough fields for assessment results.
PutAssessmentOrdersAssessmentOrderIDResultRequestBodyRemoteFieldsnow supportsrecruitee(newPutAssessmentOrdersAssessmentOrderIDResultRequestBodyRecruiteemodel with optionalsubtitle), and exports/docs are updated accordingly.Docs tweak for passthrough integrations. Marks
workable/v1as deprecated in the general passthrough table and adds aworkable/v3entry.Written by Cursor Bugbot for commit 67d06ae. This will update automatically on new commits. Configure here.