Skip to content

Commit dbf1c07

Browse files
github-actions[bot]speakeasybotawalker4
authored
chore: 🐝 Update SDK - Generate 0.37.2 (#278)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/a1e590ef9f0c5673d25800b0d8ece724> > OpenAPI Change report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/0393f616cfd728fa0becca01bff63f44> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.552.0 (2.610.0) https://github.com/speakeasy-api/speakeasy ## Versioning Version Bump Type: [patch] - 🤖 (automated) ## OpenAPI Change Summary No specification changes ## PYTHON CHANGELOG ## sdkHooks: 1.0.1 - 2025-02-18 ### 🐛 Bug Fixes - Ensure base_url is set with global or client instantiation server URL *(commit by [@bflad](https://github.com/bflad))* ## sdkHooks: 1.0.0 - 2024-07-04 ### 🐝 New Features - upgrade to pythonv2 *(commit by [@ThomasRooney](https://github.com/ThomasRooney))* ## core: 5.19.0 - 2025-05-20 ### 🐝 New Features - Enable module lazy loading. This leads to faster module import times *(commit by [@kanwardeep](https://github.com/Kanwardeep))* ## core: 5.18.1 - 2025-05-15 ### 🐛 Bug Fixes - Prevent AsyncClient.aclose() not awaited warnings *(commit by [@bflad](https://github.com/bflad))* ## core: 5.18.0 - 2025-05-12 ### 🐝 New Features - upgrade minimum python version to 3.9.2 *(commit by [@simplesagar](https://github.com/simplesagar))* ## core: 5.17.2 - 2025-05-07 ### 🐛 Bug Fixes - fixed stability of generated examples using operation and field seeds, including fixes to union examples *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.17.1 - 2025-05-04 ### 🐛 Bug Fixes - Revert the commit which introduced moduleName change *(commit by [@kanwardeep](https://github.com/Kanwardeep))* ## core: 5.17.0 - 2025-04-30 ### 🐝 New Features - adding the ability to choose module name by adding a new key in gen.yaml *(commit by [@kanwardeep](https://github.com/Kanwardeep))* ## core: 5.16.1 - 2025-04-23 ### 🐛 Bug Fixes - improved python http client finalizer to avoid testing issues *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.16.0 - 2025-04-18 ### 🐝 New Features - Remove typing-inspection dependency *(commit by [@bflad](https://github.com/bflad))* ## core: 5.15.0 - 2025-04-17 ### 🐝 New Features - Remove python-dateutil dependency *(commit by [@bflad](https://github.com/bflad))* ## core: 5.14.0 - 2025-04-15 ### 🐝 New Features - Upgrade mypy to 1.15 for performance and correctness improvements *(commit by [@bflad](https://github.com/bflad))* ## core: 5.12.7 - 2025-04-11 ### 🐛 Bug Fixes - increase stability of generator model file names *(commit by [@vishalg0wda](https://github.com/vishalg0wda))* ## core: 5.13.0 - 2025-04-07 ### 🐝 New Features - Improve memory utilization and startup time with Pydantic 2.11 upgrade *(commit by [@bflad](https://github.com/bflad))* ## core: 5.12.6 - 2025-04-03 ### 🐛 Bug Fixes - improve performance of generation on multicore machines and various fixes to correctness based on order of generation *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.12.5 - 2025-03-28 ### 🐛 Bug Fixes - Prevent Pydantic 2.11 deprecation warnings with model_fields usage in models *(commit by [@bflad](https://github.com/bflad))* ## core: 5.12.4 - 2025-03-16 ### 🐛 Bug Fixes - force quote circular referenced types *(commit by [@ThomasRooney](https://github.com/ThomasRooney))* ## core: 5.12.3 - 2025-03-10 ### 🐛 Bug Fixes - disable key sorting when serializing to json *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.12.2 - 2025-03-02 ### 🐛 Bug Fixes - handle indirect circular references *(commit by [@vishalg0wda](https://github.com/vishalg0wda))* ## core: 5.12.1 - 2025-02-21 ### 🐛 Bug Fixes - handle usage snippet templating when no servers are defined in the spec *(commit by [@vishalg0wda](https://github.com/vishalg0wda))* ## core: 5.12.0 - 2025-02-12 ### 🐝 New Features - support openapi specs without server urls *(commit by [@vishalg0wda](https://github.com/vishalg0wda))* ## core: 5.11.0 - 2025-02-04 ### 🐝 New Features - make testing security example matching more forgiving *(commit by [@ryan-timothy-albert](https://github.com/ryan-timothy-albert))* ## core: 5.10.9 - 2025-01-31 ### 🐛 Bug Fixes - fixed handling of default fields in usage snippets and tests, fixed validation of required schema property *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.10.8 - 2025-01-30 ### 🐛 Bug Fixes - fixed handling of field names conflicting with reserved keywords *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.10.7 - 2025-01-29 ### 🐛 Bug Fixes - allow for no global server url on pythonv2 sdks *(commit by [@walker-tx](https://github.com/walker-tx))* ## core: 5.10.6 - 2025-01-27 ### 🐛 Bug Fixes - sort subresponses based on the worst scoring response in the group to ensure that no unreachable code paths are created *(commit by [@idbentley](https://github.com/idbentley))* ## core: 5.10.5 - 2025-01-23 ### 🐛 Bug Fixes - register finalizer function to close httpx clients and document context manager usage *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.10.4 - 2025-01-20 ### 🐛 Bug Fixes - unpin pythonv2 dependencies *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.10.3 - 2025-01-20 ### 🐛 Bug Fixes - fixed handling of additional dependencies and running of python tests *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.10.2 - 2025-01-13 ### 🐛 Bug Fixes - handle 4XX and 5XX error ranges seperately *(commit by [@idbentley](https://github.com/idbentley))* ## core: 5.10.1 - 2025-01-10 ### 🐛 Bug Fixes - prevent wrapping of lambda fn from causing pylint error *(commit by [@walker-tx](https://github.com/walker-tx))* ## core: 5.10.0 - 2025-01-08 ### 🐝 New Features - expose sdk versioning data as constants in python *(commit by [@walker-tx](https://github.com/walker-tx))* ## core: 5.9.0 - 2025-01-08 ### 🐝 New Features - Upgrade poetry to 2.0.0 for latest features such as PEP 621 support *(commit by [@bflad](https://github.com/bflad))* ## core: 5.8.0 - 2025-01-06 ### 🐝 New Features - Bump Python minimum version to 3.9 as 3.8 has been end-of-life since October 2024 *(commit by [@bflad](https://github.com/bflad))* ## core: 5.7.6 - 2025-01-06 ### 🐛 Bug Fixes - Upgrade mypy to 1.14.1 to prevent Python 3.13 errors *(commit by [@bflad](https://github.com/bflad))* ## core: 5.7.5 - 2025-01-06 ### 🐛 Bug Fixes - conflicts with models package in field names *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.7.4 - 2024-12-16 ### 🐛 Bug Fixes - flattening with hidden parameters *(commit by [@mfbx9da4](https://github.com/mfbx9da4))* ## core: 5.7.3 - 2024-12-13 ### 🐛 Bug Fixes - Support OAS references under multipart/form-data file properties *(commit by [@bflad](https://github.com/bflad))* ## core: 5.7.2 - 2024-12-13 ### 🐛 Bug Fixes - add a docstring for http_headers *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.7.1 - 2024-12-12 ### 🐛 Bug Fixes - templating of local server URLs *(commit by [@mfbx9da4](https://github.com/mfbx9da4))* ## core: 5.7.0 - 2024-12-12 ### 🐝 New Features - support passing extra request headers in sdk method calls *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.6.11 - 2024-12-09 ### 🔧 Chores - update pydantic and httpx dependencies *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.6.10 - 2024-12-06 ### 🐛 Bug Fixes - support property names solely comprised of illegal characters *(commit by [@mfbx9da4](https://github.com/mfbx9da4))* ## core: 5.6.9 - 2024-12-04 ### 🐛 Bug Fixes - avoid setting content-type header for requests with no bodies *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.6.8 - 2024-11-22 ### 🐛 Bug Fixes - handle circular references through unions correctly *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.6.7 - 2024-11-22 ### 🐛 Bug Fixes - make the SDK a context manager so transports can be closed after use *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.6.6 - 2024-11-21 ### 🐛 Bug Fixes - widen python-dateutil dependency requirement *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.6.5 - 2024-11-12 ### 🐛 Bug Fixes - sort media type objects by specificity *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.6.4 - 2024-11-05 ### 🐛 Bug Fixes - Prevent compilation errors with missing response schemas *(commit by [@bflad](https://github.com/bflad))* ## core: 5.6.3 - 2024-11-04 ### 🐛 Bug Fixes - Prevent compilation errors on macOS and if the source code directory changes *(commit by [@bflad](https://github.com/bflad))* ## core: 5.6.2 - 2024-10-31 ### 🐛 Bug Fixes - Prevent panic with invalid implicit discriminator mappings with propertyName within allOf object *(commit by [@bflad](https://github.com/bflad))* ## core: 5.6.1 - 2024-10-29 ### 🔧 Chores - upgrade pydantic to 2.9.2 *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.6.0 - 2024-10-07 ### 🐝 New Features - export python package metadata *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.5.8 - 2024-10-01 ### 🐛 Bug Fixes - import `TypedDict` from `typing_extensions` *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.5.7 - 2024-09-27 ### 🐛 Bug Fixes - update readme formatting *(commit by [@adaam2](https://github.com/adaam2))* ## core: 5.5.6 - 2024-09-25 ### 🐛 Bug Fixes - update readme generation to replace welcome to new sdk section with new markdown notice *(commit by [@adaam2](https://github.com/adaam2))* ## core: 5.5.5 - 2024-09-25 ### 🐛 Bug Fixes - fixes to missing examples and improvements to number examples *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.5.4 - 2024-09-18 ### 🐛 Bug Fixes - fixed handling of pre calculated examples *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.5.3 - 2024-09-12 ### 🐛 Bug Fixes - crash when there was no available security *(commit by [@ThomasRooney](https://github.com/ThomasRooney))* ## core: 5.5.2 - 2024-09-11 ### 🔧 Chores - improvements to usage snippet generation *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.5.1 - 2024-09-10 ### 🔧 Chores - sort sub-sdks in readme *(commit by [@ThomasRooney](https://github.com/ThomasRooney))* ## core: 5.5.0 - 2024-09-08 ### 🐝 New Features - format code with dprint *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.4.5 - 2024-09-07 ### 🐛 Bug Fixes - ensure async client is used for async request building *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.4.4 - 2024-09-06 ### 🔧 Chores - upgrade to Pydantic 2.9 *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.4.3 - 2024-09-05 ### 🐛 Bug Fixes - ensure generated examples are stable generation to generation *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.4.2 - 2024-08-28 ### 🐛 Bug Fixes - remove pyright entry from pyproject.toml *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.3.9 - 2024-08-18 ### 🐛 Bug Fixes - fixed handling of unset values when using serializers *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.4.1 - 2024-08-17 ### 🔧 Chores - remove unused method param *(commit by [@adaam2](https://github.com/adaam2))* ## core: 5.3.8 - 2024-08-12 ### 🐛 Bug Fixes - downgrade python-dateutil to 2.8.2 *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.4.0 - 2024-08-09 ### 🐝 New Features - default debug logging *(commit by [@ryan-timothy-albert](https://github.com/ryan-timothy-albert))* ## core: 5.3.7 - 2024-08-08 ### 🔧 Chores - add README information regarding IDE support *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.3.6 - 2024-08-08 ### 🐛 Bug Fixes - ensure README uploaded to pypi used absolute links *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.3.5 - 2024-08-07 ### 🐛 Bug Fixes - ordering of models in file to ensure dependencies come first *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.3.4 - 2024-08-06 ### 🐛 Bug Fixes - various fixes to linting and type errors *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.3.3 - 2024-08-02 ### 🐛 Bug Fixes - fixed various issues with pyright warning/errors *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.3.2 - 2024-08-01 ### 🐛 Bug Fixes - language specific env var wrapping *(commit by [@ThomasRooney](https://github.com/ThomasRooney))* ## core: 5.3.1 - 2024-08-01 ### 🔧 Chores - set pyproject.toml version field at compile time *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.2.6 - 2024-08-01 ### 🐛 Bug Fixes - add --skip-existing to poetry publish script *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.3.0 - 2024-07-31 ### 🐝 New Features - python debug logger interface *(commit by [@ryan-timothy-albert](https://github.com/ryan-timothy-albert))* ## core: 5.2.5 - 2024-07-31 ### 🐛 Bug Fixes - fixed conversion of collection fields from TypedDict to Pydantic model *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.2.4 - 2024-07-23 ### 🐛 Bug Fixes - avoid injecting empty 2xx sub-response if `default` status code is available and considered succesful *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.2.3 - 2024-07-23 ### 🐛 Bug Fixes - fixed usage snippet generation not showing examples for oneOf/anyOf schemas *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.2.2 - 2024-07-22 ### 🐛 Bug Fixes - handling of empty response bodies *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.2.1 - 2024-07-22 ### 🐛 Bug Fixes - handling of renamed object fields using x-speakeasy-name-override *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.2.0 - 2024-07-19 ### 🐝 New Features - make unset a falsy value *(commit by [@ryan-timothy-albert](https://github.com/ryan-timothy-albert))* ## core: 5.1.6 - 2024-07-17 ### 🐛 Bug Fixes - allow model_ prefixes on model fields *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.1.5 - 2024-07-17 ### 🐛 Bug Fixes - fixed handling of nullable fields and py.typed detection *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.1.4 - 2024-07-16 ### 🐛 Bug Fixes - fixed errors raised by Mypy *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.1.3 - 2024-07-16 ### 🔧 Chores - add CONTRIBUTING.md generation if file doesn't exist *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.1.2 - 2024-07-15 ### 🐛 Bug Fixes - revert debug mode feature pending further improvements *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.1.1 - 2024-07-12 ### 🐛 Bug Fixes - class attribute uses default factory for unset *(commit by [@ryan-timothy-albert](https://github.com/ryan-timothy-albert))* ## core: 5.1.0 - 2024-07-11 ### 🐝 New Features - python debug logs *(commit by [@ryan-timothy-albert](https://github.com/ryan-timothy-albert))* ## core: 4.8.1 - 2024-07-09 ### 🐛 Bug Fixes - Use 0666 file mode for writing configuration and lock files *(commit by [@bflad](https://github.com/bflad))* ## core: 4.8.0 - 2024-07-05 ### 🐝 New Features - add timeout config to pythonv2 operations and sdk *(commit by [@ryan-timothy-albert](https://github.com/ryan-timothy-albert))* ## core: 5.0.0 - 2024-07-04 ### 🐝 New Features - upgrade to pythonv2 *(commit by [@ThomasRooney](https://github.com/ThomasRooney))* ## core: 4.6.14 - 2024-06-27 ### 🐛 Bug Fixes - remove unnecessary accept_header_override documentation elements *(commit by [@ThomasRooney](https://github.com/ThomasRooney))* ## core: 4.6.13 - 2024-06-21 ### 🔧 Chores - update contribution section wording *(commit by [@disintegrator](https://github.com/disintegrator))* --------- Co-authored-by: speakeasybot <[email protected]> Co-authored-by: Austin Walker <[email protected]>
1 parent 1c113e3 commit dbf1c07

File tree

9 files changed

+458
-33
lines changed

9 files changed

+458
-33
lines changed

.speakeasy/gen.lock

Lines changed: 7 additions & 7 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: bac3524113e4b9ed02bfae0e65ccb42b
4+
docChecksum: 940cbfd3d076c56d2c04a8413abb0e1d
55
docVersion: 1.1.25
6-
speakeasyVersion: 1.552.0
7-
generationVersion: 2.610.0
8-
releaseVersion: 0.37.1
9-
configChecksum: 995e2ded80d15617a1661ac4be288219
6+
speakeasyVersion: 1.568.0
7+
generationVersion: 2.632.2
8+
releaseVersion: 0.37.2
9+
configChecksum: c18311f5449d4c3ab52058b6c2ab8715
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,7 +16,7 @@ features:
1616
acceptHeaders: 3.0.0
1717
additionalDependencies: 1.0.0
1818
constsAndDefaults: 1.0.5
19-
core: 5.19.0
19+
core: 5.19.3
2020
defaultEnabledRetries: 0.2.0
2121
enumUnions: 0.1.0
2222
envVarSecurityUsage: 0.3.2
@@ -32,7 +32,7 @@ features:
3232
openEnums: 1.0.1
3333
responseFormat: 1.0.1
3434
retries: 3.0.2
35-
sdkHooks: 1.0.1
35+
sdkHooks: 1.1.0
3636
serverIDs: 3.0.0
3737
unions: 3.0.4
3838
uploadStreams: 1.0.0

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.552.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:d14d57547ad78fb9de555d53df7316688897fcfde70597ebae236e093686ac64
5+
sourceRevisionDigest: sha256:71b0c415bf2f060aae163e8321db207f2c3a5661e9fc4687f442ff1d7bf63a31
66
sourceBlobDigest: sha256:344e0d1a73221fe624794cb7c74290201da4093a73b6897fcbadea1d1cc99447
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1749082267
9+
- speakeasy-sdk-regen-1750778809
1010
- 1.1.25
1111
targets:
1212
unstructured-python:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:d14d57547ad78fb9de555d53df7316688897fcfde70597ebae236e093686ac64
15+
sourceRevisionDigest: sha256:71b0c415bf2f060aae163e8321db207f2c3a5661e9fc4687f442ff1d7bf63a31
1616
sourceBlobDigest: sha256:344e0d1a73221fe624794cb7c74290201da4093a73b6897fcbadea1d1cc99447
1717
codeSamplesNamespace: my-source-code-samples
18-
codeSamplesRevisionDigest: sha256:0d9d8872a992b8f4dc480ccfd3fe65d9966f22cfbc3e69668ab15922d75a6c4c
18+
codeSamplesRevisionDigest: sha256:a50f51859ef75df1e6875cbaf24765f1fdad97a569e90b04084015fc6a98029c
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -410,30 +410,18 @@ Certain SDK methods accept file objects as part of a request body or multi-part
410410
411411
```python
412412
from unstructured_client import UnstructuredClient
413-
from unstructured_client.models import shared
414413

415414

416415
with UnstructuredClient() as uc_client:
417416

418-
res = uc_client.general.partition(request={
419-
"partition_parameters": {
420-
"files": {
421-
"content": open("example.file", "rb"),
422-
"file_name": "example.file",
423-
},
424-
"split_pdf_page_range": [
425-
1,
426-
10,
427-
],
428-
"vlm_model": shared.VLMModel.GPT_4O,
429-
"vlm_model_provider": shared.VLMModelProvider.OPENAI,
430-
},
417+
res = uc_client.workflows.run_workflow(request={
418+
"workflow_id": "e7054f23-ce92-4bf1-a1d7-7cf9cb14d013",
431419
})
432420

433-
assert res.elements is not None
421+
assert res.job_information is not None
434422

435423
# Handle response
436-
print(res.elements)
424+
print(res.job_information)
437425

438426
```
439427
<!-- End File uploads [file-upload] -->

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,4 +1017,14 @@ Based on:
10171017
### Generated
10181018
- [python v0.37.1] .
10191019
### Releases
1020-
- [PyPI v0.37.1] https://pypi.org/project/unstructured-client/0.37.1 - .
1020+
- [PyPI v0.37.1] https://pypi.org/project/unstructured-client/0.37.1 - .
1021+
1022+
## 2025-06-24 15:26:33
1023+
### Changes
1024+
Based on:
1025+
- OpenAPI Doc
1026+
- Speakeasy CLI 1.552.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
1027+
### Generated
1028+
- [python v0.37.2] .
1029+
### Releases
1030+
- [PyPI v0.37.2] https://pypi.org/project/unstructured-client/0.37.2 - .

docs/sdks/general/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,17 @@ with UnstructuredClient() as uc_client:
2222

2323
res = uc_client.general.partition(request={
2424
"partition_parameters": {
25+
"chunking_strategy": "by_title",
2526
"files": {
2627
"content": open("example.file", "rb"),
2728
"file_name": "example.file",
2829
},
30+
"split_pdf_cache_tmp_data_dir": "<value>",
2931
"split_pdf_page_range": [
3032
1,
3133
10,
3234
],
35+
"strategy": shared.Strategy.AUTO,
3336
"vlm_model": shared.VLMModel.GPT_4O,
3437
"vlm_model_provider": shared.VLMModelProvider.OPENAI,
3538
},

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ generation:
1414
oAuth2ClientCredentialsEnabled: false
1515
oAuth2PasswordEnabled: false
1616
python:
17-
version: 0.37.1
17+
version: 0.37.2
1818
additionalDependencies:
1919
dev:
2020
deepdiff: '>=6.0'

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "unstructured-client"
3-
version = "0.37.1"
3+
version = "0.37.2"
44
description = "Python Client SDK for Unstructured API"
55
authors = [{ name = "Unstructured" },]
66
readme = "README-PYPI.md"
@@ -52,6 +52,8 @@ pythonpath = ["src"]
5252

5353
[tool.mypy]
5454
disable_error_code = "misc"
55+
explicit_package_bases = true
56+
mypy_path = "src"
5557

5658
[[tool.mypy.overrides]]
5759
module = "typing_inspect"

src/unstructured_client/_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "unstructured-client"
6-
__version__: str = "0.37.1"
6+
__version__: str = "0.37.2"
77
__openapi_doc_version__: str = "1.1.25"
8-
__gen_version__: str = "2.610.0"
9-
__user_agent__: str = "speakeasy-sdk/python 0.37.1 2.610.0 1.1.25 unstructured-client"
8+
__gen_version__: str = "2.632.2"
9+
__user_agent__: str = "speakeasy-sdk/python 0.37.2 2.632.2 1.1.25 unstructured-client"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)