From 9ed029d8ba81db7a5d37525c9b201a71e36cde08 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Wed, 5 Apr 2023 10:31:01 +0000 Subject: [PATCH 1/2] ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.19.6 --- RELEASES.md | 8 +++++++- gen.yaml | 6 +++--- setup.py | 8 ++++---- src/airbyte/sdk.py | 4 ++-- 4 files changed, 16 insertions(+), 10 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index c7c6deef..deb5bfb6 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -22,4 +22,10 @@ Based on: ### Changes Based on: - OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download -- Speakeasy CLI 1.19.4 (2.16.7) https://github.com/speakeasy-api/speakeasy \ No newline at end of file +- Speakeasy CLI 1.19.4 (2.16.7) https://github.com/speakeasy-api/speakeasy + +## 2023-04-05 10:30:47 +### Changes +Based on: +- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download +- Speakeasy CLI 1.19.6 (2.17.8) https://github.com/speakeasy-api/speakeasy \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 6f62410f..c1e47dc4 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,15 +2,15 @@ configVersion: 1.0.0 management: docChecksum: 0ef6c4b2917927fcb43d7d40bb0564a8 docVersion: 1.0.0 - speakeasyVersion: 1.19.4 - generationVersion: 2.16.7 + speakeasyVersion: 1.19.6 + generationVersion: 2.17.8 generation: telemetryEnabled: false sdkClassName: airbyte sdkFlattening: true singleTagPerOp: false python: - version: "" + version: 0.1.0 author: Airbyte description: Python Client SDK for Airbyte API packageName: airbyte diff --git a/setup.py b/setup.py index 9694339c..7d315a13 100755 --- a/setup.py +++ b/setup.py @@ -9,10 +9,10 @@ long_description = "" setuptools.setup( - name="public-api", - version="1.0.3", - author="airbyte", - description="Python Client SDK Generated by Speakeasy", + name="airbyte", + version="0.1.0", + author="Airbyte", + description="Python Client SDK for Airbyte API", long_description=long_description, long_description_content_type="text/markdown", packages=setuptools.find_packages(where="src"), diff --git a/src/airbyte/sdk.py b/src/airbyte/sdk.py index 0cbbc2d2..fe1fc070 100755 --- a/src/airbyte/sdk.py +++ b/src/airbyte/sdk.py @@ -26,8 +26,8 @@ class Airbyte: _security_client: requests_http.Session _server_url: str = SERVERS[0] _language: str = "python" - _sdk_version: str = "1.0.3" - _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, From 70ea977ceb0fad870d2063f7c03559a6c423cf7c Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Wed, 5 Apr 2023 10:39:34 +0000 Subject: [PATCH 2/2] ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.19.6 --- RELEASES.md | 6 ++++++ gen.yaml | 2 +- setup.py | 2 +- src/airbyte/sdk.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index deb5bfb6..721fdf1a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -28,4 +28,10 @@ Based on: ### Changes Based on: - OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download +- Speakeasy CLI 1.19.6 (2.17.8) https://github.com/speakeasy-api/speakeasy + +## 2023-04-05 10:39:18 +### Changes +Based on: +- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download - Speakeasy CLI 1.19.6 (2.17.8) https://github.com/speakeasy-api/speakeasy \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index c1e47dc4..03c9eed1 100644 --- a/gen.yaml +++ b/gen.yaml @@ -10,7 +10,7 @@ generation: sdkFlattening: true singleTagPerOp: false python: - version: 0.1.0 + version: 0.1.1 author: Airbyte description: Python Client SDK for Airbyte API packageName: airbyte diff --git a/setup.py b/setup.py index 7d315a13..c73c5683 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name="airbyte", - version="0.1.0", + version="0.1.1", 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 fe1fc070..716a4955 100755 --- a/src/airbyte/sdk.py +++ b/src/airbyte/sdk.py @@ -26,7 +26,7 @@ class Airbyte: _security_client: requests_http.Session _server_url: str = SERVERS[0] _language: str = "python" - _sdk_version: str = "0.1.0" + _sdk_version: str = "0.1.1" _gen_version: str = "2.17.8" def __init__(self,