Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.40.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed May 31, 2023
1 parent 543909e commit 9defadc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,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.0] https://pypi.org/project/airbyte-api/0.11.0 - .
- [PyPI v0.11.0] https://pypi.org/project/airbyte-api/0.11.0 - .

## 2023-05-31 21:58:58
### Changes
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 - .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ generation:
singleTagPerOp: false
telemetryEnabled: true
python:
version: 0.11.0
version: 0.11.1
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.11.0",
version="0.11.1",
author="Airbyte",
description="Python Client SDK for Airbyte API",
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion src/airbyte/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Airbyte:
_security_client: requests_http.Session
_server_url: str = SERVERS[0]
_language: str = "python"
_sdk_version: str = "0.11.0"
_sdk_version: str = "0.11.1"
_gen_version: str = "2.34.1"

def __init__(self,
Expand Down

0 comments on commit 9defadc

Please sign in to comment.