File tree 4 files changed +18
-8
lines changed
4 files changed +18
-8
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,14 @@ Based on:
34
34
### Generated
35
35
- [ python v0.1.3] .
36
36
### Releases
37
- - [ PyPI v0.1.3] https://pypi.org/project/unstructured-client/0.1.3 - .
37
+ - [ PyPI v0.1.3] https://pypi.org/project/unstructured-client/0.1.3 - .
38
+
39
+ ## 2023-09-20 00:17:48
40
+ ### Changes
41
+ Based on:
42
+ - OpenAPI Doc 0.0.1
43
+ - Speakeasy CLI 1.88.0 (2.118.1) https://github.com/speakeasy-api/speakeasy
44
+ ### Generated
45
+ - [ python v0.1.4] .
46
+ ### Releases
47
+ - [ PyPI v0.1.4] https://pypi.org/project/unstructured-client/0.1.4 - .
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ configVersion: 1.0.0
2
2
management :
3
3
docChecksum : cc03d89cb6fb271665ed6c9eff312ff0
4
4
docVersion : 0.0.1
5
- speakeasyVersion : 1.86 .0
6
- generationVersion : 2.115.2
5
+ speakeasyVersion : 1.88 .0
6
+ generationVersion : 2.118.1
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.85.5
17
+ core : 2.85.6
18
18
examples : 2.81.2
19
19
globalSecurity : 2.81.1
20
20
globalServerURLs : 2.82.0
@@ -23,7 +23,7 @@ features:
23
23
retries : 2.82.0
24
24
serverIDs : 2.81.1
25
25
python :
26
- version : 0.1.3
26
+ version : 0.1.4
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.1.3 " ,
13
+ version = "0.1.4 " ,
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,8 +25,8 @@ 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.1.3 '
29
- gen_version : str = '2.115.2 '
28
+ sdk_version : str = '0.1.4 '
29
+ gen_version : str = '2.118.1 '
30
30
retry_config : RetryConfig = None
31
31
32
32
def get_server_details (self ) -> tuple [str , dict [str , str ]]:
You can’t perform that action at this time.
0 commit comments