Skip to content

Commit c380230

Browse files
github-actions[bot]jiajun-unstructuredspeakeasybotawalker4
authored
chore: 🐝 Update SDK - Generate 0.36.0 (#274)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/63b74c1042cdc2fa8ecfcdeaddadbe4a> > OpenAPI Change report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/fc524779286d5ce441b92671a176513f> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.552.0 (2.610.0) https://github.com/speakeasy-api/speakeasy ## Versioning Version Bump Type: [minor] - 🤖 (automated) ## OpenAPI Change Summary ``` ├─┬Info │ └──[🔀] version (18:16) └─┬Components └─┬partition_parameters └──[➖] properties (1:99160)❌ ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | info | 1 | 0 | | components | 1 | 1 | ## PYTHON CHANGELOG ## 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))* --------- Co-authored-by: jiajun-unstructured <[email protected]> Co-authored-by: speakeasybot <[email protected]> Co-authored-by: Austin Walker <[email protected]>
1 parent 38dbe2d commit c380230

File tree

21 files changed

+1449
-1987
lines changed

21 files changed

+1449
-1987
lines changed

.speakeasy/gen.lock

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

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.544.0
1+
speakeasyVersion: 1.552.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:53a93cf17b0c135a55b556659f10f1e179ede13959d432e91ab06847d008a70b
6-
sourceBlobDigest: sha256:1ee9e979a771f2c36ad99bf61e63e8eea64b33b47b78ffe12d529627205c8b3d
5+
sourceRevisionDigest: sha256:7ceb514059ca48d6851ea7eacc84aa4177b0299d9fc01e71a891f6bc6244b089
6+
sourceBlobDigest: sha256:20af3cb02fd412795707dc692fcfdb11f412c27d8095ee4197ea318ea31c7bfe
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1746058311
10-
- 1.1.13
9+
- speakeasy-sdk-regen-1748459387
10+
- 1.1.17
1111
targets:
1212
unstructured-python:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:53a93cf17b0c135a55b556659f10f1e179ede13959d432e91ab06847d008a70b
16-
sourceBlobDigest: sha256:1ee9e979a771f2c36ad99bf61e63e8eea64b33b47b78ffe12d529627205c8b3d
15+
sourceRevisionDigest: sha256:7ceb514059ca48d6851ea7eacc84aa4177b0299d9fc01e71a891f6bc6244b089
16+
sourceBlobDigest: sha256:20af3cb02fd412795707dc692fcfdb11f412c27d8095ee4197ea318ea31c7bfe
1717
codeSamplesNamespace: my-source-code-samples
18-
codeSamplesRevisionDigest: sha256:e89aa66814dff7a62cf894bee505e9c1996c0ba1641816b5262edf315ef35e08
18+
codeSamplesRevisionDigest: sha256:8dd8b645e1112de59bfed16856623f891e44b10d8af11e4f48877b08541e246f
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ from unstructured_client.utils import BackoffStrategy, RetryConfig
116116
with UnstructuredClient() as uc_client:
117117

118118
res = uc_client.destinations.create_connection_check_destinations(request={
119-
"destination_id": "d9795fb7-2135-4e48-a51d-009dd6ca38a1",
119+
"destination_id": "cb9e35c1-0b04-4d98-83fa-fa6241323f96",
120120
},
121121
RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False))
122122

@@ -138,7 +138,7 @@ with UnstructuredClient(
138138
) as uc_client:
139139

140140
res = uc_client.destinations.create_connection_check_destinations(request={
141-
"destination_id": "d9795fb7-2135-4e48-a51d-009dd6ca38a1",
141+
"destination_id": "cb9e35c1-0b04-4d98-83fa-fa6241323f96",
142142
})
143143

144144
assert res.dag_node_connection_check is not None
@@ -183,7 +183,7 @@ with UnstructuredClient() as uc_client:
183183
try:
184184

185185
res = uc_client.destinations.create_connection_check_destinations(request={
186-
"destination_id": "d9795fb7-2135-4e48-a51d-009dd6ca38a1",
186+
"destination_id": "cb9e35c1-0b04-4d98-83fa-fa6241323f96",
187187
})
188188

189189
assert res.dag_node_connection_check is not None
@@ -305,7 +305,7 @@ from unstructured_client import UnstructuredClient
305305
with UnstructuredClient() as uc_client:
306306

307307
res = uc_client.destinations.create_connection_check_destinations(request={
308-
"destination_id": "d9795fb7-2135-4e48-a51d-009dd6ca38a1",
308+
"destination_id": "cb9e35c1-0b04-4d98-83fa-fa6241323f96",
309309
})
310310

311311
assert res.dag_node_connection_check is not None
@@ -327,7 +327,7 @@ async def main():
327327
async with UnstructuredClient() as uc_client:
328328

329329
res = await uc_client.destinations.create_connection_check_destinations_async(request={
330-
"destination_id": "d9795fb7-2135-4e48-a51d-009dd6ca38a1",
330+
"destination_id": "cb9e35c1-0b04-4d98-83fa-fa6241323f96",
331331
})
332332

333333
assert res.dag_node_connection_check is not None

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,4 +997,14 @@ Based on:
997997
### Generated
998998
- [python v0.35.0] .
999999
### Releases
1000-
- [PyPI v0.35.0] https://pypi.org/project/unstructured-client/0.35.0 - .
1000+
- [PyPI v0.35.0] https://pypi.org/project/unstructured-client/0.35.0 - .
1001+
1002+
## 2025-05-28 19:09:30
1003+
### Changes
1004+
Based on:
1005+
- OpenAPI Doc
1006+
- Speakeasy CLI 1.552.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
1007+
### Generated
1008+
- [python v0.36.0] .
1009+
### Releases
1010+
- [PyPI v0.36.0] https://pypi.org/project/unstructured-client/0.36.0 - .

USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ from unstructured_client import UnstructuredClient
77
with UnstructuredClient() as uc_client:
88

99
res = uc_client.destinations.create_connection_check_destinations(request={
10-
"destination_id": "d9795fb7-2135-4e48-a51d-009dd6ca38a1",
10+
"destination_id": "cb9e35c1-0b04-4d98-83fa-fa6241323f96",
1111
})
1212

1313
assert res.dag_node_connection_check is not None
@@ -29,7 +29,7 @@ async def main():
2929
async with UnstructuredClient() as uc_client:
3030

3131
res = await uc_client.destinations.create_connection_check_destinations_async(request={
32-
"destination_id": "d9795fb7-2135-4e48-a51d-009dd6ca38a1",
32+
"destination_id": "cb9e35c1-0b04-4d98-83fa-fa6241323f96",
3333
})
3434

3535
assert res.dag_node_connection_check is not None

0 commit comments

Comments
 (0)