File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -74,4 +74,14 @@ Based on:
7474### Generated
7575- [ python v0.4.0] .
7676### Releases
77- - [ PyPI v0.4.0] https://pypi.org/project/unstructured-client/0.4.0 - .
77+ - [ PyPI v0.4.0] https://pypi.org/project/unstructured-client/0.4.0 - .
78+
79+ ## 2023-09-21 22:14:21
80+ ### Changes
81+ Based on:
82+ - OpenAPI Doc 0.0.1
83+ - Speakeasy CLI 1.89.0 (2.125.1) https://github.com/speakeasy-api/speakeasy
84+ ### Generated
85+ - [ python v0.5.0] .
86+ ### Releases
87+ - [ PyPI v0.5.0] https://pypi.org/project/unstructured-client/0.5.0 - .
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ features:
2323 retries : 2.82.0
2424 serverIDs : 2.81.1
2525python :
26- version : 0.4 .0
26+ version : 0.5 .0
2727 author : Unstructured
2828 clientServerStatusCodesAsErrors : true
2929 description : Python Client SDK Generated by Speakeasy
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212 name = "unstructured-client" ,
13- version = "0.4 .0" ,
13+ version = "0.5 .0" ,
1414 author = "Unstructured" ,
1515 description = "Python Client SDK Generated by Speakeasy" ,
1616 long_description = long_description ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class SDKConfiguration:
2525 server : str = ''
2626 language : str = 'python'
2727 openapi_doc_version : str = '0.0.1'
28- sdk_version : str = '0.4 .0'
28+ sdk_version : str = '0.5 .0'
2929 gen_version : str = '2.125.1'
3030 retry_config : RetryConfig = None
3131
You can’t perform that action at this time.
0 commit comments