Skip to content

Commit 6ef2776

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.5.4
1 parent bbe3747 commit 6ef2776

File tree

4 files changed

+22
-13
lines changed

4 files changed

+22
-13
lines changed

RELEASES.md

+9-1
Original file line numberDiff line numberDiff 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 - .

gen.yaml

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
configVersion: 1.0.0
22
management:
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
66
generation:
7-
telemetryEnabled: true
8-
sdkClassName: SDK
7+
telemetryEnabled: true
8+
sdkClassName: SDK
9+
sdkFlattening: false
910
python:
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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.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,

src/sdk/sdk.py

+2-2
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)