Skip to content

Commit 30776c7

Browse files
committed
## Python SDK Changes Detected:
* `unstructured_client.workflows.create_workflow()`: `response.reprocess_all` **Changed** **Breaking** ⚠️ * `unstructured_client.workflows.get_workflow()`: `response.reprocess_all` **Changed** **Breaking** ⚠️ * `unstructured_client.workflows.list_workflows()`: `response.[].reprocess_all` **Changed** **Breaking** ⚠️ * `unstructured_client.workflows.update_workflow()`: `response.reprocess_all` **Changed** **Breaking** ⚠️ * `unstructured_client.general.partition()`: * `request.partition_parameters` **Changed** **Breaking** ⚠️ * `unstructured_client.destinations.create_destination()`: * `request.create_destination_connector.config.[azure_destination_connector_config_input]` **Added** * `response.config.[azure_destination_connector_config]` **Added** * `unstructured_client.destinations.get_destination()`: `response.config.[azure_destination_connector_config]` **Added** * `unstructured_client.destinations.list_destinations()`: * `request.destination_type` **Changed** * `response.[].config.[azure_destination_connector_config]` **Added** * `unstructured_client.destinations.update_destination()`: * `request.update_destination_connector.config.[azure_destination_connector_config_input]` **Added** * `response.config.[azure_destination_connector_config]` **Added**
1 parent d288c14 commit 30776c7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+356
-204
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.env.local
12
**/__pycache__/
23
**/.speakeasy/temp/
34
**/.speakeasy/logs/

.speakeasy/gen.lock

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 8b5fa338-9106-4734-abf0-e30d67044a90
33
management:
4-
docChecksum: 8038a5b9e376d44bad2fd4c117922954
5-
docVersion: 1.1.45
6-
speakeasyVersion: 1.601.0
7-
generationVersion: 2.680.0
8-
releaseVersion: 0.42.3
9-
configChecksum: 3d02dd7ca437781b3d721fab5d7b9adc
4+
docChecksum: 203a3322c86603c2dcace3d0c5436c0b
5+
docVersion: 1.2.7
6+
speakeasyVersion: 1.639.3
7+
generationVersion: 2.730.5
8+
releaseVersion: 0.43.0
9+
configChecksum: f58c0bd4b0a676689c655d7d4b5fd350
1010
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
@@ -16,13 +16,13 @@ features:
1616
acceptHeaders: 3.0.0
1717
additionalDependencies: 1.0.0
1818
constsAndDefaults: 1.0.5
19-
core: 5.19.8
19+
core: 5.23.0
2020
customCodeRegions: 0.1.1
2121
defaultEnabledRetries: 0.2.0
2222
enumUnions: 0.1.0
2323
envVarSecurityUsage: 0.3.2
2424
examples: 3.0.2
25-
globalSecurity: 3.0.3
25+
globalSecurity: 3.0.4
2626
globalSecurityCallbacks: 1.0.0
2727
globalSecurityFlattening: 1.0.0
2828
globalServerURLs: 3.1.1
@@ -34,7 +34,7 @@ features:
3434
retries: 3.0.2
3535
sdkHooks: 1.1.0
3636
serverIDs: 3.0.0
37-
unions: 3.0.4
37+
unions: 3.1.0
3838
uploadStreams: 1.0.0
3939
generatedFiles:
4040
- .gitattributes
@@ -101,6 +101,8 @@ generatedFiles:
101101
- docs/models/shared/astradbconnectorconfiginput.md
102102
- docs/models/shared/azureaisearchconnectorconfig.md
103103
- docs/models/shared/azureaisearchconnectorconfiginput.md
104+
- docs/models/shared/azuredestinationconnectorconfig.md
105+
- docs/models/shared/azuredestinationconnectorconfiginput.md
104106
- docs/models/shared/azuresourceconnectorconfig.md
105107
- docs/models/shared/azuresourceconnectorconfiginput.md
106108
- docs/models/shared/bodyrunworkflow.md
@@ -212,7 +214,6 @@ generatedFiles:
212214
- docs/models/shared/updateworkflow.md
213215
- docs/models/shared/updateworkflowschedule.md
214216
- docs/models/shared/validationerror.md
215-
- docs/models/shared/vlmmodel.md
216217
- docs/models/shared/vlmmodelprovider.md
217218
- docs/models/shared/weaviatedestinationconnectorconfig.md
218219
- docs/models/shared/weaviatedestinationconnectorconfiginput.md
@@ -229,7 +230,6 @@ generatedFiles:
229230
- docs/sdks/general/README.md
230231
- docs/sdks/jobs/README.md
231232
- docs/sdks/sources/README.md
232-
- docs/sdks/unstructuredclient/README.md
233233
- docs/sdks/workflows/README.md
234234
- poetry.toml
235235
- py.typed
@@ -287,6 +287,8 @@ generatedFiles:
287287
- src/unstructured_client/models/shared/astradbconnectorconfiginput.py
288288
- src/unstructured_client/models/shared/azureaisearchconnectorconfig.py
289289
- src/unstructured_client/models/shared/azureaisearchconnectorconfiginput.py
290+
- src/unstructured_client/models/shared/azuredestinationconnectorconfig.py
291+
- src/unstructured_client/models/shared/azuredestinationconnectorconfiginput.py
290292
- src/unstructured_client/models/shared/azuresourceconnectorconfig.py
291293
- src/unstructured_client/models/shared/azuresourceconnectorconfiginput.py
292294
- src/unstructured_client/models/shared/body_run_workflow.py
@@ -600,7 +602,7 @@ examples:
600602
application/json: {"name": "<value>", "workflow_type": "advanced"}
601603
responses:
602604
"200":
603-
application/json: {"created_at": "2023-01-15T13:52:58.634Z", "destinations": [], "id": "80c8c72f-101a-4a39-974b-49aa299e80d3", "name": "<value>", "schedule": {"crontab_entries": [{"cron_expression": "0 0 * * *"}]}, "sources": ["47678eb0-4958-4341-ad66-b1b822c1deb9"], "status": "active", "workflow_nodes": [{"name": "<value>", "subtype": "<value>", "type": "<value>"}, {"name": "<value>", "subtype": "<value>", "type": "<value>"}]}
605+
application/json: {"created_at": "2023-01-15T13:52:58.634Z", "destinations": [], "id": "80c8c72f-101a-4a39-974b-49aa299e80d3", "name": "<value>", "reprocess_all": false, "schedule": {"crontab_entries": [{"cron_expression": "0 0 * * *"}]}, "sources": ["47678eb0-4958-4341-ad66-b1b822c1deb9"], "status": "active", "workflow_nodes": [{"name": "<value>", "subtype": "<value>", "type": "<value>"}, {"name": "<value>", "subtype": "<value>", "type": "<value>"}]}
604606
"422":
605607
application/json: {"detail": "<value>"}
606608
delete_workflow:
@@ -620,7 +622,7 @@ examples:
620622
workflow_id: "d031b0e5-7ca7-4a2b-b3cc-d869d2df3e76"
621623
responses:
622624
"200":
623-
application/json: {"created_at": "2024-01-22T17:42:53.375Z", "destinations": ["624abbf1-dbce-4fe0-8d3f-0673956fc10e"], "id": "840c33c3-f30c-4908-9688-2682ed8eea3f", "name": "<value>", "schedule": {"crontab_entries": [{"cron_expression": "0 0 * * *"}]}, "sources": ["349ed27a-eeda-4851-866a-8ce3a65a2957", "9aa34544-3278-446f-a265-efcaa55f9c4a"], "status": "active", "workflow_nodes": [{"name": "<value>", "subtype": "<value>", "type": "<value>"}, {"name": "<value>", "subtype": "<value>", "type": "<value>"}]}
625+
application/json: {"created_at": "2024-01-22T17:42:53.375Z", "destinations": ["624abbf1-dbce-4fe0-8d3f-0673956fc10e"], "id": "840c33c3-f30c-4908-9688-2682ed8eea3f", "name": "<value>", "reprocess_all": false, "schedule": {"crontab_entries": [{"cron_expression": "0 0 * * *"}]}, "sources": ["349ed27a-eeda-4851-866a-8ce3a65a2957", "9aa34544-3278-446f-a265-efcaa55f9c4a"], "status": "active", "workflow_nodes": [{"name": "<value>", "subtype": "<value>", "type": "<value>"}, {"name": "<value>", "subtype": "<value>", "type": "<value>"}]}
624626
"422":
625627
application/json: {"detail": "<value>"}
626628
list_workflows:
@@ -630,7 +632,7 @@ examples:
630632
sort_by: "id"
631633
responses:
632634
"200":
633-
application/json: [{"created_at": "2023-09-02T04:21:23.162Z", "destinations": [], "id": "1e4c63cf-6a6b-407b-b993-b2bc8b3bcefc", "name": "<value>", "schedule": {"crontab_entries": [{"cron_expression": "0 0 * * *"}]}, "sources": ["2e12d926-4caf-4cce-8b5c-3e16722c1c84"], "status": "inactive", "workflow_nodes": [{"name": "<value>", "subtype": "<value>", "type": "<value>"}, {"name": "<value>", "subtype": "<value>", "type": "<value>"}]}, {"created_at": "2023-09-02T04:21:23.162Z", "destinations": [], "id": "1e4c63cf-6a6b-407b-b993-b2bc8b3bcefc", "name": "<value>", "schedule": {"crontab_entries": [{"cron_expression": "0 0 * * *"}]}, "sources": ["2e12d926-4caf-4cce-8b5c-3e16722c1c84"], "status": "inactive", "workflow_nodes": [{"name": "<value>", "subtype": "<value>", "type": "<value>"}, {"name": "<value>", "subtype": "<value>", "type": "<value>"}]}]
635+
application/json: [{"created_at": "2023-09-02T04:21:23.162Z", "destinations": [], "id": "1e4c63cf-6a6b-407b-b993-b2bc8b3bcefc", "name": "<value>", "reprocess_all": false, "schedule": {"crontab_entries": [{"cron_expression": "0 0 * * *"}]}, "sources": ["2e12d926-4caf-4cce-8b5c-3e16722c1c84"], "status": "inactive", "workflow_nodes": [{"name": "<value>", "subtype": "<value>", "type": "<value>"}, {"name": "<value>", "subtype": "<value>", "type": "<value>"}]}, {"created_at": "2023-09-02T04:21:23.162Z", "destinations": [], "id": "1e4c63cf-6a6b-407b-b993-b2bc8b3bcefc", "name": "<value>", "reprocess_all": false, "schedule": {"crontab_entries": [{"cron_expression": "0 0 * * *"}]}, "sources": ["2e12d926-4caf-4cce-8b5c-3e16722c1c84"], "status": "inactive", "workflow_nodes": [{"name": "<value>", "subtype": "<value>", "type": "<value>"}, {"name": "<value>", "subtype": "<value>", "type": "<value>"}]}]
634636
"422":
635637
application/json: {"detail": [{"loc": ["<value>", 864403], "msg": "<value>", "type": "<value>"}]}
636638
run_workflow:
@@ -652,13 +654,13 @@ examples:
652654
application/json: {}
653655
responses:
654656
"200":
655-
application/json: {"created_at": "2025-01-11T03:06:48.390Z", "destinations": [], "id": "88fd9cfe-ed29-4701-9d1f-8f26d4ea88d3", "name": "<value>", "schedule": {"crontab_entries": [{"cron_expression": "0 0 * * *"}]}, "sources": ["0957eb7f-57d3-4705-bc49-03de6ad3794d", "a8b88099-9065-4458-a824-b37da7a9bccf", "a024c482-10ba-433a-9100-e6471e9d3db0"], "status": "active", "workflow_nodes": [{"name": "<value>", "subtype": "<value>", "type": "<value>"}]}
657+
application/json: {"created_at": "2025-01-11T03:06:48.390Z", "destinations": [], "id": "88fd9cfe-ed29-4701-9d1f-8f26d4ea88d3", "name": "<value>", "reprocess_all": false, "schedule": {"crontab_entries": [{"cron_expression": "0 0 * * *"}]}, "sources": ["0957eb7f-57d3-4705-bc49-03de6ad3794d", "a8b88099-9065-4458-a824-b37da7a9bccf", "a024c482-10ba-433a-9100-e6471e9d3db0"], "status": "active", "workflow_nodes": [{"name": "<value>", "subtype": "<value>", "type": "<value>"}]}
656658
"422":
657659
application/json: {"detail": "<value>"}
658660
partition:
659661
speakeasy-default-partition:
660662
requestBody:
661-
multipart/form-data: {"chunking_strategy": "by_title", "combine_under_n_chars": null, "content_type": null, "coordinates": false, "encoding": null, "files": {"": "{\"summary\":\"File to be partitioned\",\"externalValue\":\"https://github.com/Unstructured-IO/unstructured/blob/98d3541909f64290b5efb65a226fc3ee8a7cc5ee/example-docs/layout-parser-paper.pdf\"}"}, "gz_uncompressed_content_type": null, "hi_res_model_name": null, "include_orig_elements": null, "include_page_breaks": false, "include_slide_notes": true, "max_characters": null, "multipage_sections": true, "new_after_n_chars": null, "output_format": "application/json", "overlap": 0, "overlap_all": false, "pdf_infer_table_structure": true, "pdfminer_char_margin": null, "pdfminer_line_margin": null, "pdfminer_line_overlap": null, "pdfminer_word_margin": null, "similarity_threshold": null, "split_pdf_allow_failed": false, "split_pdf_cache_tmp_data": false, "split_pdf_cache_tmp_data_dir": "<value>", "split_pdf_concurrency_level": 5, "split_pdf_page": true, "split_pdf_page_range": [1, 10], "starting_page_number": null, "strategy": "auto", "table_ocr_agent": null, "unique_element_ids": false, "vlm_model": "gpt-4o", "vlm_model_provider": "openai", "xml_keep_tags": false}
663+
multipart/form-data: {"chunking_strategy": "by_title", "combine_under_n_chars": null, "content_type": null, "coordinates": false, "do_not_break_similarity_on_footer_header": false, "encoding": null, "files": {"": "{\"summary\":\"File to be partitioned\",\"externalValue\":\"https://github.com/Unstructured-IO/unstructured/blob/98d3541909f64290b5efb65a226fc3ee8a7cc5ee/example-docs/layout-parser-paper.pdf\"}"}, "gz_uncompressed_content_type": null, "hi_res_model_name": null, "include_orig_elements": null, "include_page_breaks": false, "include_slide_notes": true, "max_characters": null, "multipage_sections": true, "new_after_n_chars": null, "output_format": "application/json", "overlap": 0, "overlap_all": false, "pdf_infer_table_structure": true, "pdfminer_char_margin": null, "pdfminer_line_margin": null, "pdfminer_line_overlap": null, "pdfminer_word_margin": null, "similarity_threshold": null, "split_pdf_allow_failed": false, "split_pdf_cache_tmp_data": false, "split_pdf_cache_tmp_data_dir": "<value>", "split_pdf_concurrency_level": 5, "split_pdf_page": true, "split_pdf_page_range": [1, 10], "starting_page_number": null, "strategy": "auto", "table_ocr_agent": null, "unique_element_ids": false, "vlm_model": "gpt-4o", "vlm_model_provider": "openai", "xml_keep_tags": false}
662664
responses:
663665
"200":
664666
application/json: [{"type": "Title", "element_id": "6aa0ff22f91bbe7e26e8e25ca8052acd", "text": "LayoutParser: A Unified Toolkit for Deep Learning Based Document Image Analysis", "metadata": {"languages": ["eng"], "page_number": 1, "filename": "layout-parser-paper.pdf", "filetype": "application/pdf"}}]
@@ -712,3 +714,4 @@ examples:
712714
application/json: {"detail": []}
713715
examplesVersion: 1.0.2
714716
generatedTests: {}
717+
releaseNotes: "## Python SDK Changes Detected:\n* `unstructured_client.workflows.create_workflow()`: `response.reprocess_all` **Changed** **Breaking** :warning:\n* `unstructured_client.workflows.get_workflow()`: `response.reprocess_all` **Changed** **Breaking** :warning:\n* `unstructured_client.workflows.list_workflows()`: `response.[].reprocess_all` **Changed** **Breaking** :warning:\n* `unstructured_client.workflows.update_workflow()`: `response.reprocess_all` **Changed** **Breaking** :warning:\n* `unstructured_client.general.partition()`: \n * `request.partition_parameters` **Changed** **Breaking** :warning:\n* `unstructured_client.destinations.create_destination()`: \n * `request.create_destination_connector.config.[azure_destination_connector_config_input]` **Added**\n * `response.config.[azure_destination_connector_config]` **Added**\n* `unstructured_client.destinations.get_destination()`: `response.config.[azure_destination_connector_config]` **Added**\n* `unstructured_client.destinations.list_destinations()`: \n * `request.destination_type` **Changed**\n * `response.[].config.[azure_destination_connector_config]` **Added**\n* `unstructured_client.destinations.update_destination()`: \n * `request.update_destination_connector.config.[azure_destination_connector_config_input]` **Added**\n * `response.config.[azure_destination_connector_config]` **Added**\n"

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.601.0
1+
speakeasyVersion: 1.639.3
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:8165f715321cd34bcebb6c9bb0734a1791777229937787b8e13707d519b05a5e
6-
sourceBlobDigest: sha256:b4f8d9a6b0f4245c50b5e53298343df470978417248fa3988aeeb84ec9200c93
5+
sourceRevisionDigest: sha256:c0000ca02d148a3411badb20234511cebb95c1f6033ae1c7e5ea968dc62b379a
6+
sourceBlobDigest: sha256:bcbd8404a0c82a7f08a3b738055e5e7b2f1c14062a1de92180a7b2b9c0a3ea96
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1754698272
10-
- 1.1.45
9+
- speakeasy-sdk-regen-1756339855
10+
- 1.2.7
1111
targets:
1212
unstructured-python:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:8165f715321cd34bcebb6c9bb0734a1791777229937787b8e13707d519b05a5e
16-
sourceBlobDigest: sha256:b4f8d9a6b0f4245c50b5e53298343df470978417248fa3988aeeb84ec9200c93
15+
sourceRevisionDigest: sha256:c0000ca02d148a3411badb20234511cebb95c1f6033ae1c7e5ea968dc62b379a
16+
sourceBlobDigest: sha256:bcbd8404a0c82a7f08a3b738055e5e7b2f1c14062a1de92180a7b2b9c0a3ea96
1717
codeSamplesNamespace: my-source-code-samples
18-
codeSamplesRevisionDigest: sha256:a5e11972bfb15e43b7fcb2647b3a7b3e129e9303294f9110670280971b10780a
18+
codeSamplesRevisionDigest: sha256:7c16d73cd265c979e746ffcb3c753ea3a1ca0930c00d182e32fc0c0ef4e72d82
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ with UnstructuredClient() as uc_client:
346346
</br>
347347

348348
The same SDK client can also be used to make asynchronous requests by importing asyncio.
349+
349350
```python
350351
# Asynchronous Example
351352
import asyncio

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,4 +1119,14 @@ Based on:
11191119
### Generated
11201120
- [python v0.42.3] .
11211121
### Releases
1122-
- [PyPI v0.42.3] https://pypi.org/project/unstructured-client/0.42.3 - .
1122+
- [PyPI v0.42.3] https://pypi.org/project/unstructured-client/0.42.3 - .
1123+
1124+
## 2025-10-26 00:11:22
1125+
### Changes
1126+
Based on:
1127+
- OpenAPI Doc
1128+
- Speakeasy CLI 1.639.3 (2.730.5) https://github.com/speakeasy-api/speakeasy
1129+
### Generated
1130+
- [python v0.43.0] .
1131+
### Releases
1132+
- [PyPI v0.43.0] https://pypi.org/project/unstructured-client/0.43.0 - .

USAGE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ with UnstructuredClient() as uc_client:
1919
</br>
2020

2121
The same SDK client can also be used to make asynchronous requests by importing asyncio.
22+
2223
```python
2324
# Asynchronous Example
2425
import asyncio

0 commit comments

Comments
 (0)