File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -366,4 +366,12 @@ Based on:
366
366
- OpenAPI Doc 1.0.0
367
367
- Speakeasy CLI 1.62.1 (2.70.2) https://github.com/speakeasy-api/speakeasy
368
368
### Releases
369
- - [ PyPI v0.24.1] https://pypi.org/project/airbyte-api/0.24.1 - .
369
+ - [ PyPI v0.24.1] https://pypi.org/project/airbyte-api/0.24.1 - .
370
+
371
+ ## 2023-07-20 17:11:34
372
+ ### Changes
373
+ Based on:
374
+ - OpenAPI Doc 1.0.0
375
+ - Speakeasy CLI 1.62.1 (2.70.2) https://github.com/speakeasy-api/speakeasy
376
+ ### Releases
377
+ - [ PyPI v0.24.2] https://pypi.org/project/airbyte-api/0.24.2 - .
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ generation:
14
14
tagNamespacingDisabled : false
15
15
telemetryEnabled : true
16
16
python :
17
- version : 0.24.1
17
+ version : 0.24.2
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.24.1 " ,
13
+ version = "0.24.2 " ,
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,7 +18,7 @@ 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.24.1 '
21
+ sdk_version : str = '0.24.2 '
22
22
gen_version : str = '2.70.2'
23
23
24
24
def get_server_details (self ) -> tuple [str , dict [str , str ]]:
You can’t perform that action at this time.
0 commit comments