Skip to content

chore: 🐝 Update SDK - Generate 0.37.1#166

Merged
steven-tey merged 2 commits into
mainfrom
speakeasy-sdk-regen-1783211695
Jul 5, 2026
Merged

chore: 🐝 Update SDK - Generate 0.37.1#166
steven-tey merged 2 commits into
mainfrom
speakeasy-sdk-regen-1783211695

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (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.track.lead():
    • request.event_quantity Changed (Breaking ⚠️)

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/events
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬Schema
│ │             ├─┬ONEOF
│ │             │ └─┬link
│ │             │   └─┬webhookIds
│ │             │     ├──[🔀] description (1:96609)
│ │             │     └──[+] deprecated (1:96860)
│ │             ├─┬ONEOF
│ │             │ └─┬link
│ │             │   └─┬webhookIds
│ │             │     ├──[🔀] description (1:105369)
│ │             │     └──[+] deprecated (1:105620)
│ │             └─┬ONEOF
│ │               └─┬link
│ │                 └─┬webhookIds
│ │                   ├──[🔀] description (1:116180)
│ │                   └──[+] deprecated (1:116431)
│ ├─┬/links
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬webhookIds
│ │           ├──[🔀] description (1:7463)
│ │           └──[+] deprecated (1:7714)
│ ├─┬/links/bulk
│ │ ├─┬POST
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       └─┬Schema
│ │ │         └─┬webhookIds
│ │ │           ├──[🔀] description (1:34687)
│ │ │           └──[+] deprecated (1:34938)
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬data
│ │           └─┬webhookIds
│ │             ├──[🔀] description (1:41906)
│ │             └──[+] deprecated (1:42157)
│ ├─┬/links/{linkId}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬webhookIds
│ │           ├──[🔀] description (1:25533)
│ │           └──[+] deprecated (1:25784)
│ ├─┬/track/lead
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬eventQuantity
│ │           ├──[+] exclusiveMinimum (1:146688)❌ 
│ │           ├──[🔀] type (1:146659)❌ 
│ │           └──[+] maximum (1:146703)❌ 
│ └─┬/links/upsert
│   └─┬PUT
│     └─┬Requestbody
│       └─┬application/json
│         └─┬Schema
│           └─┬webhookIds
│             ├──[🔀] description (1:51300)
│             └──[+] deprecated (1:51551)
└─┬Components
  ├─┬LinkClickedEvent
  │ └─┬data
  │   └─┬link
  │     └─┬webhookIds
  │       ├──[🔀] description (1:310728)
  │       └──[+] deprecated (1:310979)
  ├─┬LeadCreatedEvent
  │ └─┬data
  │   └─┬link
  │     └─┬webhookIds
  │       ├──[🔀] description (1:319660)
  │       └──[+] deprecated (1:319911)
  ├─┬LinkSchema
  │ └─┬webhookIds
  │   ├──[🔀] description (1:371997)
  │   └──[+] deprecated (1:372248)
  ├─┬LinkWebhookEvent
  │ └─┬data
  │   └─┬webhookIds
  │     ├──[🔀] description (1:303462)
  │     └──[+] deprecated (1:303713)
  └─┬SaleCreatedEvent
    └─┬data
      └─┬link
        └─┬webhookIds
          ├──[🔀] description (1:329793)
          └──[+] deprecated (1:330044)
Document Element Total Changes Breaking Changes
paths 19 3
components 10 0

View full report

Linting Report 0 errors, 29 warnings, 23 hints

PYTHON CHANGELOG

core: 6.0.34 - 2026-07-02

🐝 New Features

  • omit gen.lock checksums under versioningStrategy manual and persistentEdits never to prevent merge conflicts (commit by @ThomasRooney)

Based on Speakeasy CLI 1.788.1

Last updated by Speakeasy workflow

* `dub.track.lead()`: 
  *  `request.event_quantity` **Changed** (Breaking ⚠️)
@github-actions github-actions Bot added the patch Patch version bump label Jul 5, 2026
@steven-tey
steven-tey merged commit 2312984 into main Jul 5, 2026
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.

2 participants