diff --git a/RELEASES.md b/RELEASES.md index c7c6deef..721fdf1a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -22,4 +22,16 @@ 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 + +## 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 6f62410f..03c9eed1 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.1 author: Airbyte description: Python Client SDK for Airbyte API packageName: airbyte diff --git a/setup.py b/setup.py index 9694339c..c73c5683 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.1", + 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..716a4955 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.1" + _gen_version: str = "2.17.8" def __init__(self, security: shared.Security = None,