File tree Expand file tree Collapse file tree 4 files changed +19
-9
lines changed Expand file tree Collapse file tree 4 files changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -628,4 +628,14 @@ Based on:
628
628
### Generated
629
629
- [ python v0.38.0] .
630
630
### Releases
631
- - [ PyPI v0.38.0] https://pypi.org/project/airbyte-api/0.38.0 - .
631
+ - [ PyPI v0.38.0] https://pypi.org/project/airbyte-api/0.38.0 - .
632
+
633
+ ## 2023-10-02 00:14:02
634
+ ### Changes
635
+ Based on:
636
+ - OpenAPI Doc 1.0.0
637
+ - Speakeasy CLI 1.92.3 (2.143.2) https://github.com/speakeasy-api/speakeasy
638
+ ### Generated
639
+ - [ python v0.38.1] .
640
+ ### Releases
641
+ - [ PyPI v0.38.1] https://pypi.org/project/airbyte-api/0.38.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 : 5b9a9a6f493e89e080a57e42997074be
4
4
docVersion : 1.0.0
5
- speakeasyVersion : 1.92.2
6
- generationVersion : 2.142 .2
5
+ speakeasyVersion : 1.92.3
6
+ generationVersion : 2.143 .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.88.0
18
+ core : 2.88.1
19
19
globalSecurity : 2.81.1
20
20
globalServerURLs : 2.82.0
21
21
includes : 2.81.1
22
22
python :
23
- version : 0.38.0
23
+ version : 0.38.1
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.38.0 " ,
13
+ version = "0.38.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 @@ -20,9 +20,9 @@ class SDKConfiguration:
20
20
server_idx : int = 0
21
21
language : str = 'python'
22
22
openapi_doc_version : str = '1.0.0'
23
- sdk_version : str = '0.38.0 '
24
- gen_version : str = '2.142 .2'
25
- user_agent : str = 'speakeasy-sdk/python 0.38.0 2.142 .2 1.0.0 airbyte-api'
23
+ sdk_version : str = '0.38.1 '
24
+ gen_version : str = '2.143 .2'
25
+ user_agent : str = 'speakeasy-sdk/python 0.38.1 2.143 .2 1.0.0 airbyte-api'
26
26
retry_config : RetryConfig = None
27
27
28
28
def get_server_details (self ) -> tuple [str , dict [str , str ]]:
You can’t perform that action at this time.
0 commit comments