Skip to content

chore: 🐝 Update SDK - Generate 0.3.0#35

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1783044219
Open

chore: 🐝 Update SDK - Generate 0.3.0#35
github-actions[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1783044219

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 3, 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:

  • base_data_client.deletion_opt_out.data_subject_request_advertiser_data():
    • response.failed_lines[] Changed (Breaking ⚠️)
    • error.failed_lines[] Changed (Breaking ⚠️)
  • base_data_client.deletion_opt_out.data_subject_request_merchant_data():
    • response.failed_lines[] Changed (Breaking ⚠️)
    • error.failed_lines[] Changed (Breaking ⚠️)
  • base_data_client.deletion_opt_out.data_subject_request_third_party_data():
    • response.failed_lines[] Changed (Breaking ⚠️)
    • error.failed_lines[] Changed (Breaking ⚠️)
  • base_data_client.advertiser.ingest_advertiser_data():
    • response.failed_lines[].data_number Added
    • error.failed_lines[].data_number Added
  • base_data_client.third_party.ingest_third_party_data():
    • response.failed_lines[].data_number Added
    • error.failed_lines[].data_number Added

View full SDK changelog

OpenAPI Change Summary
└─┬Components
  ├─┬ThirdPartyDataServerResponseLine
  │ ├──[+] properties (1098:9)
  │ ├─┬ItemNumber
  │ │ └──[🔀] $ref (1053:9)❌ 
  │ ├─┬ErrorCode
  │ │ └──[🔀] $ref (1081:11)❌ 
  │ └─┬TDID
  │   └──[-] format (1075:19)❌ 
  ├─┬AdvertiserDataServerResponseLine
  │ ├──[+] properties (547:9)
  │ ├─┬ItemNumber
  │ │ └──[🔀] $ref (502:9)❌ 
  │ ├─┬ErrorCode
  │ │ └──[🔀] $ref (548:11)❌ 
  │ └─┬TDID
  │   └──[-] format (534:19)❌ 
  ├─┬AdvertiserDsrFailedLine
  │ ├──[+] properties (572:9)
  │ ├─┬ErrorCode
  │ │ └──[🔀] $ref (558:11)❌ 
  │ ├─┬ItemNumber
  │ │ └──[🔀] $ref (607:9)❌ 
  │ └─┬TDID
  │   └──[-] format (559:19)❌ 
  ├─┬MerchantDsrFailedLine
  │ ├──[+] properties (630:9)
  │ ├─┬ErrorCode
  │ │ └──[🔀] $ref (631:11)❌ 
  │ ├─┬ItemNumber
  │ │ └──[🔀] $ref (607:9)❌ 
  │ └─┬TDID
  │   └──[-] format (613:19)❌ 
  ├─┬DsrErrorCode
  │ └──[+] enum (609:11)
  └─┬ThirdPartyDsrFailedLine
    ├──[+] properties (1120:9)
    ├─┬ItemNumber
    │ └──[🔀] $ref (607:9)❌ 
    ├─┬TDID
    │ └──[-] format (1097:19)❌ 
    └─┬ErrorCode
      └──[🔀] $ref (1106:11)❌ 
Document Element Total Changes Breaking Changes
components 21 15

View full report

Linting Report 0 errors, 0 warnings, 1 hints

View full report

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)

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)

sdkHooks: 1.3.0 - 2026-06-22

🐝 New Features

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

Based on Speakeasy CLI 1.788.1

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the minor Minor version bump label Jul 3, 2026
@github-actions github-actions Bot requested a review from a team July 3, 2026 02:04
@github-actions github-actions Bot added the minor Minor version bump label Jul 3, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1783044219 branch from a048f4a to 08d59fa Compare July 4, 2026 02:02
* `base_data_client.deletion_opt_out.data_subject_request_advertiser_data()`: 
  *  `response.failed_lines[]` **Changed** (Breaking ⚠️)
  *  `error.failed_lines[]` **Changed** (Breaking ⚠️)
* `base_data_client.deletion_opt_out.data_subject_request_merchant_data()`: 
  *  `response.failed_lines[]` **Changed** (Breaking ⚠️)
  *  `error.failed_lines[]` **Changed** (Breaking ⚠️)
* `base_data_client.deletion_opt_out.data_subject_request_third_party_data()`: 
  *  `response.failed_lines[]` **Changed** (Breaking ⚠️)
  *  `error.failed_lines[]` **Changed** (Breaking ⚠️)
* `base_data_client.advertiser.ingest_advertiser_data()`: 
  *  `response.failed_lines[].data_number` **Added**
  *  `error.failed_lines[].data_number` **Added**
* `base_data_client.third_party.ingest_third_party_data()`: 
  *  `response.failed_lines[].data_number` **Added**
  *  `error.failed_lines[].data_number` **Added**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1783044219 branch from 08d59fa to 4f2b7ec Compare July 5, 2026 02:10
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