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
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.
d21ebe5 to
9254aaa
Compare
e325604 to
bc5ae4a
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**
bc5ae4a to
23ecc4c
Compare


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.34 - 2026-07-02
🐝 New Features
core: 6.0.33 - 2026-06-26
🐛 Bug Fixes
core: 6.0.32 - 2026-06-26
🐛 Bug Fixes
core: 6.0.31 - 2026-06-19
🐝 New Features
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.4 - 2026-06-22
🐛 Bug Fixes
errors: 3.4.3 - 2026-06-22
🐛 Bug Fixes
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.3.0 - 2026-06-22
🐝 New Features
sdkHooks: 1.2.2 - 2026-06-16
🐝 New Features
unions: 3.1.7 - 2026-06-25
🐛 Bug Fixes
unions: 3.1.6 - 2026-06-11
🐛 Bug Fixes
Based on Speakeasy CLI 1.788.1
Last updated by Speakeasy workflow
Note
Medium Risk
OpenAPI breaking type changes on existing Coveto
mandant/statusfields may affect strict callers; otherwise changes are mostly additive with broad generated surface-area churn.Overview
Speakeasy-regenerated release 1.3.0 bumps the package version and refreshes the SDK from an updated OpenAPI spec (CLI 1.788.1).
ATS (Coveto REST):
create_candidateandcreate_applicationgain optionalremote_fields.covetorest.candidate.aktiv("Ja"/"Nein") to control whether the candidate is created active in Coveto. Related Covetomandant/statusremote field typing in the spec was also adjusted (documented as breaking at the schema level).Connect & catalog:
IntegrationToolgrows new values (e.g.trackerrms,databites,pageup,adpdecidium,docebo,coursera). WebhookNameadds HRIS skill-related model identifiers. Passthrough docs list new integration entries.Generator/runtime behavior: List-style method parameters accept
Iterablein addition tolist; hook contexts include operationtagsandextensions;pydanticis capped at<2.13; gen config enableserrorSchemaValidationandresponseSchemaValidation.Reviewed by Cursor Bugbot for commit 23ecc4c. Bugbot is set up for automated code reviews on this repo. Configure here.