Skip to content

Commit e283459

Browse files
committed
ci: regenerated with OpenAPI Doc 0.2.0, Speakeay CLI 0.21.0
1 parent 977ea96 commit e283459

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

RELEASES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22

3-
## Version 0.12.2
3+
## Version 0.13.0
44
### Changes
55
Based on:
66
- OpenAPI Doc 0.2.0 https://docs.speakeasyapi.dev/openapi.yaml
7-
- Speakeasy CLI 0.20.6 https://github.com/speakeasy-api/speakeasy
7+
- Speakeasy CLI 0.21.0 https://github.com/speakeasy-api/speakeasy
88
### Releases
9-
- [PyPI v0.12.2] https://pypi.org/project/speakeasy-client-sdk-python/0.12.2 - .
9+
- [PyPI v0.13.0] https://pypi.org/project/speakeasy-client-sdk-python/0.13.0 - .

gen.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
management:
22
openapi-checksum: 2c73ed56562b78c36624b5eaddb0249b
33
openapi-version: 0.2.0
4-
speakeasy-version: 0.20.6
4+
speakeasy-version: 0.21.0
55
python:
6-
version: 0.12.2
6+
version: 0.13.0
77
packagename: speakeasy-client-sdk-python
88
author: Speakeasy
99
description: Speakeasy API Client SDK for 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="0.12.2",
11+
version="0.13.0",
1212
author="Speakeasy",
1313
description="Speakeasy API Client SDK for Python",
1414
long_description=long_description,

src/sdk/models/callbacks/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
__all__ = []

src/sdk/models/webhooks/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
__all__ = []

src/sdk/sdk.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ class SDK:
3535
_security: shared.Security
3636
_server_url: str = SERVERS[SERVER_PROD]
3737
_language: str = "python"
38-
_sdk_version: str = "0.12.2"
39-
_gen_version: str = "0.20.6"
38+
_sdk_version: str = "0.13.0"
39+
_gen_version: str = "0.21.0"
4040

4141
def __init__(self) -> None:
4242
self._client = requests.Session()

0 commit comments

Comments
 (0)