Skip to content

chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.0.2#31

Open
kombo-sdk-generator[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1772152303
Open

chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.0.2#31
kombo-sdk-generator[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1772152303

Conversation

@kombo-sdk-generator
Copy link
Contributor

@kombo-sdk-generator kombo-sdk-generator bot commented Feb 27, 2026

SDK update

Versioning

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

Python SDK Changes:

  • kombo.assessment.update_order_result():
    • request.remote_fields.recruitee Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ └─┬/passthrough/{tool}/{api}
│   └─┬POST
│     └──[🔀] description (94:20)
└─┬Components
  └─┬PutAssessmentOrdersAssessmentOrderIdResultRequestBody
    └─┬remote_fields
      ├──[+] properties (27278:13)
      └─┬smartrecruiters
        ├──[+] properties (27281:17)
        └──[-] properties (26902:17)❌ 
Document Element Total Changes Breaking Changes
paths 1 0
components 3 1

View full report

Linting Report 0 errors, 310 warnings, 183 hints

View full report

PYTHON CHANGELOG

core: 6.0.15 - 2026-02-27

🐛 Bug Fixes

  • make serverURL optional when operations define their own servers (commit by @danielkov)

core: 6.0.14 - 2026-02-27

🐛 Bug Fixes

  • derive installation URL from repo URL for monorepo subdirectory support (commit by @bradcypert)

globalServerURLs: 3.2.1 - 2026-02-27

🐛 Bug Fixes

  • don't show global server URL in examples when operation has its own servers (commit by @tristanspeakeasy)

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.recruitee object on assessment.update_order_result request 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. PutAssessmentOrdersAssessmentOrderIDResultRequestBodyRemoteFields now supports recruitee (new PutAssessmentOrdersAssessmentOrderIDResultRequestBodyRecruitee model with optional subtitle), and exports/docs are updated accordingly.

Docs tweak for passthrough integrations. Marks workable/v1 as deprecated in the general passthrough table and adds a workable/v3 entry.

Written by Cursor Bugbot for commit 67d06ae. This will update automatically on new commits. Configure here.

@kombo-sdk-generator kombo-sdk-generator bot added the patch Patch version bump label Feb 27, 2026
@kombo-sdk-generator kombo-sdk-generator bot force-pushed the speakeasy-sdk-regen-1772152303 branch from 5ac11b9 to 8689d98 Compare February 28, 2026 00:28
Copy link

@cursor cursor bot left a comment

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 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,
Copy link

Choose a reason for hiding this comment

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

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)

Fix in Cursor Fix in Web

@kombo-sdk-generator kombo-sdk-generator bot force-pushed the speakeasy-sdk-regen-1772152303 branch from 8689d98 to bc5f623 Compare March 1, 2026 00:35
* `kombo.assessment.update_order_result()`: 
  *  `request.remote_fields.recruitee` **Added**
@kombo-sdk-generator kombo-sdk-generator bot force-pushed the speakeasy-sdk-regen-1772152303 branch from bc5f623 to 67d06ae Compare March 2, 2026 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant