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 @@ -302,4 +302,12 @@ Based on:
302302- OpenAPI Doc 1.0.0
303303- Speakeasy CLI 1.52.2 (2.57.2) https://github.com/speakeasy-api/speakeasy
304304### Releases
305- - [ PyPI v0.19.0] https://pypi.org/project/airbyte-api/0.19.0 - .
305+ - [ PyPI v0.19.0] https://pypi.org/project/airbyte-api/0.19.0 - .
306+
307+ ## 2023-07-07 00:16:49
308+ ### Changes
309+ Based on:
310+ - OpenAPI Doc 1.0.0
311+ - Speakeasy CLI 1.53.0 (2.58.0) https://github.com/speakeasy-api/speakeasy
312+ ### Releases
313+ - [ PyPI v0.20.0] https://pypi.org/project/airbyte-api/0.20.0 - .
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ configVersion: 1.0.0
22management :
33 docChecksum : bb2011e16a0ec78eb8a13a803e08b4aa
44 docVersion : 1.0.0
5- speakeasyVersion : 1.52.2
6- generationVersion : 2.57.2
5+ speakeasyVersion : 1.53.0
6+ generationVersion : 2.58.0
77generation :
88 comments :
99 disableComments : false
@@ -14,7 +14,7 @@ generation:
1414 tagNamespacingDisabled : false
1515 telemetryEnabled : true
1616python :
17- version : 0.19 .0
17+ version : 0.20 .0
1818 author : Airbyte
1919 description : Python Client SDK for Airbyte API
2020 maxMethodParams : 0
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212 name = "airbyte-api" ,
13- version = "0.19 .0" ,
13+ version = "0.20 .0" ,
1414 author = "Airbyte" ,
1515 description = "Python Client SDK for Airbyte API" ,
1616 long_description = long_description ,
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ class SDKConfiguration:
1818 server_idx : int = 0
1919 language : str = 'python'
2020 openapi_doc_version : str = '1.0.0'
21- sdk_version : str = '0.19 .0'
22- gen_version : str = '2.57.2 '
21+ sdk_version : str = '0.20 .0'
22+ gen_version : str = '2.58.0 '
2323
2424 def get_server_details (self ) -> tuple [str , dict [str , str ]]:
2525 if self .server_url :
You can’t perform that action at this time.
0 commit comments