File tree Expand file tree Collapse file tree 4 files changed +22
-13
lines changed Expand file tree Collapse file tree 4 files changed +22
-13
lines changed Original file line number Diff line number Diff line change @@ -94,4 +94,12 @@ Based on:
9494- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
9595- Speakeasy CLI 1.5.3 https://github.com/speakeasy-api/speakeasy
9696### Releases
97- - [ PyPI v1.5.2] https://pypi.org/project/speakeasy-client-sdk-python/1.5.2 - .
97+ - [ PyPI v1.5.2] https://pypi.org/project/speakeasy-client-sdk-python/1.5.2 - .
98+
99+ ## 2023-02-28 00:10:37
100+ ### Changes
101+ Based on:
102+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
103+ - Speakeasy CLI 1.5.4 https://github.com/speakeasy-api/speakeasy
104+ ### Releases
105+ - [ PyPI v1.5.3] https://pypi.org/project/speakeasy-client-sdk-python/1.5.3 - .
Original file line number Diff line number Diff line change 11configVersion : 1.0.0
22management :
3- docChecksum : 2bba3b8f9d211b02569b3f9aff0d34b4
4- docVersion : 0.3.0
5- speakeasyVersion : 1.5.3
3+ docChecksum : 2bba3b8f9d211b02569b3f9aff0d34b4
4+ docVersion : 0.3.0
5+ speakeasyVersion : 1.5.4
66generation :
7- telemetryEnabled : true
8- sdkClassName : SDK
7+ telemetryEnabled : true
8+ sdkClassName : SDK
9+ sdkFlattening : false
910python :
10- version : 1.5.2
11- author : Speakeasy
12- description : Speakeasy API Client SDK for Python
13- packageName : speakeasy-client-sdk-python
11+ version : 1.5.3
12+ author : Speakeasy
13+ description : Speakeasy API Client SDK for Python
14+ packageName : speakeasy-client-sdk-python
Original file line number Diff line number Diff line change 88
99setuptools .setup (
1010 name = "speakeasy-client-sdk-python" ,
11- version = "1.5.2 " ,
11+ version = "1.5.3 " ,
1212 author = "Speakeasy" ,
1313 description = "Speakeasy API Client SDK for Python" ,
1414 long_description = long_description ,
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ class SDK:
3232 _security : shared .Security
3333 _server_url : str = SERVERS [SERVER_PROD ]
3434 _language : str = "python"
35- _sdk_version : str = "1.5.2 "
36- _gen_version : str = "1.5.3 "
35+ _sdk_version : str = "1.5.3 "
36+ _gen_version : str = "1.5.4 "
3737
3838 def __init__ (self ) -> None :
3939 self ._client = requests .Session ()
You can’t perform that action at this time.
0 commit comments