File tree Expand file tree Collapse file tree 4 files changed +18
-8
lines changed Expand file tree Collapse file tree 4 files changed +18
-8
lines changed Original file line number Diff line number Diff line change @@ -438,4 +438,14 @@ Based on:
438
438
- OpenAPI Doc 1.0.0
439
439
- Speakeasy CLI 1.69.1 (2.82.0) https://github.com/speakeasy-api/speakeasy
440
440
### Releases
441
- - [ PyPI v0.30.0] https://pypi.org/project/airbyte-api/0.30.0 - .
441
+ - [ PyPI v0.30.0] https://pypi.org/project/airbyte-api/0.30.0 - .
442
+
443
+ ## 2023-08-16 00:12:30
444
+ ### Changes
445
+ Based on:
446
+ - OpenAPI Doc 1.0.0
447
+ - Speakeasy CLI 1.73.1 (2.84.3) https://github.com/speakeasy-api/speakeasy
448
+ ### Generated
449
+ - [ python v0.31.0] .
450
+ ### Releases
451
+ - [ PyPI v0.31.0] https://pypi.org/project/airbyte-api/0.31.0 - .
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.69 .1
6
- generationVersion : 2.82.0
5
+ speakeasyVersion : 1.73 .1
6
+ generationVersion : 2.84.3
7
7
generation :
8
8
comments :
9
9
disableComments : false
@@ -17,10 +17,10 @@ features:
17
17
python :
18
18
core : 2.82.0
19
19
globalSecurity : 2.81.1
20
- globalServerURLs : 2.81.1
20
+ globalServerURLs : 2.82.0
21
21
includes : 2.81.1
22
22
python :
23
- version : 0.30 .0
23
+ version : 0.31 .0
24
24
author : Airbyte
25
25
description : Python Client SDK for Airbyte API
26
26
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.30 .0" ,
13
+ version = "0.31 .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 @@ -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.30 .0'
22
- gen_version : str = '2.82.0 '
21
+ sdk_version : str = '0.31 .0'
22
+ gen_version : str = '2.84.3 '
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