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:
44 docChecksum: ba638b2ad28966c596e28321a2003686
55 docVersion: 0.3.0
66 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
1010 repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
1111 repoSubDirectory: .
1212 installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
1313 published: true
1414features:
1515 python:
16- core: 4.4.3
16+ core: 4.4.4
1717 downloadStreams: 0.0.2
1818 examples: 2.81.3
1919 globalSecurity: 2.83.2
Original file line number Diff line number Diff line change @@ -1166,4 +1166,14 @@ Based on:
11661166### Generated
11671167- [ python v3.3.4] .
11681168### 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:
55 optionalPropertyRendering : withExample
66 fixes :
77 nameResolutionDec2023 : false
8+ parameterOrderingFeb2024 : false
89python :
9- version : 3.3.4
10+ version : 4.0.0
1011 author : Speakeasy
1112 clientServerStatusCodesAsErrors : true
1213 description : Speakeasy API Client SDK for Python
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212 name = "speakeasy-client-sdk-python" ,
13- version = "3.3.4 " ,
13+ version = "4.0.0 " ,
1414 author = "Speakeasy" ,
1515 description = "Speakeasy API Client SDK for Python" ,
1616 long_description = long_description ,
1919 install_requires = [
2020 "certifi>=2023.7.22" ,
2121 "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 " ,
2323 "idna>=3.4" ,
2424 "jsonpath-python>=1.0.6 " ,
2525 "marshmallow>=3.19.0" ,
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ class SDKConfiguration:
2323 server : str = ''
2424 language : str = 'python'
2525 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'
2929 retry_config : RetryConfig = None
3030
3131 def get_server_details (self ) -> Tuple [str , Dict [str , str ]]:
You can’t perform that action at this time.
0 commit comments