File tree 6 files changed +21
-11
lines changed
6 files changed +21
-11
lines changed Original file line number Diff line number Diff line change @@ -204,4 +204,14 @@ Based on:
204
204
### Generated
205
205
- [ python v0.11.0] .
206
206
### Releases
207
- - [ PyPI v0.11.0] https://pypi.org/project/unstructured-client/0.11.0 - .
207
+ - [ PyPI v0.11.0] https://pypi.org/project/unstructured-client/0.11.0 - .
208
+
209
+ ## 2023-10-21 00:17:35
210
+ ### Changes
211
+ Based on:
212
+ - OpenAPI Doc 0.0.1
213
+ - Speakeasy CLI 1.104.0 (2.169.0) https://github.com/speakeasy-api/speakeasy
214
+ ### Generated
215
+ - [ python v0.12.0] .
216
+ ### Releases
217
+ - [ PyPI v0.12.0] https://pypi.org/project/unstructured-client/0.12.0 - .
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ req = shared.PartitionParameters(
15
15
encoding = ' utf-8' ,
16
16
files = shared.PartitionParametersFiles(
17
17
content = ' +WmI5Q)|yy' .encode(),
18
- files = ' Washington ' ,
18
+ files = ' string ' ,
19
19
),
20
20
gz_uncompressed_content_type = ' application/pdf' ,
21
21
hi_res_model_name = ' yolox' ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ req = shared.PartitionParameters(
25
25
encoding = ' utf-8' ,
26
26
files = shared.PartitionParametersFiles(
27
27
content = ' +WmI5Q)|yy' .encode(),
28
- files = ' Washington ' ,
28
+ files = ' string ' ,
29
29
),
30
30
gz_uncompressed_content_type = ' application/pdf' ,
31
31
hi_res_model_name = ' yolox' ,
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.102.1
6
- generationVersion : 2.166 .0
5
+ speakeasyVersion : 1.104.0
6
+ generationVersion : 2.169 .0
7
7
generation :
8
8
comments :
9
9
disableComments : false
@@ -15,15 +15,15 @@ generation:
15
15
tagNamespacingDisabled : false
16
16
features :
17
17
python :
18
- core : 3.2.3
18
+ core : 3.3.0
19
19
examples : 2.81.3
20
20
globalSecurity : 2.82.0
21
21
globalServerURLs : 2.82.0
22
22
nameOverrides : 2.81.1
23
23
retries : 2.82.0
24
24
serverIDs : 2.81.1
25
25
python :
26
- version : 0.11 .0
26
+ version : 0.12 .0
27
27
author : Unstructured
28
28
clientServerStatusCodesAsErrors : true
29
29
description : Python Client SDK for Unstructured API
Original file line number Diff line number Diff line change 10
10
11
11
setuptools .setup (
12
12
name = "unstructured-client" ,
13
- version = "0.11 .0" ,
13
+ version = "0.12 .0" ,
14
14
author = "Unstructured" ,
15
15
description = "Python Client SDK for Unstructured API" ,
16
16
long_description = long_description ,
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ class SDKConfiguration:
26
26
server : str = ''
27
27
language : str = 'python'
28
28
openapi_doc_version : str = '0.0.1'
29
- sdk_version : str = '0.11 .0'
30
- gen_version : str = '2.166 .0'
31
- user_agent : str = 'speakeasy-sdk/python 0.11 .0 2.166 .0 0.0.1 unstructured-client'
29
+ sdk_version : str = '0.12 .0'
30
+ gen_version : str = '2.169 .0'
31
+ user_agent : str = 'speakeasy-sdk/python 0.12 .0 2.169 .0 0.0.1 unstructured-client'
32
32
retry_config : RetryConfig = None
33
33
34
34
def get_server_details (self ) -> Tuple [str , Dict [str , str ]]:
You can’t perform that action at this time.
0 commit comments