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 @@ -518,4 +518,14 @@ Based on:
518
518
### Generated
519
519
- [ python v0.34.0] .
520
520
### Releases
521
- - [ PyPI v0.34.0] https://pypi.org/project/airbyte-api/0.34.0 - .
521
+ - [ PyPI v0.34.0] https://pypi.org/project/airbyte-api/0.34.0 - .
522
+
523
+ ## 2023-09-01 00:14:04
524
+ ### Changes
525
+ Based on:
526
+ - OpenAPI Doc 1.0.0
527
+ - Speakeasy CLI 1.77.0 (2.91.2) https://github.com/speakeasy-api/speakeasy
528
+ ### Generated
529
+ - [ python v0.35.0] .
530
+ ### Releases
531
+ - [ PyPI v0.35.0] https://pypi.org/project/airbyte-api/0.35.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 : 677c33932664e2e3ad3b815e949e0aa9
4
4
docVersion : 1.0.0
5
- speakeasyVersion : 1.75 .0
6
- generationVersion : 2.89.1
5
+ speakeasyVersion : 1.77 .0
6
+ generationVersion : 2.91.2
7
7
generation :
8
8
comments :
9
9
disableComments : false
@@ -15,12 +15,12 @@ generation:
15
15
telemetryEnabled : true
16
16
features :
17
17
python :
18
- core : 2.84 .0
18
+ core : 2.85 .0
19
19
globalSecurity : 2.81.1
20
20
globalServerURLs : 2.82.0
21
21
includes : 2.81.1
22
22
python :
23
- version : 0.34 .0
23
+ version : 0.35 .0
24
24
author : Airbyte
25
25
clientServerStatusCodesAsErrors : true
26
26
description : Python Client SDK for 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.34 .0" ,
13
+ version = "0.35 .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.34 .0'
22
- gen_version : str = '2.89.1 '
21
+ sdk_version : str = '0.35 .0'
22
+ gen_version : str = '2.91.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