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 @@ -142,4 +142,12 @@ Based on:
142142- OpenAPI Doc 1.0.0
143143- Speakeasy CLI 1.35.0 (2.31.0) https://github.com/speakeasy-api/speakeasy
144144### Releases
145- - [ PyPI v0.9.0] https://pypi.org/project/airbyte-api/0.9.0 - .
145+ - [ PyPI v0.9.0] https://pypi.org/project/airbyte-api/0.9.0 - .
146+
147+ ## 2023-05-23 00:13:59
148+ ### Changes
149+ Based on:
150+ - OpenAPI Doc 1.0.0
151+ - Speakeasy CLI 1.37.5 (2.32.2) https://github.com/speakeasy-api/speakeasy
152+ ### Releases
153+ - [ PyPI v0.10.0] https://pypi.org/project/airbyte-api/0.10.0 - .
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ configVersion: 1.0.0
22management :
33 docChecksum : e82f3e11abf47c2509f115468e75bb06
44 docVersion : 1.0.0
5- speakeasyVersion : 1.35.0
6- generationVersion : 2.31.0
5+ speakeasyVersion : 1.37.5
6+ generationVersion : 2.32.2
77generation :
88 sdkClassName : airbyte
99 singleTagPerOp : false
1010 telemetryEnabled : true
1111python :
12- version : 0.9 .0
12+ version : 0.10 .0
1313 author : Airbyte
1414 description : Python Client SDK for Airbyte API
1515 maxMethodParams : 0
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212 name = "airbyte-api" ,
13- version = "0.9 .0" ,
13+ version = "0.10 .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 @@ -28,8 +28,8 @@ class Airbyte:
2828 _security_client : requests_http .Session
2929 _server_url : str = SERVERS [0 ]
3030 _language : str = "python"
31- _sdk_version : str = "0.9 .0"
32- _gen_version : str = "2.31.0 "
31+ _sdk_version : str = "0.10 .0"
32+ _gen_version : str = "2.32.2 "
3333
3434 def __init__ (self ,
3535 security : shared .Security = None ,
You can’t perform that action at this time.
0 commit comments