Skip to content

chore: 🐝 Update SDK - Generate 0.36.0 #274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
257 changes: 98 additions & 159 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.544.0
speakeasyVersion: 1.552.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:53a93cf17b0c135a55b556659f10f1e179ede13959d432e91ab06847d008a70b
sourceBlobDigest: sha256:1ee9e979a771f2c36ad99bf61e63e8eea64b33b47b78ffe12d529627205c8b3d
sourceRevisionDigest: sha256:7ceb514059ca48d6851ea7eacc84aa4177b0299d9fc01e71a891f6bc6244b089
sourceBlobDigest: sha256:20af3cb02fd412795707dc692fcfdb11f412c27d8095ee4197ea318ea31c7bfe
tags:
- latest
- speakeasy-sdk-regen-1746058311
- 1.1.13
- speakeasy-sdk-regen-1748459387
- 1.1.17
targets:
unstructured-python:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:53a93cf17b0c135a55b556659f10f1e179ede13959d432e91ab06847d008a70b
sourceBlobDigest: sha256:1ee9e979a771f2c36ad99bf61e63e8eea64b33b47b78ffe12d529627205c8b3d
sourceRevisionDigest: sha256:7ceb514059ca48d6851ea7eacc84aa4177b0299d9fc01e71a891f6bc6244b089
sourceBlobDigest: sha256:20af3cb02fd412795707dc692fcfdb11f412c27d8095ee4197ea318ea31c7bfe
codeSamplesNamespace: my-source-code-samples
codeSamplesRevisionDigest: sha256:e89aa66814dff7a62cf894bee505e9c1996c0ba1641816b5262edf315ef35e08
codeSamplesRevisionDigest: sha256:8dd8b645e1112de59bfed16856623f891e44b10d8af11e4f48877b08541e246f
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ from unstructured_client.utils import BackoffStrategy, RetryConfig
with UnstructuredClient() as uc_client:

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

Expand All @@ -138,7 +138,7 @@ with UnstructuredClient(
) as uc_client:

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

assert res.dag_node_connection_check is not None
Expand Down Expand Up @@ -183,7 +183,7 @@ with UnstructuredClient() as uc_client:
try:

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

assert res.dag_node_connection_check is not None
Expand Down Expand Up @@ -305,7 +305,7 @@ from unstructured_client import UnstructuredClient
with UnstructuredClient() as uc_client:

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

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

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

assert res.dag_node_connection_check is not None
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -997,4 +997,14 @@ Based on:
### Generated
- [python v0.35.0] .
### Releases
- [PyPI v0.35.0] https://pypi.org/project/unstructured-client/0.35.0 - .
- [PyPI v0.35.0] https://pypi.org/project/unstructured-client/0.35.0 - .

## 2025-05-28 19:09:30
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.552.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.36.0] .
### Releases
- [PyPI v0.36.0] https://pypi.org/project/unstructured-client/0.36.0 - .
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ from unstructured_client import UnstructuredClient
with UnstructuredClient() as uc_client:

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

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

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

assert res.dag_node_connection_check is not None
Expand Down
Loading