File tree 4 files changed +22
-10
lines changed
4 files changed +22
-10
lines changed Original file line number Diff line number Diff line change @@ -304,4 +304,14 @@ Based on:
304
304
### Generated
305
305
- [ python v0.15.0] .
306
306
### Releases
307
- - [ PyPI v0.15.0] https://pypi.org/project/unstructured-client/0.15.0 - .
307
+ - [ PyPI v0.15.0] https://pypi.org/project/unstructured-client/0.15.0 - .
308
+
309
+ ## 2023-12-22 18:48:01
310
+ ### Changes
311
+ Based on:
312
+ - OpenAPI Doc 0.0.1
313
+ - Speakeasy CLI 1.129.1 (2.223.3) https://github.com/speakeasy-api/speakeasy
314
+ ### Generated
315
+ - [ python v0.15.1] .
316
+ ### Releases
317
+ - [ PyPI v0.15.1] https://pypi.org/project/unstructured-client/0.15.1 - .
Original file line number Diff line number Diff line change @@ -2,25 +2,27 @@ configVersion: 1.0.0
2
2
management :
3
3
docChecksum : bf57420eebd40f2b1d166092f01e3927
4
4
docVersion : 0.0.1
5
- speakeasyVersion : 1.126.0
6
- generationVersion : 2.213 .3
5
+ speakeasyVersion : 1.129.1
6
+ generationVersion : 2.223 .3
7
7
generation :
8
8
comments : {}
9
9
sdkClassName : unstructured_client
10
10
repoURL : https://github.com/Unstructured-IO/unstructured-python-client.git
11
11
usageSnippets :
12
12
optionalPropertyRendering : withExample
13
+ fixes :
14
+ nameResolutionDec2023 : false
13
15
features :
14
16
python :
15
- core : 4.3.0
17
+ core : 4.3.1
16
18
examples : 2.81.3
17
19
globalSecurity : 2.83.1
18
20
globalServerURLs : 2.82.1
19
21
nameOverrides : 2.81.1
20
22
retries : 2.82.0
21
23
serverIDs : 2.81.1
22
24
python :
23
- version : 0.15.0
25
+ version : 0.15.1
24
26
author : Unstructured
25
27
clientServerStatusCodesAsErrors : true
26
28
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.15.0 " ,
13
+ version = "0.15.1 " ,
14
14
author = "Unstructured" ,
15
15
description = "Python Client SDK for Unstructured API" ,
16
16
long_description = long_description ,
33
33
"urllib3>=1.26.18" ,
34
34
],
35
35
extras_require = {
36
- "dev" :["pylint==2.16.2" ]
36
+ "dev" :["pylint==2.16.2" ],
37
37
},
38
38
package_dir = {'' : 'src' },
39
39
python_requires = '>=3.8' ,
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ class SDKConfiguration:
27
27
server : str = ''
28
28
language : str = 'python'
29
29
openapi_doc_version : str = '0.0.1'
30
- sdk_version : str = '0.15.0 '
31
- gen_version : str = '2.213 .3'
32
- user_agent : str = 'speakeasy-sdk/python 0.15.0 2.213 .3 0.0.1 unstructured-client'
30
+ sdk_version : str = '0.15.1 '
31
+ gen_version : str = '2.223 .3'
32
+ user_agent : str = 'speakeasy-sdk/python 0.15.1 2.223 .3 0.0.1 unstructured-client'
33
33
retry_config : RetryConfig = None
34
34
35
35
def get_server_details (self ) -> Tuple [str , Dict [str , str ]]:
You can’t perform that action at this time.
0 commit comments