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:
10661066### Generated
10671067- [ python v3.1.2] .
10681068### 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
22management :
33 docChecksum : ba638b2ad28966c596e28321a2003686
44 docVersion : 0.3.0
5- speakeasyVersion : 1.121.1
6- generationVersion : 2.194.1
5+ speakeasyVersion : 1.121.3
6+ generationVersion : 2.195.2
77generation :
88 comments : {}
99 sdkClassName : speakeasy
@@ -12,15 +12,15 @@ generation:
1212 optionalPropertyRendering : withExample
1313features :
1414 python :
15- core : 4.1.4
15+ core : 4.1.5
1616 downloadStreams : 0.0.2
1717 examples : 2.81.3
1818 globalSecurity : 2.83.0
1919 globalServerURLs : 2.82.1
2020 inputOutputModels : 2.82.0
2121 serverIDs : 2.81.1
2222python :
23- version : 3.1.2
23+ version : 3.1.3
2424 author : Speakeasy
2525 clientServerStatusCodesAsErrors : true
2626 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.1.2 " ,
13+ version = "3.1.3 " ,
1414 author = "Speakeasy" ,
1515 description = "Speakeasy API Client SDK for Python" ,
1616 long_description = long_description ,
3030 "six>=1.16.0" ,
3131 "typing-inspect>=0.9.0" ,
3232 "typing_extensions>=4.7.1" ,
33- "urllib3>=2.0.4 " ,
33+ "urllib3>=1.26.18 " ,
3434 ],
3535 extras_require = {
3636 "dev" :["pylint==2.16.2" ]
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.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'
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