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 (7332:50)
  ├──[➕] schemas (7395:40)
  ├──[➕] schemas (7269:45)
  ├─┬SourceConnectorType
  │ └──[➕] enum (7146:11)
  ├─┬DestinationConnectorInformation
  │ ├─┬type
  │ │ └──[🔀] $ref (3737:19)❌ 
  │ └─┬config
  │   ├──[➕] anyOf (3822:15)
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (7270:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (7854:17)❌ 
  │   └─┬ANYOF
  │     └──[🔀] $ref (4217:17)❌ 
  ├─┬SourceConnectorInformation
  │ ├─┬config
  │ │ ├──[➕] anyOf (7088:15)
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (7396:17)❌ 
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (4360:17)❌ 
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (8104:17)❌ 
  │ └─┬type
  │   └──[🔀] $ref (7009:19)❌ 
  ├─┬SharePointSourceConnectorConfigInput
  │ └─┬site
  │   └──[🔀] pattern (6638:24)❌ 
  ├─┬CreateDestinationConnector
  │ ├─┬config
  │ │ ├──[➕] anyOf (3118:15)
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (7333:17)❌ 
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (7883:17)❌ 
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (4285:17)❌ 
  │ └─┬type
  │   └──[🔀] $ref (3033:19)❌ 
  ├─┬CreateSourceConnector
  │ ├─┬type
  │ │ └──[🔀] $ref (3140:19)❌ 
  │ └─┬config
  │   ├──[➕] anyOf (3219:15)
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (7466:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (4480:17)❌ 
  │   └─┬ANYOF
  │     └──[🔀] $ref (8151:17)❌ 
  ├─┬UpdateDestinationConnector
  │ └─┬config
  │   ├──[➕] anyOf (7612:15)
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (7333:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (7883:17)❌ 
  │   └─┬ANYOF
  │     └──[🔀] $ref (4285:17)❌ 
  ├─┬DestinationConnectorType
  │ └──[➕] enum (3882:11)
  └─┬UpdateSourceConnector
    └─┬config
      ├──[➕] anyOf (7696:15)
      ├─┬ANYOF
      │ └──[🔀] $ref (7466:17)❌ 
      ├─┬ANYOF
      │ └──[🔀] $ref (4480:17)❌ 
      └─┬ANYOF
        └──[🔀] $ref (8151:17)❌ 
Document Element Total Changes Breaking Changes
info 1 0
components 35 23

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 4 times, most recently from ed08067 to b4fa148 Compare January 26, 2026 00:15
* `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 b4fa148 to 993e857 Compare January 27, 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.

2 participants