Skip to content

Commit

Permalink
Merge pull request #13 from airbytehq/speakeasy-sdk-regen-1684195994
Browse files Browse the repository at this point in the history
chore: speakeasy sdk regeneration - Generate
  • Loading branch information
terencecho authored May 16, 2023
2 parents 88d5b79 + 71fb463 commit 6c6bc0a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,12 @@ Based on:
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
- Speakeasy CLI 1.31.1 (2.27.0) https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.5.0] https://pypi.org/project/airbyte-api/0.5.0 - .
- [PyPI v0.5.0] https://pypi.org/project/airbyte-api/0.5.0 - .

## 2023-05-16 00:13:12
### 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.32.0 (2.28.0) https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.6.0] https://pypi.org/project/airbyte-api/0.6.0 - .
8 changes: 4 additions & 4 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ configVersion: 1.0.0
management:
docChecksum: b33273ead3e10c4bc4f9bfeed6ad97a4
docVersion: 1.0.0
speakeasyVersion: 1.31.1
generationVersion: 2.27.0
speakeasyVersion: 1.32.0
generationVersion: 2.28.0
generation:
telemetryEnabled: true
sdkClassName: airbyte
singleTagPerOp: false
telemetryEnabled: true
python:
version: 0.5.0
version: 0.6.0
author: Airbyte
description: Python Client SDK for Airbyte API
maxMethodParams: 0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="airbyte-api",
version="0.5.0",
version="0.6.0",
author="Airbyte",
description="Python Client SDK for Airbyte API",
long_description=long_description,
Expand Down
4 changes: 2 additions & 2 deletions src/airbyte/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class Airbyte:
_security_client: requests_http.Session
_server_url: str = SERVERS[0]
_language: str = "python"
_sdk_version: str = "0.5.0"
_gen_version: str = "2.27.0"
_sdk_version: str = "0.6.0"
_gen_version: str = "2.28.0"

def __init__(self,
security: shared.Security = None,
Expand Down

0 comments on commit 6c6bc0a

Please sign in to comment.