Skip to content

chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.4.0 - #50

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

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

Conversation

@kombo-sdk-generator

@kombo-sdk-generator kombo-sdk-generator Bot commented Aug 15, 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.

OpenAPI Change Summary
├──[+] webhooks (36458:5)
├─┬Paths
│ ├─┬/ai-apply/postings/{posting_id}/inquire
│ │ └─┬POST
│ │   └──Responses
│ ├─┬/ai-apply/unified-api/jobs/{job_id}/applications
│ │ └─┬POST
│ │   └──Responses
│ ├─┬/ai-apply/job-feeds
│ │ ├─┬GET
│ │ │ └──Responses
│ │ └─┬POST
│ │   └──Responses
│ ├─┬/ai-apply/job-feeds/{job_feed_id}/bulk-import
│ │ └─┬POST
│ │   └──Responses
│ ├─┬/ai-apply/unified-api/jobs
│ │ └─┬GET
│ │   └──Responses
│ ├─┬/ai-apply/apply
│ │ └─┬POST
│ │   └──Responses
│ ├─┬/ai-apply/postings
│ │ ├─┬GET
│ │ │ └──Responses
│ │ └─┬POST
│ │   └──Responses
│ ├─┬/ai-apply/career-sites
│ │ ├─┬GET
│ │ │ └──Responses
│ │ └─┬POST
│ │   └──Responses
│ └─┬/ai-apply/applications
│   └─┬GET
│     └──Responses
└─┬Components
  └──[+] schemas (35532:7)
Document Element Total Changes Breaking Changes
paths 12 0
components 1 0

View full report

Linting Report 0 errors, 320 warnings, 199 hints

View full report

PYTHON CHANGELOG

core: 6.1.0 - 2026-08-13

🐝 New Features

  • support httpx2 (Pydantic's httpx fork) via the new httpClientLibrary gen.yaml option, and retry connection errors raised by API-compatible client libraries (commit by @AshGodfrey)

core: 6.0.36 - 2026-08-12

🐝 New Features

errors: 3.4.5 - 2026-08-11

🐛 Bug Fixes

  • prevent leaking JSONDecodeError for non-JSON response body under lenient error schema validation (commit by @2ynn)

retries: 3.1.0 - 2026-08-13

🐝 New Features

  • support httpx2 (Pydantic's httpx fork) via the new httpClientLibrary gen.yaml option, and retry connection errors raised by API-compatible client libraries (commit by @AshGodfrey)

unions: 3.1.9 - 2026-08-13

🐛 Bug Fixes

  • collapse primitive-only unions in path parameters instead of dropping the operation (commit by @AshGodfrey)

Based on Speakeasy CLI 1.795.0

Last updated by Speakeasy workflow


Note

Low Risk
Additive webhook types and generator-driven HTTP client/retry tweaks; no breaking API renames in this diff. Consumers only need to adopt new webhook handlers if they subscribe to issue events.

Overview
Python SDK v1.4.0 is a Speakeasy regen from an updated OpenAPI spec (Speakeasy 1.795.0 / gen 2.931.0).

The main API-facing addition is typed support for the issue-status-changed webhook: new Pydantic models (IssueStatusChangedWebhookPayload, Issue, Change, webhook-scoped Integration, etc.), WebhookIssueStatusChangedWebhookPayloadRequest with X-Kombo-Signature, matching docs, and exports from kombo.models.

Retry behavior in kombo.utils.retries now uses _is_transport_error so connection/timeout failures from httpx-compatible clients (including httpx2 via aliasing) follow the same retry path as native httpx errors. READMEs document httpx2 usage (alias_httpx() and python.httpClientLibrary in gen.yaml, set to httpx for this package).

Package metadata is bumped to 1.4.0 (pyproject.toml, _version.py, RELEASES.md, lockfiles).

Reviewed by Cursor Bugbot for commit 6bffd25. 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 Aug 15, 2026
@kombo-sdk-generator
kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1786752925 branch 3 times, most recently from 30b4966 to 56985bc Compare August 18, 2026 00:16
@kombo-sdk-generator kombo-sdk-generator Bot changed the title chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.3.8 chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.4.0 Aug 18, 2026
@kombo-sdk-generator kombo-sdk-generator Bot added minor Minor version bump and removed patch Patch version bump labels Aug 18, 2026
@kombo-sdk-generator
kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1786752925 branch from 56985bc to 6bffd25 Compare August 19, 2026 00:16
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