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 @@ -406,4 +406,12 @@ Based on:
406
406
- OpenAPI Doc 1.0.0
407
407
- Speakeasy CLI 1.65.2 (2.75.1) https://github.com/speakeasy-api/speakeasy
408
408
### Releases
409
- - [ PyPI v0.27.0] https://pypi.org/project/airbyte-api/0.27.0 - .
409
+ - [ PyPI v0.27.0] https://pypi.org/project/airbyte-api/0.27.0 - .
410
+
411
+ ## 2023-08-01 00:16:53
412
+ ### Changes
413
+ Based on:
414
+ - OpenAPI Doc 1.0.0
415
+ - Speakeasy CLI 1.66.1 (2.75.2) https://github.com/speakeasy-api/speakeasy
416
+ ### Releases
417
+ - [ PyPI v0.27.1] https://pypi.org/project/airbyte-api/0.27.1 - .
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ configVersion: 1.0.0
2
2
management :
3
3
docChecksum : bb2011e16a0ec78eb8a13a803e08b4aa
4
4
docVersion : 1.0.0
5
- speakeasyVersion : 1.65.2
6
- generationVersion : 2.75.1
5
+ speakeasyVersion : 1.66.1
6
+ generationVersion : 2.75.2
7
7
generation :
8
8
comments :
9
9
disableComments : false
@@ -14,7 +14,7 @@ generation:
14
14
tagNamespacingDisabled : false
15
15
telemetryEnabled : true
16
16
python :
17
- version : 0.27.0
17
+ version : 0.27.1
18
18
author : Airbyte
19
19
description : Python Client SDK for Airbyte API
20
20
maxMethodParams : 0
Original file line number Diff line number Diff line change 10
10
11
11
setuptools .setup (
12
12
name = "airbyte-api" ,
13
- version = "0.27.0 " ,
13
+ version = "0.27.1 " ,
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 @@ -18,8 +18,8 @@ class SDKConfiguration:
18
18
server_idx : int = 0
19
19
language : str = 'python'
20
20
openapi_doc_version : str = '1.0.0'
21
- sdk_version : str = '0.27.0 '
22
- gen_version : str = '2.75.1 '
21
+ sdk_version : str = '0.27.1 '
22
+ gen_version : str = '2.75.2 '
23
23
24
24
def get_server_details (self ) -> tuple [str , dict [str , str ]]:
25
25
if self .server_url :
You can’t perform that action at this time.
0 commit comments