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 @@ -64,4 +64,14 @@ Based on:
6464### Generated
6565- [ python v0.3.0] .
6666### Releases
67- - [ PyPI v0.3.0] https://pypi.org/project/unstructured-client/0.3.0 - .
67+ - [ PyPI v0.3.0] https://pypi.org/project/unstructured-client/0.3.0 - .
68+
69+ ## 2023-09-21 22:00:13
70+ ### Changes
71+ Based on:
72+ - OpenAPI Doc 0.0.1
73+ - Speakeasy CLI 1.89.0 (2.125.1) https://github.com/speakeasy-api/speakeasy
74+ ### Generated
75+ - [ python v0.4.0] .
76+ ### Releases
77+ - [ PyPI v0.4.0] https://pypi.org/project/unstructured-client/0.4.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.3 .0
26+ version : 0.4 .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.3 .0" ,
13+ version = "0.4 .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.3 .0'
28+ sdk_version : str = '0.4 .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