Skip to content

Commit 4c02f70

Browse files
chore: 🐝 Update SDK - Generate 0.42.9 (#324)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/acc9ed4ac70b9e127a4693cc52193c86> > OpenAPI Change report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/3ce57b3ff042c75da24df753a4e9de1f> # SDK update ## Versioning Version Bump Type: [patch] - πŸ€– (automated) <details> <summary>OpenAPI Change Summary</summary> ``` └─┬Info └──[πŸ”€] version (18:16) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | info | 1 | 0 | </details> ## PYTHON CHANGELOG No relevant generator changes Based on [Speakeasy CLI](https://github.com/speakeasy-api/speakeasy) 1.601.0 Co-authored-by: speakeasybot <[email protected]>
1 parent 9bbb7be commit 4c02f70

File tree

6 files changed

+134
-122
lines changed

6 files changed

+134
-122
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 109 additions & 109 deletions
Large diffs are not rendered by default.

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.601.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:70ec1e7cfa1e804a9187f8798f93d6549dace1021f1ce0fbb13752ffdadc1ea0
6-
sourceBlobDigest: sha256:9d8baaccd13c785a0c4f6b4eff57d0432dc1f978ff4d87065c68a15bbd8f4014
5+
sourceRevisionDigest: sha256:bb294c5acf766035792f752ed036cc8e4183e5f23b75fa5cb885b7499dcf6306
6+
sourceBlobDigest: sha256:555b59cc03c5a4e9bfb3817e48dec67a8b8e13a6a46712cf5e23a6230fec359e
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1767731152
10-
- 1.2.23
9+
- speakeasy-sdk-regen-1768522382
10+
- 1.2.28
1111
targets:
1212
unstructured-python:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:70ec1e7cfa1e804a9187f8798f93d6549dace1021f1ce0fbb13752ffdadc1ea0
16-
sourceBlobDigest: sha256:9d8baaccd13c785a0c4f6b4eff57d0432dc1f978ff4d87065c68a15bbd8f4014
15+
sourceRevisionDigest: sha256:bb294c5acf766035792f752ed036cc8e4183e5f23b75fa5cb885b7499dcf6306
16+
sourceBlobDigest: sha256:555b59cc03c5a4e9bfb3817e48dec67a8b8e13a6a46712cf5e23a6230fec359e
1717
codeSamplesNamespace: my-source-code-samples
18-
codeSamplesRevisionDigest: sha256:ee2dd2d6a93a43d9a4528a2678dd7092d4488e6825964c3a947c64e1ea7a216a
18+
codeSamplesRevisionDigest: sha256:4dd3dc9d9824533e6a8e70ef4a0db808b125deb8c266a62a99a11c64162b7595
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,4 +1170,14 @@ Based on:
11701170
### Generated
11711171
- [python v0.42.8] .
11721172
### Releases
1173-
- [PyPI v0.42.8] https://pypi.org/project/unstructured-client/0.42.8 - .
1173+
- [PyPI v0.42.8] https://pypi.org/project/unstructured-client/0.42.8 - .
1174+
1175+
## 2026-01-18 00:13:50
1176+
### Changes
1177+
Based on:
1178+
- OpenAPI Doc
1179+
- Speakeasy CLI 1.601.0 (2.680.0) https://github.com/speakeasy-api/speakeasy
1180+
### Generated
1181+
- [python v0.42.9] .
1182+
### Releases
1183+
- [PyPI v0.42.9] https://pypi.org/project/unstructured-client/0.42.9 - .

β€Žgen.yamlβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ generation:
1010
requestResponseComponentNamesFeb2024: false
1111
securityFeb2025: false
1212
sharedErrorComponentsApr2025: false
13+
sharedNestedComponentsJan2026: false
1314
auth:
1415
oAuth2ClientCredentialsEnabled: false
1516
oAuth2PasswordEnabled: false
@@ -22,7 +23,7 @@ generation:
2223
schemas:
2324
allOfMergeStrategy: shallowMerge
2425
python:
25-
version: 0.42.8
26+
version: 0.42.9
2627
additionalDependencies:
2728
dev:
2829
deepdiff: '>=6.0'
@@ -83,3 +84,4 @@ python:
8384
responseFormat: envelope
8485
sseFlatResponse: false
8586
templateVersion: v2
87+
useAsyncHooks: false

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[project]
33
name = "unstructured-client"
4-
version = "0.42.8"
4+
version = "0.42.9"
55
description = "Python Client SDK for Unstructured API"
66
authors = [{ name = "Unstructured" },]
77
readme = "README-PYPI.md"

β€Ž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.42.8"
7-
__openapi_doc_version__: str = "1.2.23"
6+
__version__: str = "0.42.9"
7+
__openapi_doc_version__: str = "1.2.28"
88
__gen_version__: str = "2.680.0"
9-
__user_agent__: str = "speakeasy-sdk/python 0.42.8 2.680.0 1.2.23 unstructured-client"
9+
__user_agent__: str = "speakeasy-sdk/python 0.42.9 2.680.0 1.2.28 unstructured-client"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
Β (0)