Skip to content

chore: 🐝 Update SDK - Generate 0.37.0#165

Merged
steven-tey merged 2 commits into
mainfrom
speakeasy-sdk-regen-1781486189
Jul 3, 2026
Merged

chore: 🐝 Update SDK - Generate 0.37.0#165
steven-tey merged 2 commits into
mainfrom
speakeasy-sdk-regen-1781486189

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 15, 2026

Copy link
Copy Markdown

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:

  • dub.partners.list(): response.[].default_payout_method.enum(tremendous) Added (Breaking ⚠️)
  • dub.partners.create(): response.default_payout_method.enum(tremendous) Added (Breaking ⚠️)
  • dub.payouts.list():
    • request.group_id Added
    • response.[] Changed (Breaking ⚠️)
  • dub.events.list(): response.[] Changed
  • dub.domains.check_status(): response.[].prices Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/links/bulk
│ │ ├─┬POST
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       └─┬Schema
│ │ │         ├─┬ref
│ │ │         │ └──[+] maxLength (1:33318)❌ 
│ │ │         ├─┬utm_campaign
│ │ │         │ └──[+] maxLength (1:32742)❌ 
│ │ │         ├─┬utm_content
│ │ │         │ └──[+] maxLength (1:33121)❌ 
│ │ │         ├─┬utm_source
│ │ │         │ └──[+] maxLength (1:32354)❌ 
│ │ │         ├─┬utm_medium
│ │ │         │ └──[+] maxLength (1:32545)❌ 
│ │ │         └─┬utm_term
│ │ │           └──[+] maxLength (1:32927)❌ 
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬data
│ │           ├─┬utm_content
│ │           │ └──[+] maxLength (1:40193)❌ 
│ │           ├─┬utm_term
│ │           │ └──[+] maxLength (1:39999)❌ 
│ │           ├─┬utm_source
│ │           │ └──[+] maxLength (1:39426)❌ 
│ │           ├─┬utm_medium
│ │           │ └──[+] maxLength (1:39617)❌ 
│ │           ├─┬utm_campaign
│ │           │ └──[+] maxLength (1:39814)❌ 
│ │           └─┬ref
│ │             └──[+] maxLength (1:40390)❌ 
│ ├─┬/partners
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬Schema
│ │ │           └─┬defaultPayoutMethod
│ │ │             └──[+] enum (1:200891)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬defaultPayoutMethod
│ │             └──[+] enum (1:184531)
│ ├─┬/events
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬Schema
│ │             ├─┬ONEOF
│ │             │ └─┬click
│ │             │   ├──[+] properties (1:89940)
│ │             │   └─┬url
│ │             │     └──[+] nullable (1:89957)❌ 
│ │             ├─┬ONEOF
│ │             │ └─┬click
│ │             │   ├──[+] properties (1:98510)
│ │             │   └─┬url
│ │             │     └──[+] nullable (1:98527)❌ 
│ │             └─┬ONEOF
│ │               └─┬click
│ │                 ├──[+] properties (1:116030)
│ │                 └─┬url
│ │                   └──[+] nullable (1:116047)❌ 
│ ├─┬/links
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬utm_campaign
│ │         │ └──[+] maxLength (1:5812)❌ 
│ │         ├─┬utm_content
│ │         │ └──[+] maxLength (1:6191)❌ 
│ │         ├─┬utm_term
│ │         │ └──[+] maxLength (1:5997)❌ 
│ │         ├─┬ref
│ │         │ └──[+] maxLength (1:6388)❌ 
│ │         ├─┬utm_source
│ │         │ └──[+] maxLength (1:5424)❌ 
│ │         └─┬utm_medium
│ │           └──[+] maxLength (1:5615)❌ 
│ ├─┬/payouts
│ │ └─┬GET
│ │   ├──[+] parameters (1:268359)❌ 
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬Schema
│ │             ├─┬method
│ │             │ └──[+] enum (1:270672)
│ │             └─┬partner
│ │               └─┬defaultPayoutMethod
│ │                 └──[+] enum (1:271436)
│ ├─┬/folders
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬accessLevel
│ │           ├──[🔀] description (1:126822)
│ │           └──[🔀] default (1:126800)❌ 
│ ├─┬/links/upsert
│ │ └─┬PUT
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬utm_content
│ │         │ └──[+] maxLength (1:49440)❌ 
│ │         ├─┬utm_medium
│ │         │ └──[+] maxLength (1:48864)❌ 
│ │         ├─┬ref
│ │         │ └──[+] maxLength (1:49637)❌ 
│ │         ├─┬utm_term
│ │         │ └──[+] maxLength (1:49246)❌ 
│ │         ├─┬utm_campaign
│ │         │ └──[+] maxLength (1:49061)❌ 
│ │         └─┬utm_source
│ │           └──[+] maxLength (1:48673)❌ 
│ ├─┬/links/{linkId}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬ref
│ │         │ └──[+] maxLength (1:24311)❌ 
│ │         ├─┬utm_term
│ │         │ └──[+] maxLength (1:23920)❌ 
│ │         ├─┬utm_campaign
│ │         │ └──[+] maxLength (1:23735)❌ 
│ │         ├─┬utm_source
│ │         │ └──[+] maxLength (1:23347)❌ 
│ │         ├─┬utm_content
│ │         │ └──[+] maxLength (1:24114)❌ 
│ │         └─┬utm_medium
│ │           └──[+] maxLength (1:23538)❌ 
│ └─┬/domains/status
│   └─┬GET
│     └─┬Responses
│       └─┬200
│         └─┬application/json
│           └─┬Schema
│             └─┬Schema
│               ├──[+] required (1:142641)❌ 
│               ├──[+] properties (1:142059)
│               └─┬price
│                 ├──[🔀] description (1:142526)
│                 └──[+] deprecated (1:142575)
└─┬Components
  ├─┬LeadCreatedEvent
  │ └─┬data
  │   └─┬click
  │     ├──[+] properties (1:312066)
  │     └─┬url
  │       └──[+] nullable (1:312083)❌ 
  ├─┬LinkClickedEvent
  │ └─┬data
  │   └─┬click
  │     ├──[+] properties (1:303324)
  │     └─┬url
  │       └──[+] nullable (1:303341)❌ 
  ├─┬SaleCreatedEvent
  │ └─┬data
  │   └─┬click
  │     ├──[+] properties (1:322009)
  │     └─┬url
  │       └──[+] nullable (1:322026)❌ 
  ├─┬PartnerEnrolledEvent
  │ └─┬data
  │   └─┬defaultPayoutMethod
  │     └──[+] enum (1:331573)
  └─┬FolderSchema
    └─┬accessLevel
      ├──[🔀] description (1:370907)
      └──[🔀] default (1:370885)❌ 
Document Element Total Changes Breaking Changes
paths 47 36
components 9 4

View full report

Linting Report 0 errors, 28 warnings, 23 hints

PYTHON CHANGELOG

core: 6.0.33 - 2026-06-26

🐛 Bug Fixes

core: 6.0.32 - 2026-06-26

🐛 Bug Fixes

  • cap pydantic dependency to <2.13 as a stopgap for nullable discriminated-union request fields being dropped during serialization (commit by @AshGodfrey)

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)

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.3.0 - 2026-06-22

🐝 New Features

  • expose operation tags and x- extensions on HookContext (commit by @AshGodfrey)

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.7 - 2026-06-25

🐛 Bug Fixes

  • resolve lenient response unions by declaration order and never raise on uncoercible values, returning them as-is (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.787.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Jun 15, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1781486189 branch 2 times, most recently from 132f9c8 to 4d3dbff Compare June 17, 2026 01:15
@github-actions github-actions Bot changed the title chore: 🐝 Update SDK - Generate 0.36.1 chore: 🐝 Update SDK - Generate 0.37.0 Jun 17, 2026
@github-actions github-actions Bot added minor Minor version bump and removed patch Patch version bump labels Jun 17, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1781486189 branch 8 times, most recently from ff9ff33 to 1c301ad Compare June 25, 2026 01:06
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1781486189 branch 6 times, most recently from e3440e1 to 8d2b6ef Compare July 1, 2026 01:11
* `dub.partners.list()`:  `response.[].default_payout_method.enum(tremendous)` **Added** (Breaking ⚠️)
* `dub.partners.create()`:  `response.default_payout_method.enum(tremendous)` **Added** (Breaking ⚠️)
* `dub.payouts.list()`: 
  *  `request.group_id` **Added**
  *  `response.[]` **Changed** (Breaking ⚠️)
* `dub.events.list()`:  `response.[]` **Changed**
* `dub.domains.check_status()`:  `response.[].prices` **Added**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1781486189 branch from ba04b5e to 7ed93b2 Compare July 2, 2026 01:06
@steven-tey steven-tey merged commit e95b917 into main Jul 3, 2026
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.

2 participants