Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.40.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jun 1, 2023
1 parent 9defadc commit e87745d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 - .
- [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 - .
6 changes: 3 additions & 3 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: 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
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.1",
version="0.11.2",
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.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,
Expand Down

0 comments on commit e87745d

Please sign in to comment.