Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 22, 2026

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Python SDK Changes:

  • unstructured_client.destinations.create_destination():
    • request.create_destination_connector Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • unstructured_client.destinations.get_destination(): response Changed Breaking ⚠️
  • unstructured_client.destinations.list_destinations():
    • request.destination_type Changed
    • response.[] Changed Breaking ⚠️
  • unstructured_client.destinations.update_destination():
    • request.update_destination_connector.config.union(TeradataDestinationConnectorConfigInput) Added
    • response Changed Breaking ⚠️
  • unstructured_client.sources.create_source():
    • request.create_source_connector Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • unstructured_client.sources.get_source(): response Changed Breaking ⚠️
  • unstructured_client.sources.list_sources():
    • request.source_type Changed
    • response.[] Changed Breaking ⚠️
  • unstructured_client.sources.update_source():
    • request.update_source_connector.config.union(TeradataSourceConnectorConfigInput) Added
    • response Changed Breaking ⚠️

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (18:16)
└─┬Components
  ├──[➕] schemas (7465:45)
  ├──[➕] schemas (7269:45)
  ├──[➕] schemas (7332:50)
  ├──[➕] schemas (7395:40)
  ├─┬SourceConnectorInformation
  │ ├─┬type
  │ │ └──[🔀] $ref (7009:19)❌ 
  │ └─┬config
  │   ├──[➕] anyOf (7088:15)
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (7396:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (4360:17)❌ 
  │   └─┬ANYOF
  │     └──[🔀] $ref (8104:17)❌ 
  ├─┬DestinationConnectorInformation
  │ ├─┬config
  │ │ ├──[➕] anyOf (3822:15)
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (7270:17)❌ 
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (7854:17)❌ 
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (4217:17)❌ 
  │ └─┬type
  │   └──[🔀] $ref (3737:19)❌ 
  ├─┬DestinationConnectorType
  │ └──[➕] enum (3882:11)
  ├─┬UpdateDestinationConnector
  │ └─┬config
  │   ├──[➕] anyOf (7612:15)
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (7333:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (7883:17)❌ 
  │   └─┬ANYOF
  │     └──[🔀] $ref (4285:17)❌ 
  ├─┬CreateDestinationConnector
  │ ├─┬type
  │ │ └──[🔀] $ref (3033:19)❌ 
  │ └─┬config
  │   ├──[➕] anyOf (3118:15)
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (7333:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (7883:17)❌ 
  │   └─┬ANYOF
  │     └──[🔀] $ref (4285:17)❌ 
  ├─┬UpdateSourceConnector
  │ └─┬config
  │   ├──[➕] anyOf (7696:15)
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (7466:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (4480:17)❌ 
  │   └─┬ANYOF
  │     └──[🔀] $ref (8151:17)❌ 
  ├─┬CreateSourceConnector
  │ ├─┬config
  │ │ ├──[➕] anyOf (3219:15)
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (7466:17)❌ 
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (4480:17)❌ 
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (8151:17)❌ 
  │ └─┬type
  │   └──[🔀] $ref (3140:19)❌ 
  ├─┬SharePointSourceConnectorConfigInput
  │ └─┬site
  │   └──[🔀] pattern (6638:24)❌ 
  └─┬SourceConnectorType
    └──[➕] enum (7146:11)
Document Element Total Changes Breaking Changes
info 1 0
components 35 23
Linting Report 0 errors, 18 warnings, 2 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.601.0

@github-actions github-actions bot added the patch Patch version bump label Jan 22, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769040835 branch 7 times, most recently from ce726e6 to f33f500 Compare January 29, 2026 00:16
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769040835 branch from f33f500 to 64da948 Compare January 30, 2026 00:17
* `unstructured_client.destinations.create_destination()`: 
  *  `request.create_destination_connector` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `unstructured_client.destinations.get_destination()`:  `response` **Changed** **Breaking** ⚠️
* `unstructured_client.destinations.list_destinations()`: 
  *  `request.destination_type` **Changed**
  *  `response.[]` **Changed** **Breaking** ⚠️
* `unstructured_client.destinations.update_destination()`: 
  *  `request.update_destination_connector.config.union(TeradataDestinationConnectorConfigInput)` **Added**
  *  `response` **Changed** **Breaking** ⚠️
* `unstructured_client.sources.create_source()`: 
  *  `request.create_source_connector` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `unstructured_client.sources.get_source()`:  `response` **Changed** **Breaking** ⚠️
* `unstructured_client.sources.list_sources()`: 
  *  `request.source_type` **Changed**
  *  `response.[]` **Changed** **Breaking** ⚠️
* `unstructured_client.sources.update_source()`: 
  *  `request.update_source_connector.config.union(TeradataSourceConnectorConfigInput)` **Added**
  *  `response` **Changed** **Breaking** ⚠️
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769040835 branch from 64da948 to 1e636bb Compare January 31, 2026 00:16
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.

1 participant