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:
628628### Generated
629629- [ python v0.38.0] .
630630### 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
22management :
33 docChecksum : 5b9a9a6f493e89e080a57e42997074be
44 docVersion : 1.0.0
5- speakeasyVersion : 1.92.2
6- generationVersion : 2.142 .2
5+ speakeasyVersion : 1.92.3
6+ generationVersion : 2.143 .2
77generation :
88 comments :
99 disableComments : false
@@ -15,12 +15,12 @@ generation:
1515 telemetryEnabled : true
1616features :
1717 python :
18- core : 2.88.0
18+ core : 2.88.1
1919 globalSecurity : 2.81.1
2020 globalServerURLs : 2.82.0
2121 includes : 2.81.1
2222python :
23- version : 0.38.0
23+ version : 0.38.1
2424 author : Airbyte
2525 clientServerStatusCodesAsErrors : true
2626 description : Python Client SDK for Airbyte API
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212 name = "airbyte-api" ,
13- version = "0.38.0 " ,
13+ version = "0.38.1 " ,
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 @@ -20,9 +20,9 @@ class SDKConfiguration:
2020 server_idx : int = 0
2121 language : str = 'python'
2222 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'
2626 retry_config : RetryConfig = None
2727
2828 def get_server_details (self ) -> tuple [str , dict [str , str ]]:
You can’t perform that action at this time.
0 commit comments