File tree Expand file tree Collapse file tree 5 files changed +19
-9
lines changed Expand file tree Collapse file tree 5 files changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ management:
44 docChecksum: ba638b2ad28966c596e28321a2003686
55 docVersion: 0.3.0
66 speakeasyVersion: internal
7- generationVersion: 2.228 .1
8- releaseVersion: 3.3.1
9- configChecksum: 393f292ff904a9bc232760f473fef8cc
7+ generationVersion: 2.230 .1
8+ releaseVersion: 3.3.2
9+ configChecksum: edd271faa6a1bb696695699287e1224e
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
Original file line number Diff line number Diff line change @@ -1126,4 +1126,14 @@ Based on:
11261126### Generated
11271127- [ python v3.3.1] .
11281128### Releases
1129- - [ PyPI v3.3.1] https://pypi.org/project/speakeasy-client-sdk-python/3.3.1 - .
1129+ - [ PyPI v3.3.1] https://pypi.org/project/speakeasy-client-sdk-python/3.3.1 - .
1130+
1131+ ## 2024-01-09 17:53:10
1132+ ### Changes
1133+ Based on:
1134+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
1135+ - Speakeasy CLI 1.134.0 (2.230.1) https://github.com/speakeasy-api/speakeasy
1136+ ### Generated
1137+ - [ python v3.3.2] .
1138+ ### Releases
1139+ - [ PyPI v3.3.2] https://pypi.org/project/speakeasy-client-sdk-python/3.3.2 - .
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ generation:
66 fixes :
77 nameResolutionDec2023 : false
88python :
9- version : 3.3.1
9+ version : 3.3.2
1010 author : Speakeasy
1111 clientServerStatusCodesAsErrors : true
1212 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.1 " ,
13+ version = "3.3.2 " ,
1414 author = "Speakeasy" ,
1515 description = "Speakeasy API Client SDK for Python" ,
1616 long_description = long_description ,
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.1 '
27- gen_version : str = '2.228 .1'
28- user_agent : str = 'speakeasy-sdk/python 3.3.1 2.228 .1 0.3.0 speakeasy-client-sdk-python'
26+ sdk_version : str = '3.3.2 '
27+ gen_version : str = '2.230 .1'
28+ user_agent : str = 'speakeasy-sdk/python 3.3.2 2.230 .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