File tree Expand file tree Collapse file tree 4 files changed +20
-10
lines changed Expand file tree Collapse file tree 4 files changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -1066,4 +1066,14 @@ Based on:
1066
1066
### Generated
1067
1067
- [ python v3.1.2] .
1068
1068
### Releases
1069
- - [ PyPI v3.1.2] https://pypi.org/project/speakeasy-client-sdk-python/3.1.2 - .
1069
+ - [ PyPI v3.1.2] https://pypi.org/project/speakeasy-client-sdk-python/3.1.2 - .
1070
+
1071
+ ## 2023-11-21 00:10:39
1072
+ ### Changes
1073
+ Based on:
1074
+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
1075
+ - Speakeasy CLI 1.121.3 (2.195.2) https://github.com/speakeasy-api/speakeasy
1076
+ ### Generated
1077
+ - [ python v3.1.3] .
1078
+ ### Releases
1079
+ - [ PyPI v3.1.3] https://pypi.org/project/speakeasy-client-sdk-python/3.1.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 : ba638b2ad28966c596e28321a2003686
4
4
docVersion : 0.3.0
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 : speakeasy
@@ -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
downloadStreams : 0.0.2
17
17
examples : 2.81.3
18
18
globalSecurity : 2.83.0
19
19
globalServerURLs : 2.82.1
20
20
inputOutputModels : 2.82.0
21
21
serverIDs : 2.81.1
22
22
python :
23
- version : 3.1.2
23
+ version : 3.1.3
24
24
author : Speakeasy
25
25
clientServerStatusCodesAsErrors : true
26
26
description : Speakeasy API Client SDK for Python
Original file line number Diff line number Diff line change 10
10
11
11
setuptools .setup (
12
12
name = "speakeasy-client-sdk-python" ,
13
- version = "3.1.2 " ,
13
+ version = "3.1.3 " ,
14
14
author = "Speakeasy" ,
15
15
description = "Speakeasy API Client SDK for Python" ,
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 @@ -23,9 +23,9 @@ class SDKConfiguration:
23
23
server : str = ''
24
24
language : str = 'python'
25
25
openapi_doc_version : str = '0.3.0'
26
- sdk_version : str = '3.1.2 '
27
- gen_version : str = '2.194.1 '
28
- user_agent : str = 'speakeasy-sdk/python 3.1.2 2.194.1 0.3.0 speakeasy-client-sdk-python'
26
+ sdk_version : str = '3.1.3 '
27
+ gen_version : str = '2.195.2 '
28
+ user_agent : str = 'speakeasy-sdk/python 3.1.3 2.195.2 0.3.0 speakeasy-client-sdk-python'
29
29
retry_config : RetryConfig = None
30
30
31
31
def get_server_details (self ) -> Tuple [str , Dict [str , str ]]:
You can’t perform that action at this time.
0 commit comments