From ca9d571fe59f6e1a22e1c59644b66ecbf2087241 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Thu, 6 Apr 2023 00:55:33 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.19.6 --- RELEASES.md | 10 +++++++++- gen.yaml | 6 +++--- setup.py | 2 +- src/sdk/sdk.py | 4 ++-- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 99e8dc2..896ed96 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -38,4 +38,12 @@ Based on: - OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download - Speakeasy CLI 1.19.3 (2.16.7) https://github.com/speakeasy-api/speakeasy ### Releases -- [PyPI v0.0.4] https://pypi.org/project/structure_py/0.0.4 - . \ No newline at end of file +- [PyPI v0.0.4] https://pypi.org/project/structure_py/0.0.4 - . + +## 2023-04-06 00:55:24 +### Changes +Based on: +- OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download +- Speakeasy CLI 1.19.6 (2.17.8) https://github.com/speakeasy-api/speakeasy +### Releases +- [PyPI v0.1.0] https://pypi.org/project/structure_py/0.1.0 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 02aac2c..c5f8fef 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,15 +2,15 @@ configVersion: 1.0.0 management: docChecksum: 806f4efd39380ded206093b8704f66ee docVersion: "1.0" - speakeasyVersion: 1.19.3 - generationVersion: 2.16.7 + speakeasyVersion: 1.19.6 + generationVersion: 2.17.8 generation: telemetryEnabled: false sdkClassName: SDK sdkFlattening: true singleTagPerOp: false python: - version: 0.0.4 + version: 0.1.0 author: Structure description: Python Client SDK Generated by Speakeasy packageName: structure_py diff --git a/setup.py b/setup.py index a9007a7..8cf40f9 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name="structure_py", - version="0.0.4", + version="0.1.0", author="Structure", description="Python Client SDK Generated by Speakeasy", long_description=long_description, diff --git a/src/sdk/sdk.py b/src/sdk/sdk.py index 94695e6..8232ac9 100755 --- a/src/sdk/sdk.py +++ b/src/sdk/sdk.py @@ -28,8 +28,8 @@ class SDK: _security_client: requests_http.Session _server_url: str = SERVERS[0] _language: str = "python" - _sdk_version: str = "0.0.4" - _gen_version: str = "2.16.7" + _sdk_version: str = "0.1.0" + _gen_version: str = "2.17.8" def __init__(self, security: shared.Security = None,