Skip to content

chore: 🐝 Update SDK - Generate OUTPOST-PYTHON 1.1.0#887

Merged
alexluong merged 1 commit into
mainfrom
speakeasy-sdk-regen-1777649342
May 1, 2026
Merged

chore: 🐝 Update SDK - Generate OUTPOST-PYTHON 1.1.0#887
alexluong merged 1 commit into
mainfrom
speakeasy-sdk-regen-1777649342

Conversation

@github-actions

@github-actions github-actions Bot commented May 1, 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.

Python SDK Changes:

  • outpost.destinations.create():
    • request.body.union(kafka) Added
    • response.union(kafka) Added (Breaking ⚠️)
  • outpost.destinations.disable(): response.union(kafka) Added (Breaking ⚠️)
  • outpost.events.list(): request Changed (Breaking ⚠️)
  • outpost.attempts.list():
    • request Changed (Breaking ⚠️)
    • response.models[].destination.union(kafka) Added (Breaking ⚠️)
  • outpost.attempts.get(): response.destination.union(kafka) Added (Breaking ⚠️)
  • outpost.destinations.list(): response.[].union(kafka) Added (Breaking ⚠️)
  • outpost.metrics.get_attempt_metrics(): request Changed (Breaking ⚠️)
  • outpost.destinations.update():
    • request.body.union(DestinationUpdateKafka) Added
    • response.union(Destination).union(kafka) Added (Breaking ⚠️)
  • outpost.metrics.get_event_metrics(): request Changed (Breaking ⚠️)
  • outpost.destinations.enable(): response.union(kafka) Added (Breaking ⚠️)
  • outpost.destinations.get(): response.union(kafka) Added (Breaking ⚠️)
  • outpost.destinations.list_attempts():
    • request Changed (Breaking ⚠️)
    • response.models[].destination.union(kafka) Added (Breaking ⚠️)
  • outpost.destinations.get_attempt(): response.destination.union(kafka) Added (Breaking ⚠️)
  • outpost.retry.retry(): Added
  • outpost.attempts.retry(): Removed (Breaking ⚠️)

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/metrics/attempts
│ │ └─┬GET
│ │   ├──[-] parameters (4393:17)❌ 
│ │   ├──[-] parameters (4385:17)❌ 
│ │   └──[+] parameters (4647:17)❌ 
│ ├─┬/tenants/{tenant_id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └──[+] example (2938:17)
│ │ └─┬PUT
│ │   ├─┬Responses
│ │   │ ├─┬200
│ │   │ │ └─┬application/json
│ │   │ │   └──[+] example (2897:17)
│ │   │ └─┬201
│ │   │   └─┬application/json
│ │   │     └──[+] example (2911:17)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └──[+] example (2887:15)
│ ├─┬/tenants
│ │ └─┬GET
│ │   ├──[🔀] description (2758:20)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[🔀] example (2817:17)
│ ├─┬/healthz
│ │ └─┬GET
│ │   └──[🔀] description (2556:20)
│ ├─┬/retry
│ │ └─┬POST
│ │   ├──[-] tags (3963:14)❌ 
│ │   ├──[+] tags (4216:14)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └──[+] example (4231:15)
│ ├─┬/tenants/{tenant_id}/destinations/{destination_id}/attempts
│ │ └─┬GET
│ │   ├──[-] parameters (3706:17)❌ 
│ │   ├──[-] parameters (3713:17)❌ 
│ │   ├──[-] parameters (3692:17)❌ 
│ │   ├──[-] parameters (3699:17)❌ 
│ │   ├──[+] parameters (3951:17)❌ 
│ │   └─┬Responses
│ │     └─┬200
│ │       └──application/json
│ ├─┬/events
│ │ └─┬GET
│ │   ├──[-] parameters (2746:17)❌ 
│ │   ├──[-] parameters (2753:17)❌ 
│ │   ├──[-] parameters (2767:17)❌ 
│ │   ├──[-] parameters (2760:17)❌ 
│ │   ├──[+] parameters (3029:17)❌ 
│ │   └─┬Responses
│ │     └─┬200
│ │       └──application/json
│ ├─┬/attempts
│ │ └─┬GET
│ │   ├──[-] parameters (2983:17)❌ 
│ │   ├──[-] parameters (3004:17)❌ 
│ │   ├──[-] parameters (2997:17)❌ 
│ │   ├──[-] parameters (2990:17)❌ 
│ │   ├──[+] parameters (3246:17)❌ 
│ │   └─┬Responses
│ │     └─┬200
│ │       └──application/json
│ ├─┬/tenants/{tenant_id}/destinations
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬201
│ │   │   └─┬application/json
│ │   │     └─┬WebhookCreatedExample
│ │   │       └──[+] summary (3663:28)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └──[+] examples (3648:17)
│ ├─┬/tenants/{tenant_id}/destinations/{destination_id}
│ │ └─┬PATCH
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬DestinationUpdatedExample
│ │   │       ├──[🔀] value (3763:21)
│ │   │       └──[🔀] summary (3761:28)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └──[+] examples (3746:17)
│ ├─┬/config
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └──[+] example (2709:17)
│ │ └─┬PATCH
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └──[+] example (2743:17)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └──[+] example (2733:15)
│ ├─┬/publish
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬202
│ │   │   └─┬application/json
│ │   │     └──[+] example (4160:17)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └──[+] example (4143:15)
│ └─┬/metrics/events
│   └─┬GET
│     ├──[-] parameters (4248:17)❌ 
│     ├──[-] parameters (4256:17)❌ 
│     └──[+] parameters (4504:17)❌ 
├─┬Tags
│ └──[🔀] description (2509:18)
├─┬Tags
│ └──[🔀] description (2527:18)
├─┬Tags
│ └──[🔀] description (2531:18)
├─┬Tags
│ └──[🔀] description (2512:18)
├─┬Tags
│ └──[🔀] description (2520:18)
├─┬Tags
│ └──[🔀] description (2534:18)
├─┬Tags
│ └──[🔀] description (2537:18)
├─┬Tags
│ └──[🔀] description (2546:18)
├─┬Tags
│ └──[+] Retry (2528:5)
└─┬Components
  ├──[+] schemas (471:7)
  ├──[+] schemas (498:7)
  ├──[+] schemas (1851:7)
  ├──[+] schemas (1128:7)
  ├──[+] schemas (1512:7)
  ├──[+] schemas (76:7)
  ├─┬DestinationCreateWebhook
  │ ├─┬id
  │ │ └──[🔀] description (1238:24)
  │ └─┬Extensions
  │   └──[+] x-docs-type (1233:20)
  ├─┬DestinationWebhook
  │ └─┬Extensions
  │   └──[+] x-docs-type (512:20)
  ├─┬DestinationCreateHookdeck
  │ ├─┬id
  │ │ └──[🔀] description (1344:24)
  │ └─┬Extensions
  │   └──[+] x-docs-type (1339:20)
  ├─┬DestinationCreateRabbitMQ
  │ ├─┬id
  │ │ └──[🔀] description (1309:24)
  │ └─┬Extensions
  │   └──[+] x-docs-type (1304:20)
  ├─┬DestinationCreateAWSKinesis
  │ ├─┬id
  │ │ └──[🔀] description (1378:24)
  │ └─┬Extensions
  │   └──[+] x-docs-type (1373:20)
  ├─┬Tenant
  │ └─┬metadata
  │   └──[+] example (119:20)
  ├─┬DestinationCreateAWSSQS
  │ ├─┬id
  │ │ └──[🔀] description (1274:24)
  │ └─┬Extensions
  │   └──[+] x-docs-type (1269:20)
  ├─┬DestinationUpdateWebhook
  │ └─┬Extensions
  │   └──[+] x-docs-type (1589:20)
  ├─┬DestinationUpdateAWSKinesis
  │ └─┬Extensions
  │   └──[+] x-docs-type (1720:20)
  ├─┬DestinationGCPPubSub
  │ └─┬Extensions
  │   └──[+] x-docs-type (1052:20)
  ├─┬DestinationAzureServiceBus
  │ └─┬Extensions
  │   └──[+] x-docs-type (899:20)
  ├─┬Destination
  │ ├──[+] oneOf (1128:7)
  │ ├──Discriminator
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (746:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (589:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (820:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (973:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (667:13)❌ 
  │ └─┬ONEOF
  │   └──[🔀] $ref (898:13)❌ 
  ├─┬DestinationUpdateAzureServiceBus
  │ └─┬Extensions
  │   └──[+] x-docs-type (1753:20)
  ├─┬DestinationUpdateAWSS3
  │ └─┬Extensions
  │   └──[+] x-docs-type (1786:20)
  ├─┬DestinationAWSS3
  │ └─┬Extensions
  │   └──[+] x-docs-type (974:20)
  ├─┬PublishRequest
  │ └─┬id
  │   └──[🔀] description (1903:24)
  ├─┬DestinationUpdate
  │ ├──[+] oneOf (1851:7)
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (1687:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (1621:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (1719:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (1785:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (1818:13)❌ 
  │ └─┬ONEOF
  │   └──[🔀] $ref (1654:13)❌ 
  ├─┬DestinationHookdeck
  │ └─┬Extensions
  │   └──[+] x-docs-type (747:20)
  ├─┬DestinationAWSSQS
  │ └─┬Extensions
  │   └──[+] x-docs-type (590:20)
  ├─┬DestinationAWSKinesis
  │ └─┬Extensions
  │   └──[+] x-docs-type (821:20)
  ├─┬DestinationUpdateHookdeck
  │ └─┬Extensions
  │   └──[+] x-docs-type (1688:20)
  ├─┬DestinationUpdateRabbitMQ
  │ └─┬Extensions
  │   └──[+] x-docs-type (1655:20)
  ├─┬DestinationCreateGCPPubSub
  │ ├─┬id
  │ │ └──[🔀] description (1483:24)
  │ └─┬Extensions
  │   └──[+] x-docs-type (1478:20)
  ├─┬DestinationCreateAzureServiceBus
  │ ├─┬id
  │ │ └──[🔀] description (1413:24)
  │ └─┬Extensions
  │   └──[+] x-docs-type (1408:20)
  ├─┬DestinationCreate
  │ ├──[+] oneOf (1512:7)
  │ ├──Discriminator
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (1338:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (1268:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (1372:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (1442:13)❌ 
  │ └─┬ONEOF
  │   └──[🔀] $ref (1303:13)❌ 
  ├─┬DestinationUpdateAWSSQS
  │ └─┬Extensions
  │   └──[+] x-docs-type (1622:20)
  ├─┬PublishResponse
  │ └─┬id
  │   └──[🔀] description (1945:24)
  ├─┬DestinationRabbitMQ
  │ └─┬Extensions
  │   └──[+] x-docs-type (668:20)
  ├─┬DestinationCreateAWSS3
  │ ├─┬id
  │ │ └──[🔀] description (1448:24)
  │ └─┬Extensions
  │   └──[+] x-docs-type (1443:20)
  ├─┬DestinationUpdateGCPPubSub
  │ └─┬Extensions
  │   └──[+] x-docs-type (1819:20)
  └─┬TenantUpsert
    └─┬metadata
      └──[🔀] description (138:24)
Document Element Total Changes Breaking Changes
components 64 17
paths 41 22
tags 9 0

View full report

Linting Report 0 errors, 1 warnings, 8 hints

View full report

PYTHON CHANGELOG

pagination: 3.0.10 - 2026-04-23

🐛 Bug Fixes

  • narrow nullable pagination params before arithmetic in next() closure (commit by @AshGodfrey)

unions: 3.1.5 - 2026-04-21

🐛 Bug Fixes

  • prevent pyright reportInvalidTypeForm error for TypeAliasType self-references (commit by @2ynn)

Based on Speakeasy CLI 1.761.10

* `outpost.destinations.create()`: 
  *  `request.body.union(kafka)` **Added**
  *  `response.union(kafka)` **Added** (Breaking ⚠️)
* `outpost.destinations.disable()`:  `response.union(kafka)` **Added** (Breaking ⚠️)
* `outpost.events.list()`:  `request` **Changed** (Breaking ⚠️)
* `outpost.attempts.list()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.models[].destination.union(kafka)` **Added** (Breaking ⚠️)
* `outpost.attempts.get()`:  `response.destination.union(kafka)` **Added** (Breaking ⚠️)
* `outpost.destinations.list()`:  `response.[].union(kafka)` **Added** (Breaking ⚠️)
* `outpost.metrics.get_attempt_metrics()`:  `request` **Changed** (Breaking ⚠️)
* `outpost.destinations.update()`: 
  *  `request.body.union(DestinationUpdateKafka)` **Added**
  *  `response.union(Destination).union(kafka)` **Added** (Breaking ⚠️)
* `outpost.metrics.get_event_metrics()`:  `request` **Changed** (Breaking ⚠️)
* `outpost.destinations.enable()`:  `response.union(kafka)` **Added** (Breaking ⚠️)
* `outpost.destinations.get()`:  `response.union(kafka)` **Added** (Breaking ⚠️)
* `outpost.destinations.list_attempts()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.models[].destination.union(kafka)` **Added** (Breaking ⚠️)
* `outpost.destinations.get_attempt()`:  `response.destination.union(kafka)` **Added** (Breaking ⚠️)
* `outpost.retry.retry()`: **Added**
* `outpost.attempts.retry()`: **Removed** (Breaking ⚠️)
@github-actions github-actions Bot added the minor Minor version bump label May 1, 2026
@alexluong alexluong merged commit 88c2fcc into main May 1, 2026
1 check passed
@alexluong alexluong deleted the speakeasy-sdk-regen-1777649342 branch May 1, 2026 15:43
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