File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 - .
Original file line number Diff line number Diff 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 ]]:
You can’t perform that action at this time.
0 commit comments