Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 4, 2026

SDK update

Versioning

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

Python SDK Changes:

  • unstructured_client.sources.create_source():
    • request.create_source_connector Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.destinations.create_destination():
    • request.create_destination_connector Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.sources.update_source():
    • request.update_source_connector.config Changed
    • response Changed (Breaking ⚠️)
    • error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.sources.list_sources():
    • request.source_type Changed
    • response.[] Changed (Breaking ⚠️)
    • error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.destinations.get_destination():
    • response Changed (Breaking ⚠️)
    • error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.destinations.list_destinations():
    • request.destination_type Changed
    • response.[] Changed (Breaking ⚠️)
    • error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.destinations.update_destination():
    • request.update_destination_connector.config Changed
    • response Changed (Breaking ⚠️)
    • error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.sources.get_source():
    • response Changed (Breaking ⚠️)
    • error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.sources.create_connection_check_sources(): error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.destinations.get_connection_check_destinations(): error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.jobs.get_job(): error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.jobs.get_job_details(): error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.jobs.get_job_failed_files(): error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.jobs.list_jobs(): error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.destinations.create_connection_check_destinations(): error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.jobs.create_job(): error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.sources.delete_source(): error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.sources.get_connection_check_sources(): error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.jobs.cancel_job(): error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.jobs.download_job_output(): error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.destinations.delete_destination(): error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.templates.get_template(): error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.templates.list_templates(): error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.workflows.create_workflow(): error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.workflows.delete_workflow(): error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.workflows.get_workflow(): error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.workflows.list_workflows(): error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.workflows.run_workflow(): error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.workflows.update_workflow(): error.detail.union(Array<ValidationError>)[] Changed
  • unstructured_client.general.partition(): error.detail.union(Array<ValidationError>)[] Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (18:16)
└─┬Components
  ├──[➕] schemas (7548:45)
  ├──[➕] schemas (7352:45)
  ├──[➕] schemas (7415:50)
  ├──[➕] schemas (7478:40)
  ├─┬EncryptionType
  │ └──[➕] enum (3993:11)
  ├─┬CreateDestinationConnector
  │ ├─┬config
  │ │ ├──[➕] anyOf (3118:15)
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (7416:17)❌ 
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (7973:17)❌ 
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (4318:17)❌ 
  │ └─┬type
  │   └──[🔀] $ref (3033:19)❌ 
  ├─┬GoogleDriveSourceConnectorConfig
  │ ├──[➖] required (1:55657)❌ 
  │ ├──[➕] properties (4119:11)
  │ ├─┬recursive
  │ │ ├──[➖] type (1:55552)❌ 
  │ │ ├──[🔀] title (4131:22)
  │ │ ├──[➕] anyOf (6632:26)
  │ │ ├──[➕] anyOf (4124:15)
  │ │ └──[➕] anyOf (4127:15)
  │ └─┬service_account_key
  │   └──[➕] anyOf (4113:15)
  ├─┬MilvusDestinationConnectorConfig
  │ ├──[➕] properties (5112:11)
  │ ├──[➕] properties (5107:11)
  │ ├─┬user
  │ │ └──[🔀] title (5075:22)
  │ ├─┬password
  │ │ ├──[🔀] title (5124:22)
  │ │ └─┬ANYOF
  │ │   ├──[➕] items (5116:26)❌ 
  │ │   └──[🔀] type (5115:25)❌ 
  │ ├─┬uri
  │ │ └──[🔀] title (5105:22)
  │ ├─┬record_id_key
  │ │ ├──[🔀] type (5108:21)❌ 
  │ │ ├──[🔀] title (5109:22)
  │ │ └──[➕] default (5110:24)❌ 
  │ └─┬token
  │   └──[🔀] title (5086:22)
  ├─┬SharePointSourceConnectorConfigInput
  │ ├──[➖] required (1:88515)❌ 
  │ ├─┬user_pname
  │ │ ├──[➖] type (1:88136)❌ 
  │ │ ├──[➕] anyOf (6728:15)
  │ │ └──[➕] anyOf (6731:15)
  │ └─┬site
  │   └──[🔀] pattern (6715:24)❌ 
  ├─┬ValidationError
  │ ├──[➕] properties (7931:11)
  │ ├──[➕] properties (7928:11)
  │ ├─┬type
  │ │ ├──[➕] items (7908:22)❌ 
  │ │ ├──[🔀] type (7907:21)❌ 
  │ │ └──[🔀] title (7918:22)
  │ ├─┬loc
  │ │ ├──[➖] items (1:100867)❌ 
  │ │ ├──[🔀] type (7932:21)❌ 
  │ │ └──[🔀] title (7933:22)
  │ └─┬msg
  │   ├──[➖] type (1:100959)❌ 
  │   └──[🔀] title (7929:22)
  ├─┬SharePointSourceConnectorConfig
  │ ├──[➖] required (1:87677)❌ 
  │ └─┬user_pname
  │   ├──[➖] type (1:87321)❌ 
  │   ├──[➕] anyOf (6667:15)
  │   └──[➕] anyOf (6670:15)
  ├─┬UpdateSourceConnector
  │ └─┬config
  │   ├──[➕] anyOf (7779:15)
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (7549:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (4513:17)❌ 
  │   └─┬ANYOF
  │     └──[🔀] $ref (8241:17)❌ 
  ├─┬UpdateDestinationConnector
  │ └─┬config
  │   ├──[➕] anyOf (7695:15)
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (7416:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (7973:17)❌ 
  │   └─┬ANYOF
  │     └──[🔀] $ref (4318:17)❌ 
  ├─┬CreateSourceConnector
  │ ├─┬config
  │ │ ├──[➕] anyOf (3219:15)
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (7549:17)❌ 
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (4513:17)❌ 
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (8241:17)❌ 
  │ └─┬type
  │   └──[🔀] $ref (3140:19)❌ 
  ├─┬DestinationConnectorType
  │ └──[➕] enum (3882:11)
  ├─┬DestinationConnectorInformation
  │ ├─┬config
  │ │ ├──[➕] anyOf (3822:15)
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (7353:17)❌ 
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (7944:17)❌ 
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (4250:17)❌ 
  │ └─┬type
  │   └──[🔀] $ref (3737:19)❌ 
  ├─┬GoogleDriveSourceConnectorConfigInput
  │ ├──[➖] required (1:56226)❌ 
  │ ├──[➕] properties (4179:11)
  │ ├─┬service_account_key
  │ │ └──[➕] anyOf (4173:15)
  │ └─┬recursive
  │   ├──[➖] type (1:56099)❌ 
  │   ├──[🔀] title (4191:22)
  │   ├──[➖] default (1:56143)❌ 
  │   ├──[➕] anyOf (6632:26)
  │   ├──[➕] anyOf (4184:15)
  │   └──[➕] anyOf (4187:15)
  ├─┬SourceConnectorInformation
  │ ├─┬config
  │ │ ├──[➕] anyOf (7171:15)
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (7479:17)❌ 
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (4393:17)❌ 
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (8194:17)❌ 
  │ └─┬type
  │   └──[🔀] $ref (7092:19)❌ 
  ├─┬MilvusDestinationConnectorConfigInput
  │ ├──[➕] properties (5199:11)
  │ ├──[➕] properties (5194:11)
  │ ├─┬record_id_key
  │ │ ├──[🔀] type (5195:21)❌ 
  │ │ ├──[🔀] title (5196:22)
  │ │ └──[➕] default (5197:24)❌ 
  │ ├─┬user
  │ │ └──[🔀] title (5162:22)
  │ ├─┬password
  │ │ ├──[🔀] title (5211:22)
  │ │ └─┬ANYOF
  │ │   ├──[➕] items (5203:26)❌ 
  │ │   └──[🔀] type (5202:25)❌ 
  │ ├─┬token
  │ │ └──[🔀] title (5173:22)
  │ └─┬uri
  │   ├──[🔀] title (5192:22)
  │   └──[➖] pattern (1:67382)❌ 
  └─┬SourceConnectorType
    └──[➕] enum (7229:11)
Document Element Total Changes Breaking Changes
info 1 0
components 94 46
Linting Report 0 errors, 17 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 Feb 4, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1770164039 branch 7 times, most recently from 3bff6b8 to 1573bbc Compare February 11, 2026 00:22
* `unstructured_client.sources.create_source()`: 
  *  `request.create_source_connector` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.destinations.create_destination()`: 
  *  `request.create_destination_connector` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.sources.update_source()`: 
  *  `request.update_source_connector.config` **Changed**
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.sources.list_sources()`: 
  *  `request.source_type` **Changed**
  *  `response.[]` **Changed** (Breaking ⚠️)
  *  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.destinations.get_destination()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.destinations.list_destinations()`: 
  *  `request.destination_type` **Changed**
  *  `response.[]` **Changed** (Breaking ⚠️)
  *  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.destinations.update_destination()`: 
  *  `request.update_destination_connector.config` **Changed**
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.sources.get_source()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.sources.create_connection_check_sources()`:  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.destinations.get_connection_check_destinations()`:  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.jobs.get_job()`:  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.jobs.get_job_details()`:  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.jobs.get_job_failed_files()`:  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.jobs.list_jobs()`:  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.destinations.create_connection_check_destinations()`:  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.jobs.create_job()`:  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.sources.delete_source()`:  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.sources.get_connection_check_sources()`:  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.jobs.cancel_job()`:  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.jobs.download_job_output()`:  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.destinations.delete_destination()`:  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.templates.get_template()`:  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.templates.list_templates()`:  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.workflows.create_workflow()`:  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.workflows.delete_workflow()`:  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.workflows.get_workflow()`:  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.workflows.list_workflows()`:  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.workflows.run_workflow()`:  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.workflows.update_workflow()`:  `error.detail.union(Array<ValidationError>)[]` **Changed**
* `unstructured_client.general.partition()`:  `error.detail.union(Array<ValidationError>)[]` **Changed**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1770164039 branch from 1573bbc to 82bd4e5 Compare February 12, 2026 00:17
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