File tree Expand file tree Collapse file tree 6 files changed +134
-122
lines changed
Expand file tree Collapse file tree 6 files changed +134
-122
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ speakeasyVersion: 1.601.0
22sources:
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
1111targets:
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
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff 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 - .
Original file line number Diff line number Diff 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
2425python :
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
Original file line number Diff line number Diff line change 11
22[project ]
33name = " unstructured-client"
4- version = " 0.42.8 "
4+ version = " 0.42.9 "
55description = " Python Client SDK for Unstructured API"
66authors = [{ name = " Unstructured" },]
77readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 33import 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
1111try :
1212 if __package__ is not None :
You canβt perform that action at this time.
0 commit comments