Skip to content

chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.3.0#41

Open
kombo-sdk-generator[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1780966318
Open

chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.3.0#41
kombo-sdk-generator[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1780966318

Conversation

@kombo-sdk-generator

@kombo-sdk-generator kombo-sdk-generator Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field 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.aktiv Added
  • kombo.ats.create_application():
    • request.remote_fields.covetorest.candidate.aktiv Added
  • kombo.connect.create_connection_link(): request.integration_tool Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ └─┬/passthrough/{tool}/{api}
│   └─┬POST
│     └──[🔀] description (95:20)
└─┬Components
  ├─┬PostAtsCandidatesRequestBody
  │ └─┬remote_fields
  │   └─┬ALLOF
  │     └─┬covetorest
  │       └─┬candidate
  │         ├──[+] properties (22162:25)
  │         ├─┬mandant
  │         │ ├──[+] enum (22165:31)
  │         │ ├──[+] enum (22166:31)
  │         │ ├──[🔀] type (22163:33)❌ 
  │         │ ├──[-] minimum (21792:36)❌ 
  │         │ ├──[-] format (21791:35)❌ 
  │         │ └──[🔀] description (22167:40)
  │         └─┬status
  │           ├──[🔀] type (22154:33)❌ 
  │           ├──[+] minimum (22156:36)❌ 
  │           ├──[🔀] format (22155:35)❌ 
  │           └──[🔀] description (22157:40)
  ├─┬PostAiApplyUnifiedApiJobsJobIdApplicationsRequestBody
  │ └─┬remote_fields
  │   └─┬ALLOF
  │     └─┬covetorest
  │       └─┬candidate
  │         ├──[+] properties (31940:25)
  │         ├─┬mandant
  │         │ ├──[+] enum (31943:31)
  │         │ ├──[+] enum (31944:31)
  │         │ ├──[🔀] type (31941:33)❌ 
  │         │ ├──[-] minimum (31558:36)❌ 
  │         │ ├──[-] format (31557:35)❌ 
  │         │ └──[🔀] description (31945:40)
  │         └─┬status
  │           ├──[🔀] type (31932:33)❌ 
  │           ├──[+] minimum (31934:36)❌ 
  │           ├──[🔀] format (31933:35)❌ 
  │           └──[🔀] description (31935:40)
  ├─┬PostAtsJobsJobIdApplicationsRequestBody
  │ └─┬remote_fields
  │   └─┬ALLOF
  │     └─┬covetorest
  │       └─┬candidate
  │         ├──[+] properties (25403:25)
  │         ├─┬status
  │         │ ├──[🔀] type (25395:33)❌ 
  │         │ ├──[+] minimum (25397:36)❌ 
  │         │ ├──[🔀] format (25396:35)❌ 
  │         │ └──[🔀] description (25398:40)
  │         └─┬mandant
  │           ├──[+] enum (25406:31)
  │           ├──[+] enum (25407:31)
  │           ├──[🔀] type (25404:33)❌ 
  │           ├──[-] minimum (25027:36)❌ 
  │           ├──[-] format (25026:35)❌ 
  │           └──[🔀] description (25408:40)
  └─┬PostConnectCreateLinkRequestBody
    └─┬integration_tool
      ├──[+] enum (32317:15)
      ├──[+] enum (32313:15)
      └──[+] enum (32396:15)
Document Element Total Changes Breaking Changes
paths 1 0
components 36 36

View full report

Linting Report 0 errors, 300 warnings, 194 hints

View full report

PYTHON CHANGELOG

core: 6.0.31 - 2026-06-19

🐝 New Features

  • splice Pydantic validators from .speakeasy/addons/model_validator/ into generated model classes (commit by @2ynn)

core: 6.0.30 - 2026-06-12

🐛 Bug Fixes

  • base64 file inputs no longer drain seekable streams during repeated validation, preventing empty payloads when pydantic retries union members (commit by @ThomasRooney)

core: 6.0.28 - 2026-06-10

🐛 Bug Fixes

core: 6.0.27 - 2026-06-08

🐛 Bug Fixes

  • lazy-loaded sub-SDKs now use relative imports when imports.relative is enabled (commit by @2ynn)

core: 6.0.26 - 2026-06-05

🐝 New Features

  • add typed event-stream parsing to raw response helpers (commit by @2ynn)

core: 6.0.25 - 2026-06-05

🐝 New Features

  • add support for relative import paths (commit by @2ynn)

errors: 3.4.4 - 2026-06-22

🐛 Bug Fixes

  • wrap mid-stream SSE decode errors as ResponseValidationError instead of raw pydantic.ValidationError (commit by @2ynn)

errors: 3.4.3 - 2026-06-22

🐛 Bug Fixes

  • raise error responses eagerly in raw/streaming response helpers instead of deferring to .parse() (commit by @2ynn)

errors: 3.4.2 - 2026-06-18

🐝 New Features

  • add support for lenient response validation mode (commit by @2ynn)

errors: 3.4.1 - 2026-06-17

🐝 New Features

  • allow disabling response validation errors on success responses (commit by @2ynn)

errors: 3.4.0 - 2026-06-15

🐝 New Features

  • add errorSchemaValidation config flag to opt out of error-body schema validation (commit by @2ynn)

methodArguments: 1.1.1 - 2026-06-09

🐝 New Features

  • add configurable suffix for input TypedDict companions (commit by @2ynn)

retries: 3.0.7 - 2026-06-17

🐝 New Features

  • support runtime jitter and status codes override in retry configuration (commit by @2ynn)

retries: 3.0.6 - 2026-05-27

🐝 New Features

sdkHooks: 1.2.2 - 2026-06-16

🐝 New Features

  • add ParseErrorHook and response_mode on HookContext when rawResponseHelpers is enabled (commit by @2ynn)

unions: 3.1.6 - 2026-06-11

🐛 Bug Fixes

  • fall back to the Unknown variant when a known open-union discriminator payload fails validation, instead of raising (commit by @ThomasRooney)

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/status typing) alongside new aktiv; 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 enables errorSchemaValidation and responseSchemaValidation, plus inputTypedDictSuffix: TypedDict.

API-facing changes: Coveto remote fields gain optional aktiv ("Ja" / "Nein") on remote_fields.covetorest.candidate for create_candidate and create_application (new models/docs). IntegrationTool grows pageup, adpdecidium, and docebo; 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 Iterable instead of List, with utils.unmarshal at request build time; passthrough headers/params/api_options accept Mapping.

Reviewed by Cursor Bugbot for commit 58ad8ee. Bugbot is set up for automated code reviews on this repo. Configure here.

@kombo-sdk-generator kombo-sdk-generator Bot added the patch Patch version bump label Jun 9, 2026
@kombo-sdk-generator kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1780966318 branch 7 times, most recently from 1b2c361 to e9851a9 Compare June 16, 2026 01:07
@kombo-sdk-generator kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1780966318 branch from e9851a9 to d8f9ced Compare June 17, 2026 01:01
@kombo-sdk-generator kombo-sdk-generator Bot changed the title chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.2.1 chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.3.0 Jun 17, 2026
@kombo-sdk-generator kombo-sdk-generator Bot added minor Minor version bump and removed patch Patch version bump labels Jun 17, 2026
@kombo-sdk-generator kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1780966318 branch 4 times, most recently from 069bcff to 2c8c2a4 Compare June 21, 2026 01:02

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ 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"])

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 2c8c2a4. Configure here.

@kombo-sdk-generator kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1780966318 branch 2 times, most recently from ba98801 to a4a333e Compare June 23, 2026 00:54
* `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**
@kombo-sdk-generator kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1780966318 branch from a4a333e to 58ad8ee Compare June 24, 2026 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant