chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.3.0#41
chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.3.0#41kombo-sdk-generator[bot] wants to merge 1 commit into
Conversation
1b2c361 to
e9851a9
Compare
e9851a9 to
d8f9ced
Compare
3593714 to
069bcff
Compare
* `kombo.ats.create_candidate()`: * `request.remote_fields.covetorest.candidate.aktiv` **Added** * `kombo.ats.create_application()`: * `request.remote_fields.covetorest.candidate.aktiv` **Added** * `kombo.connect.create_connection_link()`: `request.integration_tool` **Changed**
069bcff to
2c8c2a4
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 2c8c2a4. Configure here.
|
|
||
| @model_serializer(mode="wrap") | ||
| def serialize_model(self, handler): | ||
| optional_fields = set(["mandant", "status"]) |
There was a problem hiding this comment.
Coveto mandant type mismatch
Medium Severity
This release’s OpenAPI update marks a breaking change on remote_fields.covetorest.candidate.mandant, but the regenerated Coveto candidate models still type mandant as Optional[float]. Callers following the SDK may send numeric JSON while the updated API contract expects the new mandant shape, leading to rejected or mis-handled create candidate/application requests when mandant is set.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 2c8c2a4. Configure here.


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.
Python SDK Changes:
kombo.ats.create_candidate():request.remote_fields.covetorest.candidate.aktivAddedkombo.ats.create_application():request.remote_fields.covetorest.candidate.aktivAddedkombo.connect.create_connection_link():request.integration_toolChangedView full SDK changelog
OpenAPI Change Summary
View full report
Linting Report
0 errors, 300 warnings, 194 hintsView full report
PYTHON CHANGELOG
core: 6.0.30 - 2026-06-12
🐛 Bug Fixes
core: 6.0.28 - 2026-06-10
🐛 Bug Fixes
core: 6.0.27 - 2026-06-08
🐛 Bug Fixes
core: 6.0.26 - 2026-06-05
🐝 New Features
core: 6.0.25 - 2026-06-05
🐝 New Features
errors: 3.4.2 - 2026-06-18
🐝 New Features
errors: 3.4.1 - 2026-06-17
🐝 New Features
errors: 3.4.0 - 2026-06-15
🐝 New Features
methodArguments: 1.1.1 - 2026-06-09
🐝 New Features
retries: 3.0.7 - 2026-06-17
🐝 New Features
retries: 3.0.6 - 2026-05-27
🐝 New Features
sdkHooks: 1.2.2 - 2026-06-16
🐝 New Features
unions: 3.1.6 - 2026-06-11
🐛 Bug Fixes
Based on Speakeasy CLI 1.784.0
Last updated by Speakeasy workflow
Note
Low Risk
Changes are mostly additive optional API fields and generated-client ergonomics; stricter response/error schema validation could surface new validation errors at runtime for malformed API payloads.
Overview
Bumps the generated Kombo Python SDK to v1.3.0 (Speakeasy 1.784.0 / gen 2.911.0) and refreshes lockfiles,
pyproject.toml, and release notes for PyPI 1.3.0.ATS Coveto remote fields:
create_candidateandcreate_applicationgain optionalremote_fields.covetorest.candidate.aktiv("Ja"/"Nein") to control whether Coveto creates the candidate as active; related Covetomandant/statusmodel shapes are regenerated to match the updated OpenAPI.Connect & integrations:
IntegrationTool/create_connection_linkpicks up new tool values (e.g.pageup,docebo). Passthrough docs add Docebo, PageUp, Workday custom-report, and relabel DATEV LAUDS as DATEV Lohnaustauschdatenservice.Generator behavior: Speakeasy enables
responseSchemaValidationanderrorSchemaValidation, and many list parameters now acceptIterable(with internal coercion to lists) across ATS, assessment, HRIS, and passthrough helpers—additive for typicallistcallers.Reviewed by Cursor Bugbot for commit 2c8c2a4. Bugbot is set up for automated code reviews on this repo. Configure here.