chore: 🐝 Update SDK - Generate 0.37.0 by github-actions[bot] · Pull Request #165 · dubinc/dub-python · GitHub
Skip to content

chore: 🐝 Update SDK - Generate 0.37.0#165

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1781486189
Open

chore: 🐝 Update SDK - Generate 0.37.0#165
github-actions[bot] wants to merge 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 ⚠️)

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/partners
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬Schema
│ │ │           └─┬defaultPayoutMethod
│ │ │             └──[+] enum (1:199617)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬defaultPayoutMethod
│ │             └──[+] enum (1:183257)
│ └─┬/payouts
│   └─┬GET
│     ├──[+] parameters (1:267085)❌ 
│     └─┬Responses
│       └─┬200
│         └─┬application/json
│           └─┬Schema
│             └─┬Schema
│               ├─┬partner
│               │ └─┬defaultPayoutMethod
│               │   └──[+] enum (1:270162)
│               └─┬method
│                 └──[+] enum (1:269398)
└─┬Components
  └─┬PartnerEnrolledEvent
    └─┬data
      └─┬defaultPayoutMethod
        └──[+] enum (1:330182)
Document Element Total Changes Breaking Changes
paths 5 1
components 1 0

View full report

Linting Report 0 errors, 28 warnings, 23 hints

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)

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

@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
* `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 ⚠️)
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1781486189 branch from 0bf7c77 to 46d2ff7 Compare June 26, 2026 01:09
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