File tree 4 files changed +20
-10
lines changed
4 files changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -274,4 +274,14 @@ Based on:
274
274
### Generated
275
275
- [ python v0.14.2] .
276
276
### Releases
277
- - [ PyPI v0.14.2] https://pypi.org/project/unstructured-client/0.14.2 - .
277
+ - [ PyPI v0.14.2] https://pypi.org/project/unstructured-client/0.14.2 - .
278
+
279
+ ## 2023-11-21 00:19:25
280
+ ### Changes
281
+ Based on:
282
+ - OpenAPI Doc 0.0.1
283
+ - Speakeasy CLI 1.121.3 (2.195.2) https://github.com/speakeasy-api/speakeasy
284
+ ### Generated
285
+ - [ python v0.14.3] .
286
+ ### Releases
287
+ - [ PyPI v0.14.3] https://pypi.org/project/unstructured-client/0.14.3 - .
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ configVersion: 1.0.0
2
2
management :
3
3
docChecksum : bf57420eebd40f2b1d166092f01e3927
4
4
docVersion : 0.0.1
5
- speakeasyVersion : 1.121.1
6
- generationVersion : 2.194.1
5
+ speakeasyVersion : 1.121.3
6
+ generationVersion : 2.195.2
7
7
generation :
8
8
comments : {}
9
9
sdkClassName : unstructured_client
@@ -12,15 +12,15 @@ generation:
12
12
optionalPropertyRendering : withExample
13
13
features :
14
14
python :
15
- core : 4.1.4
15
+ core : 4.1.5
16
16
examples : 2.81.3
17
17
globalSecurity : 2.83.0
18
18
globalServerURLs : 2.82.1
19
19
nameOverrides : 2.81.1
20
20
retries : 2.82.0
21
21
serverIDs : 2.81.1
22
22
python :
23
- version : 0.14.2
23
+ version : 0.14.3
24
24
author : Unstructured
25
25
clientServerStatusCodesAsErrors : true
26
26
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.14.2 " ,
13
+ version = "0.14.3 " ,
14
14
author = "Unstructured" ,
15
15
description = "Python Client SDK for Unstructured API" ,
16
16
long_description = long_description ,
30
30
"six>=1.16.0" ,
31
31
"typing-inspect>=0.9.0" ,
32
32
"typing_extensions>=4.7.1" ,
33
- "urllib3>=2.0.4 " ,
33
+ "urllib3>=1.26.18 " ,
34
34
],
35
35
extras_require = {
36
36
"dev" :["pylint==2.16.2" ]
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.14.2 '
31
- gen_version : str = '2.194.1 '
32
- user_agent : str = 'speakeasy-sdk/python 0.14.2 2.194.1 0.0.1 unstructured-client'
30
+ sdk_version : str = '0.14.3 '
31
+ gen_version : str = '2.195.2 '
32
+ user_agent : str = 'speakeasy-sdk/python 0.14.3 2.195.2 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