File tree Expand file tree Collapse file tree 5 files changed +22
-11
lines changed Expand file tree Collapse file tree 5 files changed +22
-11
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ management:
4
4
docChecksum: ba638b2ad28966c596e28321a2003686
5
5
docVersion: 0.3.0
6
6
speakeasyVersion: internal
7
- generationVersion: 2.245 .1
8
- releaseVersion: 3.3.4
9
- configChecksum: 314adc9a4308ee9d9488d5e1d38231f3
7
+ generationVersion: 2.248 .1
8
+ releaseVersion: 4.0.0
9
+ configChecksum: 198158f947eec7009505dc7798607157
10
10
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
11
11
repoSubDirectory: .
12
12
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
13
13
published: true
14
14
features:
15
15
python:
16
- core: 4.4.3
16
+ core: 4.4.4
17
17
downloadStreams: 0.0.2
18
18
examples: 2.81.3
19
19
globalSecurity: 2.83.2
Original file line number Diff line number Diff line change @@ -1166,4 +1166,14 @@ Based on:
1166
1166
### Generated
1167
1167
- [ python v3.3.4] .
1168
1168
### Releases
1169
- - [ PyPI v3.3.4] https://pypi.org/project/speakeasy-client-sdk-python/3.3.4 - .
1169
+ - [ PyPI v3.3.4] https://pypi.org/project/speakeasy-client-sdk-python/3.3.4 - .
1170
+
1171
+ ## 2024-02-02 00:10:10
1172
+ ### Changes
1173
+ Based on:
1174
+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
1175
+ - Speakeasy CLI 1.163.1 (2.248.1) https://github.com/speakeasy-api/speakeasy
1176
+ ### Generated
1177
+ - [ python v4.0.0] .
1178
+ ### Releases
1179
+ - [ PyPI v4.0.0] https://pypi.org/project/speakeasy-client-sdk-python/4.0.0 - .
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ generation:
5
5
optionalPropertyRendering : withExample
6
6
fixes :
7
7
nameResolutionDec2023 : false
8
+ parameterOrderingFeb2024 : false
8
9
python :
9
- version : 3.3.4
10
+ version : 4.0.0
10
11
author : Speakeasy
11
12
clientServerStatusCodesAsErrors : true
12
13
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.3.4 " ,
13
+ version = "4.0.0 " ,
14
14
author = "Speakeasy" ,
15
15
description = "Speakeasy API Client SDK for Python" ,
16
16
long_description = long_description ,
19
19
install_requires = [
20
20
"certifi>=2023.7.22" ,
21
21
"charset-normalizer>=3.2.0" ,
22
- "dataclasses-json @ git+https://github.com/speakeasy-api/dataclasses-json@fix-union-deserialization " ,
22
+ "dataclasses-json-speakeasy>=0.5.11 " ,
23
23
"idna>=3.4" ,
24
24
"jsonpath-python>=1.0.6 " ,
25
25
"marshmallow>=3.19.0" ,
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.3.4 '
27
- gen_version : str = '2.245 .1'
28
- user_agent : str = 'speakeasy-sdk/python 3.3.4 2.245 .1 0.3.0 speakeasy-client-sdk-python'
26
+ sdk_version : str = '4.0.0 '
27
+ gen_version : str = '2.248 .1'
28
+ user_agent : str = 'speakeasy-sdk/python 4.0.0 2.248 .1 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