Skip to content

Commit 6c6bc0a

Browse files
authored
Merge pull request #13 from airbytehq/speakeasy-sdk-regen-1684195994
chore: speakeasy sdk regeneration - Generate
2 parents 88d5b79 + 71fb463 commit 6c6bc0a

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,12 @@ Based on:
110110
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
111111
- Speakeasy CLI 1.31.1 (2.27.0) https://github.com/speakeasy-api/speakeasy
112112
### Releases
113-
- [PyPI v0.5.0] https://pypi.org/project/airbyte-api/0.5.0 - .
113+
- [PyPI v0.5.0] https://pypi.org/project/airbyte-api/0.5.0 - .
114+
115+
## 2023-05-16 00:13:12
116+
### Changes
117+
Based on:
118+
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
119+
- Speakeasy CLI 1.32.0 (2.28.0) https://github.com/speakeasy-api/speakeasy
120+
### Releases
121+
- [PyPI v0.6.0] https://pypi.org/project/airbyte-api/0.6.0 - .

gen.yaml

Lines changed: 4 additions & 4 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.31.1
6-
generationVersion: 2.27.0
5+
speakeasyVersion: 1.32.0
6+
generationVersion: 2.28.0
77
generation:
8-
telemetryEnabled: true
98
sdkClassName: airbyte
109
singleTagPerOp: false
10+
telemetryEnabled: true
1111
python:
12-
version: 0.5.0
12+
version: 0.6.0
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.5.0",
13+
version="0.6.0",
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.5.0"
32-
_gen_version: str = "2.27.0"
31+
_sdk_version: str = "0.6.0"
32+
_gen_version: str = "2.28.0"
3333

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

0 commit comments

Comments
 (0)