Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 26, 2025

SDK update

Versioning

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

Python SDK Changes:

  • unstructured_client.destinations.create_connection_check_destinations(): request.security Added Breaking ⚠️
  • unstructured_client.destinations.create_destination():
    • request Changed Breaking ⚠️
    • response.config Changed
  • unstructured_client.destinations.delete_destination(): request.security Added Breaking ⚠️
  • unstructured_client.destinations.get_connection_check_destinations(): request.security Added Breaking ⚠️
  • unstructured_client.destinations.get_destination():
    • request.security Added Breaking ⚠️
    • response.config Changed
  • unstructured_client.destinations.list_destinations():
    • request Changed Breaking ⚠️
    • response.[].config Changed
  • unstructured_client.destinations.update_destination():
    • request Changed Breaking ⚠️
    • response.config Changed
  • unstructured_client.jobs.cancel_job(): request.security Added Breaking ⚠️
  • unstructured_client.jobs.download_job_output(): request.security Added Breaking ⚠️
  • unstructured_client.jobs.get_job(): request.security Added Breaking ⚠️
  • unstructured_client.jobs.get_job_details(): request.security Added Breaking ⚠️
  • unstructured_client.jobs.get_job_failed_files(): request.security Added Breaking ⚠️
  • unstructured_client.jobs.list_jobs(): request.security Added Breaking ⚠️
  • unstructured_client.sources.create_connection_check_sources(): request.security Added Breaking ⚠️
  • unstructured_client.sources.create_source():
    • request Changed Breaking ⚠️
    • response.config.[snowflake_source_connector_config].schema Changed
  • unstructured_client.sources.delete_source(): request.security Added Breaking ⚠️
  • unstructured_client.sources.get_connection_check_sources(): request.security Added Breaking ⚠️
  • unstructured_client.sources.get_source():
    • request.security Added Breaking ⚠️
    • response.config.[snowflake_source_connector_config].schema Changed
  • unstructured_client.sources.list_sources():
    • request.security Added Breaking ⚠️
    • response.[].config.[snowflake_source_connector_config].schema Changed
  • unstructured_client.sources.update_source():
    • request Changed Breaking ⚠️
    • response.config.[snowflake_source_connector_config].schema Changed
  • unstructured_client.workflows.create_workflow():
    • request Changed Breaking ⚠️
    • response.reprocess_all Changed Breaking ⚠️
  • unstructured_client.workflows.delete_workflow(): request.security Added Breaking ⚠️
  • unstructured_client.workflows.get_workflow():
    • request.security Added Breaking ⚠️
    • response.reprocess_all Changed Breaking ⚠️
  • unstructured_client.workflows.list_workflows():
    • request.security Added Breaking ⚠️
    • response.[].reprocess_all Changed Breaking ⚠️
  • unstructured_client.workflows.run_workflow(): request.security Added Breaking ⚠️
  • unstructured_client.workflows.update_workflow():
    • request Changed Breaking ⚠️
    • response.reprocess_all Changed Breaking ⚠️
  • unstructured_client.general.partition():
    • request.partition_parameters Changed Breaking ⚠️
OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (18:16)
├─┬Paths
│ ├─┬/api/v1/destinations/{destination_id}/connection-check
│ │ ├─┬GET
│ │ │ └──[➕] security (417:11)
│ │ └─┬POST
│ │   └──[➕] security (481:11)
│ ├─┬/api/v1/jobs/
│ │ └─┬GET
│ │   └──[➕] security (1041:11)
│ ├─┬/api/v1/workflows/
│ │ ├─┬GET
│ │ │ └──[➕] security (1647:11)
│ │ └─┬POST
│ │   └──[➕] security (1710:11)
│ ├─┬/api/v1/destinations/
│ │ ├─┬GET
│ │ │ └──[➕] security (90:11)
│ │ └─┬POST
│ │   └──[➕] security (153:11)
│ ├─┬/api/v1/workflows/{workflow_id}/run
│ │ └─┬POST
│ │   └──[➕] security (1983:11)
│ ├─┬/api/v1/sources/
│ │ ├─┬GET
│ │ │ └──[➕] security (557:11)
│ │ └─┬POST
│ │   └──[➕] security (620:11)
│ ├─┬/api/v1/sources/{source_id}
│ │ ├─┬GET
│ │ │ └──[➕] security (685:11)
│ │ ├─┬PUT
│ │ │ └──[➕] security (758:11)
│ │ └─┬DELETE
│ │   └──[➕] security (819:11)
│ ├─┬/api/v1/sources/{source_id}/connection-check
│ │ ├─┬GET
│ │ │ └──[➕] security (884:11)
│ │ └─┬POST
│ │   └──[➕] security (948:11)
│ ├─┬/api/v1/jobs/{job_id}/download
│ │ └─┬GET
│ │   └──[➕] security (1255:11)
│ ├─┬/api/v1/jobs/{job_id}
│ │ └─┬GET
│ │   └──[➕] security (1106:11)
│ ├─┬/api/v1/destinations/{destination_id}
│ │ ├─┬GET
│ │ │ └──[➕] security (218:11)
│ │ ├─┬PUT
│ │ │ └──[➕] security (291:11)
│ │ └─┬DELETE
│ │   └──[➕] security (352:11)
│ ├─┬/api/v1/jobs/{job_id}/failed-files
│ │ └─┬GET
│ │   └──[➕] security (1385:11)
│ ├─┬/api/v1/jobs/{job_id}/cancel
│ │ └─┬POST
│ │   └──[➕] security (1169:11)
│ ├─┬/api/v1/workflows/{workflow_id}
│ │ ├─┬GET
│ │ │ └──[➕] security (1775:11)
│ │ ├─┬PUT
│ │ │ └──[➕] security (1848:11)
│ │ └─┬DELETE
│ │   └──[➕] security (1909:11)
│ └─┬/api/v1/jobs/{job_id}/details
│   └─┬GET
│     └──[➕] security (1320:11)
└─┬Components
  ├──[➕] securitySchemes (7919:21)
  ├──[➕] schemas (2213:42)
  ├──[➕] schemas (2270:47)
  ├─┬UpdateWorkflow
  │ ├──[➕] properties (7022:11)
  │ ├─┬workflow_type
  │ │ ├──[➕] title (7020:22)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (7010:15)❌ 
  │ └─┬workflow_nodes
  │   ├──[🔀] title (7031:22)
  │   └─┬ANYOF
  │     ├──[➖] items (1:89762)❌ 
  │     └──[🔀] type (7025:25)❌ 
  ├─┬DatabricksVolumesConnectorConfigInput
  │ └─┬schema
  │   └──[➕] default (3523:24)❌ 
  ├─┬DatabricksVDTDestinationConnectorConfigInput
  │ └─┬schema
  │   └──[➕] default (3440:24)❌ 
  ├─┬DestinationConnectorInformation
  │ └─┬config
  │   ├──[➕] anyOf (3692:15)
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (2214:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (2081:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (2167:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (2709:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (3467:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (3281:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (3553:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (3804:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (3882:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (4684:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (4884:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (5019:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (5066:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (5152:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (5443:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (5500:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (5767:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (5710:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (5902:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (6350:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (7105:17)❌ 
  │   └─┬ANYOF
  │     └──[🔀] $ref (4085:17)❌ 
  ├─┬DestinationConnectorType
  │ └──[➕] enum (3730:11)
  ├─┬UpdateDestinationConnector
  │ └─┬config
  │   ├──[➕] anyOf (6869:15)
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (2271:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (2120:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (2190:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (2764:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (3510:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (3374:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (3581:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (3830:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (3900:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (4733:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (4951:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (5042:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (5099:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (5190:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (5471:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (5543:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (5833:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (5738:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (5964:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (6422:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (7134:17)❌ 
  │   └─┬ANYOF
  │     └──[🔀] $ref (4153:17)❌ 
  ├─┬partition_parameters
  │ ├──[➕] properties (7768:11)
  │ ├─┬split_pdf_page
  │ │ ├──[🔀] type (7856:21)❌ 
  │ │ ├──[🔀] title (7854:22)
  │ │ ├──[🔀] description (7855:28)
  │ │ └──[🔀] default (7857:24)❌ 
  │ ├─┬unique_element_ids
  │ │ ├──[➖] type (1:99696)❌ 
  │ │ ├──[🔀] title (7651:22)
  │ │ ├──[🔀] description (7652:28)
  │ │ ├──[🔀] default (7653:24)❌ 
  │ │ ├──[➕] anyOf (7643:15)
  │ │ └──[➕] anyOf (7647:15)
  │ ├─┬split_pdf_page_range
  │ │ ├──[➖] items (1:105310)❌ 
  │ │ ├──[🔀] type (7834:21)❌ 
  │ │ ├──[🔀] title (7835:22)
  │ │ ├──[➖] maxItems (1:105358)❌ 
  │ │ ├──[➖] minItems (1:105343)❌ 
  │ │ ├──[🔀] description (7836:28)
  │ │ ├──[➕] default (7837:24)❌ 
  │ │ └──[➖] example (1:105372)
  │ ├─┬extract_image_block_types
  │ │ ├──[➖] items (1:95673)❌ 
  │ │ ├──[➖] type (1:95655)❌ 
  │ │ ├──[🔀] title (7491:22)
  │ │ ├──[🔀] description (7492:28)
  │ │ ├──[➖] default (1:95882)❌ 
  │ │ ├──[➕] anyOf (7483:15)
  │ │ └──[➕] anyOf (7487:15)
  │ ├─┬multipage_sections
  │ │ ├──[➖] type (1:101553)❌ 
  │ │ ├──[🔀] title (7721:22)
  │ │ ├──[🔀] description (7722:28)
  │ │ ├──[➖] default (1:101718)❌ 
  │ │ ├──[➕] anyOf (7713:15)
  │ │ └──[➕] anyOf (7717:15)
  │ ├─┬output_format
  │ │ ├──[➖] enum (1:97039)❌ 
  │ │ ├──[➖] enum (1:97059)❌ 
  │ │ ├──[➕] items (7546:22)❌ 
  │ │ ├──[🔀] type (7545:21)❌ 
  │ │ ├──[🔀] title (7549:22)
  │ │ ├──[🔀] description (7550:28)
  │ │ ├──[🔀] default (7551:24)❌ 
  │ │ └─┬Extensions
  │ │   └──[➖] x-speakeasy-unknown-values (1:97259)❌ 
  │ ├─┬overlap_all
  │ │ ├──[🔀] type (7744:21)❌ 
  │ │ ├──[🔀] title (7745:22)
  │ │ ├──[🔀] description (7746:28)
  │ │ └──[🔀] default (7747:24)❌ 
  │ ├─┬languages
  │ │ ├──[➖] items (1:96541)❌ 
  │ │ ├──[🔀] type (7775:21)❌ 
  │ │ ├──[🔀] title (7776:22)
  │ │ ├──[🔀] description (7777:28)
  │ │ └──[🔀] default (7778:24)❌ 
  │ ├─┬skip_infer_table_types
  │ │ ├──[➖] items (1:97662)❌ 
  │ │ ├──[➖] type (1:97644)❌ 
  │ │ ├──[🔀] title (7765:22)
  │ │ ├──[🔀] description (7766:28)
  │ │ ├──[➖] default (1:97822)❌ 
  │ │ ├──[➕] anyOf (7757:15)
  │ │ └──[➕] anyOf (7761:15)
  │ ├─┬vlm_model_provider
  │ │ ├──[🔀] examples (7635:15)
  │ │ ├──[➖] enum (1:98575)❌ 
  │ │ ├──[➖] enum (1:98585)❌ 
  │ │ ├──[➖] enum (1:98598)❌ 
  │ │ ├──[➖] enum (1:98609)❌ 
  │ │ ├──[➖] enum (1:98630)❌ 
  │ │ ├──[➖] enum (1:98642)❌ 
  │ │ ├──[➖] enum (1:98652)❌ 
  │ │ ├──[🔀] title (7637:22)
  │ │ └──[🔀] description (7638:28)
  │ ├─┬strategy
  │ │ ├──[➖] examples (1:98182)
  │ │ ├──[➖] examples (1:98190)
  │ │ ├──[➖] examples (1:98200)
  │ │ ├──[➖] enum (1:98264)❌ 
  │ │ ├──[➖] enum (1:98276)❌ 
  │ │ ├──[➖] enum (1:98287)❌ 
  │ │ ├──[➖] enum (1:98238)❌ 
  │ │ ├──[➖] enum (1:98246)❌ 
  │ │ ├──[➖] enum (1:98256)❌ 
  │ │ ├──[➖] type (1:98159)❌ 
  │ │ ├──[🔀] title (7589:22)
  │ │ ├──[🔀] description (7590:28)
  │ │ ├──[➖] default (1:98420)❌ 
  │ │ ├──[➕] anyOf (7581:15)
  │ │ ├──[➕] anyOf (7585:15)
  │ │ └─┬Extensions
  │ │   └──[➖] x-speakeasy-unknown-values (1:98460)❌ 
  │ ├─┬gz_uncompressed_content_type
  │ │ ├──[➕] examples (7454:15)
  │ │ ├──[➕] type (7452:21)❌ 
  │ │ ├──[➖] title (1:95995)
  │ │ ├──[➕] format (7459:23)❌ 
  │ │ ├──[🔀] description (7460:28)
  │ │ ├──[➖] anyOf (1:95930)❌ 
  │ │ └──[➖] anyOf (1:95967)❌ 
  │ ├─┬include_slide_notes
  │ │ ├──[🔀] title (7531:22)
  │ │ ├──[🔀] description (7532:28)
  │ │ └──[🔀] default (7533:24)❌ 
  │ ├─┬pdfminer_line_overlap
  │ │ ├──[🔀] title (7816:22)
  │ │ └──[🔀] description (7817:28)
  │ ├─┬overlap
  │ │ ├──[➕] enum (7557:15)
  │ │ ├──[➕] enum (7558:15)
  │ │ ├──[🔀] type (7554:21)❌ 
  │ │ ├──[🔀] title (7555:22)
  │ │ ├──[🔀] description (7560:28)
  │ │ ├──[🔀] default (7561:24)❌ 
  │ │ └─┬Extensions
  │ │   └──[➕] x-speakeasy-unknown-values (7562:43)
  │ ├─┬pdfminer_line_margin
  │ │ ├──[🔀] title (7803:22)
  │ │ └──[🔀] description (7804:28)
  │ ├─┬split_pdf_cache_tmp_data
  │ │ ├──[🔀] title (7860:22)
  │ │ └──[🔀] description (7861:28)
  │ ├─┬include_page_breaks
  │ │ ├──[➖] type (1:96332)❌ 
  │ │ ├──[🔀] title (7708:22)
  │ │ ├──[🔀] description (7709:28)
  │ │ ├──[➖] default (1:96493)❌ 
  │ │ ├──[➕] anyOf (7700:15)
  │ │ └──[➕] anyOf (7704:15)
  │ ├─┬include_orig_elements
  │ │ ├──[🔀] title (7526:22)
  │ │ ├──[🔀] description (7527:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] type (7519:25)❌ 
  │ ├─┬ocr_languages
  │ │ ├──[➖] items (1:96802)❌ 
  │ │ ├──[➖] type (1:96784)❌ 
  │ │ ├──[🔀] title (7740:22)
  │ │ ├──[🔀] description (7741:28)
  │ │ ├──[➖] default (1:96963)❌ 
  │ │ ├──[➕] anyOf (7732:15)
  │ │ └──[➕] anyOf (7736:15)
  │ ├─┬vlm_model
  │ │ ├──[➖] examples (1:98803)
  │ │ ├──[➖] enum (1:98960)❌ 
  │ │ ├──[➖] enum (1:99084)❌ 
  │ │ ├──[➖] enum (1:99128)❌ 
  │ │ ├──[➖] enum (1:99173)❌ 
  │ │ ├──[➖] enum (1:99257)❌ 
  │ │ ├──[➖] enum (1:99295)❌ 
  │ │ ├──[➖] enum (1:98875)❌ 
  │ │ ├──[➖] enum (1:98915)❌ 
  │ │ ├──[➖] enum (1:98933)❌ 
  │ │ ├──[➖] enum (1:98988)❌ 
  │ │ ├──[➖] enum (1:99036)❌ 
  │ │ ├──[➖] enum (1:99219)❌ 
  │ │ ├──[➖] enum (1:98845)❌ 
  │ │ ├──[➖] enum (1:98905)❌ 
  │ │ ├──[🔀] type (7656:21)❌ 
  │ │ ├──[🔀] title (7657:22)
  │ │ ├──[🔀] description (7658:28)
  │ │ ├──[➕] default (7659:24)❌ 
  │ │ └─┬Extensions
  │ │   └──[➖] x-speakeasy-unknown-values (1:99390)❌ 
  │ ├─┬pdf_infer_table_structure
  │ │ ├──[🔀] title (7751:22)
  │ │ ├──[🔀] description (7752:28)
  │ │ └──[🔀] default (7753:24)❌ 
  │ ├─┬split_pdf_allow_failed
  │ │ ├──[➕] items (7572:22)❌ 
  │ │ ├──[🔀] type (7571:21)❌ 
  │ │ ├──[🔀] title (7575:22)
  │ │ ├──[🔀] description (7576:28)
  │ │ └──[🔀] default (7577:24)❌ 
  │ ├─┬pdfminer_word_margin
  │ │ ├──[🔀] title (7790:22)
  │ │ ├──[🔀] description (7791:28)
  │ │ └──[➖] default (1:104628)❌ 
  │ ├─┬pdfminer_char_margin
  │ │ ├──[➕] type (7565:21)❌ 
  │ │ ├──[🔀] title (7566:22)
  │ │ ├──[🔀] description (7567:28)
  │ │ ├──[➕] default (7568:24)❌ 
  │ │ ├──[➖] anyOf (1:103676)❌ 
  │ │ └──[➖] anyOf (1:103713)❌ 
  │ ├─┬split_pdf_concurrency_level
  │ │ ├──[🔀] type (7874:21)❌ 
  │ │ ├──[🔀] title (7872:22)
  │ │ ├──[🔀] description (7873:28)
  │ │ └──[🔀] default (7875:24)❌ 
  │ ├─┬split_pdf_cache_tmp_data_dir
  │ │ ├──[🔀] type (7868:21)❌ 
  │ │ ├──[🔀] title (7866:22)
  │ │ ├──[🔀] description (7867:28)
  │ │ └──[🔀] default (7869:24)❌ 
  │ ├─┬encoding
  │ │ ├──[➕] type (7769:21)❌ 
  │ │ ├──[🔀] title (7770:22)
  │ │ ├──[🔀] description (7771:28)
  │ │ ├──[➕] default (7772:24)❌ 
  │ │ ├──[➖] anyOf (1:95455)❌ 
  │ │ └──[➖] anyOf (1:95492)❌ 
  │ ├─┬xml_keep_tags
  │ │ ├──[➕] examples (7615:15)
  │ │ ├──[➕] examples (7616:15)
  │ │ ├──[➕] examples (7617:15)
  │ │ ├──[➕] enum (7622:15)
  │ │ ├──[➕] enum (7623:15)
  │ │ ├──[➕] enum (7624:15)
  │ │ ├──[➕] enum (7625:15)
  │ │ ├──[➕] enum (7626:15)
  │ │ ├──[➕] enum (7627:15)
  │ │ ├──[➕] enum (7621:15)
  │ │ ├──[🔀] type (7613:21)❌ 
  │ │ ├──[🔀] title (7619:22)
  │ │ ├──[🔀] description (7629:28)
  │ │ ├──[➖] default (1:100205)❌ 
  │ │ └─┬Extensions
  │ │   └──[➕] x-speakeasy-unknown-values (7630:43)
  │ ├─┬files
  │ │ ├──[➖] examples (1:94708)
  │ │ ├──[➕] items (7496:22)❌ 
  │ │ ├──[🔀] type (7495:21)❌ 
  │ │ ├──[➕] title (7499:22)
  │ │ ├──[➖] format (1:94909)❌ 
  │ │ ├──[🔀] description (7500:28)
  │ │ └──[➕] default (7501:24)❌ 
  │ ├─┬hi_res_model_name
  │ │ ├──[🔀] title (7513:22)
  │ │ └──[🔀] description (7514:28)
  │ ├─┬starting_page_number
  │ │ ├──[➕] items (7843:22)❌ 
  │ │ ├──[➕] type (7840:21)❌ 
  │ │ ├──[🔀] title (7841:22)
  │ │ ├──[➕] maxItems (7847:25)❌ 
  │ │ ├──[➕] minItems (7846:25)❌ 
  │ │ ├──[🔀] description (7842:28)
  │ │ ├──[➕] example (7848:24)
  │ │ ├──[➖] anyOf (1:97862)❌ 
  │ │ └──[➖] anyOf (1:97900)❌ 
  │ ├─┬max_characters
  │ │ ├──[➕] items (7537:22)❌ 
  │ │ ├──[➕] type (7536:21)❌ 
  │ │ ├──[🔀] title (7540:22)
  │ │ ├──[🔀] description (7541:28)
  │ │ ├──[➕] default (7542:24)❌ 
  │ │ ├──[➖] anyOf (1:101309)❌ 
  │ │ └──[➖] anyOf (1:101347)❌ 
  │ ├─┬similarity_threshold
  │ │ ├──[🔀] title (7829:22)
  │ │ ├──[🔀] description (7830:28)
  │ │ └──[➕] default (7831:24)❌ 
  │ ├─┬new_after_n_chars
  │ │ ├──[➕] type (7725:21)❌ 
  │ │ ├──[🔀] title (7726:22)
  │ │ ├──[🔀] description (7727:28)
  │ │ ├──[➕] default (7728:24)❌ 
  │ │ ├──[➖] anyOf (1:101757)❌ 
  │ │ └──[➖] anyOf (1:101795)❌ 
  │ └─┬table_ocr_agent
  │   ├──[➕] examples (7595:15)
  │   ├──[➕] examples (7596:15)
  │   ├──[➕] examples (7597:15)
  │   ├──[➕] enum (7606:15)
  │   ├──[➕] enum (7601:15)
  │   ├──[➕] enum (7602:15)
  │   ├──[➕] enum (7603:15)
  │   ├──[➕] enum (7604:15)
  │   ├──[➕] enum (7605:15)
  │   ├──[➕] type (7593:21)❌ 
  │   ├──[🔀] title (7599:22)
  │   ├──[🔀] description (7608:28)
  │   ├──[🔀] default (7609:24)❌ 
  │   ├──[➖] anyOf (1:99430)❌ 
  │   ├──[➖] anyOf (1:99467)❌ 
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-unknown-values (7610:43)
  ├─┬WorkflowInformation
  │ └─┬reprocess_all
  │   ├──[➕] type (7238:21)❌ 
  │   ├──[➕] default (7240:24)❌ 
  │   ├──[➖] anyOf (1:92249)❌ 
  │   └──[➖] anyOf (1:92270)❌ 
  ├─┬SnowflakeSourceConnectorConfig
  │ └──[➕] required (6567:11)❌ 
  ├─┬SnowflakeDestinationConnectorConfigInput
  │ └──[➕] required (6490:11)❌ 
  ├─┬SnowflakeDestinationConnectorConfig
  │ └──[➕] required (6418:11)❌ 
  ├─┬CreateWorkflow
  │ ├──[➕] properties (3166:11)
  │ ├─┬workflow_type
  │ │ └──[🔀] $ref (3152:29)❌ 
  │ └─┬workflow_nodes
  │   ├──[🔀] title (3175:22)
  │   └─┬ANYOF
  │     ├──[➖] items (1:39512)❌ 
  │     └──[🔀] type (3169:25)❌ 
  ├─┬SnowflakeSourceConnectorConfigInput
  │ └──[➕] required (6646:11)❌ 
  ├─┬WorkflowJobType
  │ └──[➕] enum (7261:11)
  └─┬CreateDestinationConnector
    └─┬config
      ├──[➕] anyOf (3016:15)
      ├─┬ANYOF
      │ └──[🔀] $ref (2271:17)❌ 
      ├─┬ANYOF
      │ └──[🔀] $ref (2120:17)❌ 
      ├─┬ANYOF
      │ └──[🔀] $ref (2190:17)❌ 
      ├─┬ANYOF
      │ └──[🔀] $ref (2764:17)❌ 
      ├─┬ANYOF
      │ └──[🔀] $ref (3510:17)❌ 
      ├─┬ANYOF
      │ └──[🔀] $ref (3374:17)❌ 
      ├─┬ANYOF
      │ └──[🔀] $ref (3581:17)❌ 
      ├─┬ANYOF
      │ └──[🔀] $ref (3830:17)❌ 
      ├─┬ANYOF
      │ └──[🔀] $ref (3900:17)❌ 
      ├─┬ANYOF
      │ └──[🔀] $ref (4733:17)❌ 
      ├─┬ANYOF
      │ └──[🔀] $ref (4951:17)❌ 
      ├─┬ANYOF
      │ └──[🔀] $ref (5042:17)❌ 
      ├─┬ANYOF
      │ └──[🔀] $ref (5099:17)❌ 
      ├─┬ANYOF
      │ └──[🔀] $ref (5190:17)❌ 
      ├─┬ANYOF
      │ └──[🔀] $ref (5471:17)❌ 
      ├─┬ANYOF
      │ └──[🔀] $ref (5543:17)❌ 
      ├─┬ANYOF
      │ └──[🔀] $ref (5833:17)❌ 
      ├─┬ANYOF
      │ └──[🔀] $ref (5738:17)❌ 
      ├─┬ANYOF
      │ └──[🔀] $ref (5964:17)❌ 
      ├─┬ANYOF
      │ └──[🔀] $ref (6422:17)❌ 
      ├─┬ANYOF
      │ └──[🔀] $ref (7134:17)❌ 
      └─┬ANYOF
        └──[🔀] $ref (4153:17)❌ 
Document Element Total Changes Breaking Changes
info 1 0
paths 26 0
components 332 196

PYTHON CHANGELOG

sdkHooks: 1.1.0 - 2025-05-15

🐝 New Features

sdkHooks: 1.0.1 - 2025-02-18

🐛 Bug Fixes

  • Ensure base_url is set with global or client instantiation server URL (commit by @bflad)

sdkHooks: 1.0.0 - 2024-07-04

🐝 New Features

retries: 3.0.2 - 2024-09-06

🐛 Bug Fixes

retries: 3.0.1 - 2024-09-06

🐛 Bug Fixes

retries: 3.0.0 - 2024-07-04

🐝 New Features

retries: 2.82.2 - 2024-04-10

🐛 Bug Fixes

  • add method to correctly case retryConnectionErrors *bool for Python generation (commit by @AshGodfrey)

unions: 3.0.4 - 2024-11-21

🐛 Bug Fixes

  • search recursively for the discriminator attribute in nested unions (commit by @2ynn)

unions: 3.0.3 - 2024-11-05

🐛 Bug Fixes

  • improved handling of complex allOf schemas that merge multiple types (commit by @tristanspeakeasy)

unions: 3.0.2 - 2024-08-09

🐛 Bug Fixes

unions: 3.0.1 - 2024-07-17

🐛 Bug Fixes

unions: 3.0.0 - 2024-07-04

🐝 New Features

unions: 2.82.8 - 2024-06-10

🐛 Bug Fixes

  • ensure union type definitions define types in a way compatible with multiple python versions (commit by @tristanspeakeasy)

globalServerURLs: 3.1.1 - 2025-05-09

🐛 Bug Fixes

globalServerURLs: 3.1.0 - 2024-12-16

🐝 New Features

  • allow server URL to be overridable always (commit by @disintegrator)

globalServerURLs: 3.0.0 - 2024-07-04

🐝 New Features

globalServerURLs: 2.82.2 - 2024-03-06

🔧 Chores

  • expand server selection test coverage (commit by @2ynn)

globalSecurity: 3.0.3 - 2025-02-06

🐛 Bug Fixes

  • fixes to handling of security at both global and operation level especially for oauth2 (commit by @tristanspeakeasy)

globalSecurity: 3.0.2 - 2024-08-07

🐛 Bug Fixes

globalSecurity: 3.0.1 - 2024-08-05

🐛 Bug Fixes

  • fixed rendering of usage snippets when required security is used with env vars (commit by @tristanspeakeasy)

globalSecurity: 3.0.0 - 2024-07-04

🐝 New Features

globalSecurity: 2.83.5 - 2024-03-15

🐛 Bug Fixes

Based on Speakeasy CLI 1.601.0

@github-actions github-actions bot added the patch Patch version bump label Nov 26, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1764115859 branch 7 times, most recently from a557b24 to df5ca47 Compare December 3, 2025 00:13
* `unstructured_client.destinations.create_connection_check_destinations()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.destinations.create_destination()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.config` **Changed**
* `unstructured_client.destinations.delete_destination()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.destinations.get_connection_check_destinations()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.destinations.get_destination()`: 
  *  `request.security` **Added** **Breaking** ⚠️
  *  `response.config` **Changed**
* `unstructured_client.destinations.list_destinations()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.[].config` **Changed**
* `unstructured_client.destinations.update_destination()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.config` **Changed**
* `unstructured_client.jobs.cancel_job()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.jobs.download_job_output()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.jobs.get_job()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.jobs.get_job_details()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.jobs.get_job_failed_files()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.jobs.list_jobs()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.sources.create_connection_check_sources()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.sources.create_source()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.config.[snowflake_source_connector_config].schema` **Changed**
* `unstructured_client.sources.delete_source()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.sources.get_connection_check_sources()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.sources.get_source()`: 
  *  `request.security` **Added** **Breaking** ⚠️
  *  `response.config.[snowflake_source_connector_config].schema` **Changed**
* `unstructured_client.sources.list_sources()`: 
  *  `request.security` **Added** **Breaking** ⚠️
  *  `response.[].config.[snowflake_source_connector_config].schema` **Changed**
* `unstructured_client.sources.update_source()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.config.[snowflake_source_connector_config].schema` **Changed**
* `unstructured_client.workflows.create_workflow()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.reprocess_all` **Changed** **Breaking** ⚠️
* `unstructured_client.workflows.delete_workflow()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.workflows.get_workflow()`: 
  *  `request.security` **Added** **Breaking** ⚠️
  *  `response.reprocess_all` **Changed** **Breaking** ⚠️
* `unstructured_client.workflows.list_workflows()`: 
  *  `request.security` **Added** **Breaking** ⚠️
  *  `response.[].reprocess_all` **Changed** **Breaking** ⚠️
* `unstructured_client.workflows.run_workflow()`:  `request.security` **Added** **Breaking** ⚠️
* `unstructured_client.workflows.update_workflow()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.reprocess_all` **Changed** **Breaking** ⚠️
* `unstructured_client.general.partition()`: 
  *  `request.partition_parameters` **Changed** **Breaking** ⚠️
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1764115859 branch from df5ca47 to 70cb8fc Compare December 4, 2025 00:13
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