File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -70,4 +70,12 @@ Based on:
70
70
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
71
71
- Speakeasy CLI 1.23.1 (2.21.1) https://github.com/speakeasy-api/speakeasy
72
72
### Releases
73
- - [ PyPI v0.2.0] https://pypi.org/project/airbyte-api/0.2.0 - .
73
+ - [ PyPI v0.2.0] https://pypi.org/project/airbyte-api/0.2.0 - .
74
+
75
+ ## 2023-04-27 00:14:16
76
+ ### Changes
77
+ Based on:
78
+ - OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
79
+ - Speakeasy CLI 1.25.1 (2.22.0) https://github.com/speakeasy-api/speakeasy
80
+ ### Releases
81
+ - [ PyPI v0.3.0] https://pypi.org/project/airbyte-api/0.3.0 - .
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ configVersion: 1.0.0
2
2
management :
3
3
docChecksum : b33273ead3e10c4bc4f9bfeed6ad97a4
4
4
docVersion : 1.0.0
5
- speakeasyVersion : 1.23 .1
6
- generationVersion : 2.21.1
5
+ speakeasyVersion : 1.25 .1
6
+ generationVersion : 2.22.0
7
7
generation :
8
8
telemetryEnabled : true
9
9
sdkClassName : airbyte
10
10
singleTagPerOp : false
11
11
python :
12
- version : 0.2 .0
12
+ version : 0.3 .0
13
13
author : Airbyte
14
14
description : Python Client SDK for Airbyte API
15
15
packageName : airbyte-api
Original file line number Diff line number Diff line change 10
10
11
11
setuptools .setup (
12
12
name = "airbyte-api" ,
13
- version = "0.2 .0" ,
13
+ version = "0.3 .0" ,
14
14
author = "Airbyte" ,
15
15
description = "Python Client SDK for Airbyte API" ,
16
16
long_description = long_description ,
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ class Airbyte:
28
28
_security_client : requests_http .Session
29
29
_server_url : str = SERVERS [0 ]
30
30
_language : str = "python"
31
- _sdk_version : str = "0.2 .0"
32
- _gen_version : str = "2.21.1 "
31
+ _sdk_version : str = "0.3 .0"
32
+ _gen_version : str = "2.22.0 "
33
33
34
34
def __init__ (self ,
35
35
security : shared .Security = None ,
You can’t perform that action at this time.
0 commit comments