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.
ba98801 to
a4a333e
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**
a4a333e to
58ad8ee
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.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.2.2 - 2026-06-16
🐝 New Features
unions: 3.1.6 - 2026-06-11
🐛 Bug Fixes
Based on Speakeasy CLI 1.785.0
Last updated by Speakeasy workflow
Note
Medium Risk
OpenAPI reports breaking component changes on Coveto
covetorest.candidate(mandant/statustyping) alongside newaktiv; callers using those remote fields or strict typing should verify payloads. Otherwise this is mostly additive enum/docs and generated signature widening.Overview
Release 1.3.0 bumps the package (
pyproject.toml,_version.py) and refreshes Speakeasy lock/workflow metadata (CLI 1.785.0, gen 2.912.1). Generator config now enableserrorSchemaValidationandresponseSchemaValidation, plusinputTypedDictSuffix: TypedDict.API-facing changes: Coveto remote fields gain optional
aktiv("Ja"/"Nein") onremote_fields.covetorest.candidateforcreate_candidateandcreate_application(new models/docs).IntegrationToolgrowspageup,adpdecidium, anddocebo; passthrough README/SDK docstrings add matching integrations and rename DATEV LAUDS to DATEV Lohnaustauschdatenservice, plus a Workday custom-report passthrough entry.Client ergonomics (generated): many list parameters and body collections accept
Iterableinstead ofList, withutils.unmarshalat request build time; passthroughheaders/params/api_optionsacceptMapping.Reviewed by Cursor Bugbot for commit 58ad8ee. Bugbot is set up for automated code reviews on this repo. Configure here.