From e87745d4d12b7f45f04f451ede643a60514398b4 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Thu, 1 Jun 2023 00:18:11 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.40.2 --- RELEASES.md | 10 +++++++++- gen.yaml | 6 +++--- setup.py | 2 +- src/airbyte/sdk.py | 4 ++-- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index b60ccf78..dbe248a5 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -174,4 +174,12 @@ Based on: - OpenAPI Doc 1.0.0 - Speakeasy CLI 1.40.1 (2.34.1) https://github.com/speakeasy-api/speakeasy ### Releases -- [PyPI v0.11.1] https://pypi.org/project/airbyte-api/0.11.1 - . \ No newline at end of file +- [PyPI v0.11.1] https://pypi.org/project/airbyte-api/0.11.1 - . + +## 2023-06-01 00:17:50 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.40.2 (2.34.2) https://github.com/speakeasy-api/speakeasy +### Releases +- [PyPI v0.11.2] https://pypi.org/project/airbyte-api/0.11.2 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 4f8f0757..bbca4058 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,14 +2,14 @@ configVersion: 1.0.0 management: docChecksum: e82f3e11abf47c2509f115468e75bb06 docVersion: 1.0.0 - speakeasyVersion: 1.40.1 - generationVersion: 2.34.1 + speakeasyVersion: 1.40.2 + generationVersion: 2.34.2 generation: sdkClassName: airbyte singleTagPerOp: false telemetryEnabled: true python: - version: 0.11.1 + version: 0.11.2 author: Airbyte description: Python Client SDK for Airbyte API maxMethodParams: 0 diff --git a/setup.py b/setup.py index 66f10db5..75d0bea6 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name="airbyte-api", - version="0.11.1", + version="0.11.2", author="Airbyte", description="Python Client SDK for Airbyte API", long_description=long_description, diff --git a/src/airbyte/sdk.py b/src/airbyte/sdk.py index cd188086..fad14b0c 100755 --- a/src/airbyte/sdk.py +++ b/src/airbyte/sdk.py @@ -28,8 +28,8 @@ class Airbyte: _security_client: requests_http.Session _server_url: str = SERVERS[0] _language: str = "python" - _sdk_version: str = "0.11.1" - _gen_version: str = "2.34.1" + _sdk_version: str = "0.11.2" + _gen_version: str = "2.34.2" def __init__(self, security: shared.Security = None,