File tree 4 files changed +19
-9
lines changed
4 files changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -154,4 +154,14 @@ Based on:
154
154
### Generated
155
155
- [ python v0.8.0] .
156
156
### Releases
157
- - [ PyPI v0.8.0] https://pypi.org/project/unstructured-client/0.8.0 - .
157
+ - [ PyPI v0.8.0] https://pypi.org/project/unstructured-client/0.8.0 - .
158
+
159
+ ## 2023-10-02 00:18:30
160
+ ### Changes
161
+ Based on:
162
+ - OpenAPI Doc 0.0.1
163
+ - Speakeasy CLI 1.92.3 (2.143.2) https://github.com/speakeasy-api/speakeasy
164
+ ### Generated
165
+ - [ python v0.8.1] .
166
+ ### Releases
167
+ - [ PyPI v0.8.1] https://pypi.org/project/unstructured-client/0.8.1 - .
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ configVersion: 1.0.0
2
2
management :
3
3
docChecksum : 25324f1821b1070aa4a416ec8ddca590
4
4
docVersion : 0.0.1
5
- speakeasyVersion : 1.92.2
6
- generationVersion : 2.142 .2
5
+ speakeasyVersion : 1.92.3
6
+ generationVersion : 2.143 .2
7
7
generation :
8
8
comments :
9
9
disableComments : false
@@ -14,7 +14,7 @@ generation:
14
14
tagNamespacingDisabled : false
15
15
features :
16
16
python :
17
- core : 2.88.0
17
+ core : 2.88.1
18
18
downloadStreams : 0.0.1
19
19
examples : 2.81.2
20
20
globalSecurity : 2.81.1
@@ -23,7 +23,7 @@ features:
23
23
retries : 2.82.0
24
24
serverIDs : 2.81.1
25
25
python :
26
- version : 0.8.0
26
+ version : 0.8.1
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.8.0 " ,
13
+ version = "0.8.1 " ,
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,9 +25,9 @@ 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.8.0 '
29
- gen_version : str = '2.142 .2'
30
- user_agent : str = 'speakeasy-sdk/python 0.8.0 2.142 .2 0.0.1 unstructured-client'
28
+ sdk_version : str = '0.8.1 '
29
+ gen_version : str = '2.143 .2'
30
+ user_agent : str = 'speakeasy-sdk/python 0.8.1 2.143 .2 0.0.1 unstructured-client'
31
31
retry_config : RetryConfig = None
32
32
33
33
def get_server_details (self ) -> tuple [str , dict [str , str ]]:
You can’t perform that action at this time.
0 commit comments