File tree 4 files changed +14
-4
lines changed
4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -64,4 +64,14 @@ Based on:
64
64
### Generated
65
65
- [ python v0.3.0] .
66
66
### 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:
23
23
retries : 2.82.0
24
24
serverIDs : 2.81.1
25
25
python :
26
- version : 0.3 .0
26
+ version : 0.4 .0
27
27
author : Unstructured
28
28
clientServerStatusCodesAsErrors : true
29
29
description : Python Client SDK Generated by Speakeasy
Original file line number Diff line number Diff line change 10
10
11
11
setuptools .setup (
12
12
name = "unstructured-client" ,
13
- version = "0.3 .0" ,
13
+ version = "0.4 .0" ,
14
14
author = "Unstructured" ,
15
15
description = "Python Client SDK Generated by Speakeasy" ,
16
16
long_description = long_description ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class SDKConfiguration:
25
25
server : str = ''
26
26
language : str = 'python'
27
27
openapi_doc_version : str = '0.0.1'
28
- sdk_version : str = '0.3 .0'
28
+ sdk_version : str = '0.4 .0'
29
29
gen_version : str = '2.125.1'
30
30
retry_config : RetryConfig = None
31
31
You can’t perform that action at this time.
0 commit comments