Skip to content

Commit 2ba0bd7

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.30.0
1 parent 74c371d commit 2ba0bd7

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,12 @@ Based on:
8686
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
8787
- Speakeasy CLI 1.29.2 (2.26.2) https://github.com/speakeasy-api/speakeasy
8888
### Releases
89-
- [PyPI v0.4.0] https://pypi.org/project/airbyte-api/0.4.0 - .
89+
- [PyPI v0.4.0] https://pypi.org/project/airbyte-api/0.4.0 - .
90+
91+
## 2023-05-11 00:12:53
92+
### Changes
93+
Based on:
94+
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
95+
- Speakeasy CLI 1.30.0 (2.26.3) https://github.com/speakeasy-api/speakeasy
96+
### Releases
97+
- [PyPI v0.4.1] https://pypi.org/project/airbyte-api/0.4.1 - .

gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ configVersion: 1.0.0
22
management:
33
docChecksum: b33273ead3e10c4bc4f9bfeed6ad97a4
44
docVersion: 1.0.0
5-
speakeasyVersion: 1.29.2
6-
generationVersion: 2.26.2
5+
speakeasyVersion: 1.30.0
6+
generationVersion: 2.26.3
77
generation:
88
telemetryEnabled: true
99
sdkClassName: airbyte
1010
singleTagPerOp: false
1111
python:
12-
version: 0.4.0
12+
version: 0.4.1
1313
author: Airbyte
1414
description: Python Client SDK for Airbyte API
1515
maxMethodParams: 0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="airbyte-api",
13-
version="0.4.0",
13+
version="0.4.1",
1414
author="Airbyte",
1515
description="Python Client SDK for Airbyte API",
1616
long_description=long_description,

src/airbyte/sdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ class Airbyte:
2828
_security_client: requests_http.Session
2929
_server_url: str = SERVERS[0]
3030
_language: str = "python"
31-
_sdk_version: str = "0.4.0"
32-
_gen_version: str = "2.26.2"
31+
_sdk_version: str = "0.4.1"
32+
_gen_version: str = "2.26.3"
3333

3434
def __init__(self,
3535
security: shared.Security = None,

0 commit comments

Comments
 (0)