Skip to content

Commit 504e201

Browse files
authored
Merge pull request #24 from Unstructured-IO/speakeasy-sdk-regen-1704759612
chore: 🐝 Update SDK - Generate
2 parents ab94fdc + b9e7313 commit 504e201

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.speakeasy/gen.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ management:
44
docChecksum: 559aacf6828c62bd379326645382b3ba
55
docVersion: 0.0.1
66
speakeasyVersion: internal
7-
generationVersion: 2.228.1
7+
generationVersion: 2.230.1
88
releaseVersion: 0.15.2
99
configChecksum: c7f5587d10f16ad71c809e8627e64175
1010
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git

RELEASES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,4 +334,14 @@ Based on:
334334
### Generated
335335
- [python v0.15.2] .
336336
### Releases
337+
- [PyPI v0.15.2] https://pypi.org/project/unstructured-client/0.15.2 - .
338+
339+
## 2024-01-09 00:20:10
340+
### Changes
341+
Based on:
342+
- OpenAPI Doc 0.0.1
343+
- Speakeasy CLI 1.134.0 (2.230.1) https://github.com/speakeasy-api/speakeasy
344+
### Generated
345+
- [python v0.15.2] .
346+
### Releases
337347
- [PyPI v0.15.2] https://pypi.org/project/unstructured-client/0.15.2 - .

src/unstructured_client/sdkconfiguration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ class SDKConfiguration:
2828
language: str = 'python'
2929
openapi_doc_version: str = '0.0.1'
3030
sdk_version: str = '0.15.2'
31-
gen_version: str = '2.228.1'
32-
user_agent: str = 'speakeasy-sdk/python 0.15.2 2.228.1 0.0.1 unstructured-client'
31+
gen_version: str = '2.230.1'
32+
user_agent: str = 'speakeasy-sdk/python 0.15.2 2.230.1 0.0.1 unstructured-client'
3333
retry_config: RetryConfig = None
3434

3535
def get_server_details(self) -> Tuple[str, Dict[str, str]]:

0 commit comments

Comments
 (0)