Skip to content

Commit 27651f3

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.37.5
1 parent a05f1a9 commit 27651f3

4 files changed

Lines changed: 15 additions & 7 deletions

File tree

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,12 @@ Based on:
198198
- OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download
199199
- Speakeasy CLI 1.35.0 (2.31.0) https://github.com/speakeasy-api/speakeasy
200200
### Releases
201-
- [PyPI v0.13.0] https://pypi.org/project/structure_py/0.13.0 - .
201+
- [PyPI v0.13.0] https://pypi.org/project/structure_py/0.13.0 - .
202+
203+
## 2023-05-23 00:58:36
204+
### Changes
205+
Based on:
206+
- OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download
207+
- Speakeasy CLI 1.37.5 (2.32.2) https://github.com/speakeasy-api/speakeasy
208+
### Releases
209+
- [PyPI v0.14.0] https://pypi.org/project/structure_py/0.14.0 - .

gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ configVersion: 1.0.0
22
management:
33
docChecksum: e0bf2d205ca94a0d32bd91d6ea558d5b
44
docVersion: "1.0"
5-
speakeasyVersion: 1.35.0
6-
generationVersion: 2.31.0
5+
speakeasyVersion: 1.37.5
6+
generationVersion: 2.32.2
77
generation:
88
sdkClassName: SDK
99
singleTagPerOp: false
1010
telemetryEnabled: false
1111
python:
12-
version: 0.13.0
12+
version: 0.14.0
1313
author: Structure
1414
description: Python Client SDK Generated by Speakeasy
1515
maxMethodParams: 0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="structure_py",
13-
version="0.13.0",
13+
version="0.14.0",
1414
author="Structure",
1515
description="Python Client SDK Generated by Speakeasy",
1616
long_description=long_description,

src/sdk/sdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ class SDK:
2828
_security_client: requests_http.Session
2929
_server_url: str = SERVERS[0]
3030
_language: str = "python"
31-
_sdk_version: str = "0.13.0"
32-
_gen_version: str = "2.31.0"
31+
_sdk_version: str = "0.14.0"
32+
_gen_version: str = "2.32.2"
3333

3434
def __init__(self,
3535
security: shared.Security = None,

0 commit comments

Comments
 (0)