File tree 5 files changed +17
-7
lines changed
5 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
5
5
docVersion: 1.0.0
6
6
speakeasyVersion: 1.250.0
7
7
generationVersion: 2.304.1
8
- releaseVersion: 0.49.1
9
- configChecksum: 8e8b005782719e52a4271a009cf35cb3
8
+ releaseVersion: 0.49.2
9
+ configChecksum: 4ffba80c6c7e4b85fd8392cd7f124902
10
10
repoURL: https://github.com/airbytehq/airbyte-api-python-sdk.git
11
11
repoSubDirectory: .
12
12
installationURL: https://github.com/airbytehq/airbyte-api-python-sdk.git
Original file line number Diff line number Diff line change @@ -878,4 +878,14 @@ Based on:
878
878
### Generated
879
879
- [ python v0.47.3] .
880
880
### Releases
881
- - [ PyPI v0.47.3] https://pypi.org/project/airbyte-api/0.47.3 - .
881
+ - [ PyPI v0.47.3] https://pypi.org/project/airbyte-api/0.47.3 - .
882
+
883
+ ## 2024-04-11 22:31:51
884
+ ### Changes
885
+ Based on:
886
+ - OpenAPI Doc
887
+ - Speakeasy CLI 1.250.0 (2.304.1) https://github.com/speakeasy-api/speakeasy
888
+ ### Generated
889
+ - [ python v0.49.2] .
890
+ ### Releases
891
+ - [ PyPI v0.49.2] https://pypi.org/project/airbyte-api/0.49.2 - .
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ generation:
11
11
auth :
12
12
oAuth2ClientCredentialsEnabled : false
13
13
python :
14
- version : 0.49.1
14
+ version : 0.49.2
15
15
additionalDependencies :
16
16
dependencies : {}
17
17
extraDependencies :
Original file line number Diff line number Diff line change 19
19
20
20
setuptools .setup (
21
21
name = 'airbyte-api' ,
22
- version = '0.49.1 ' ,
22
+ version = '0.49.2 ' ,
23
23
author = 'Airbyte' ,
24
24
description = 'Python Client SDK for Airbyte API' ,
25
25
url = 'https://github.com/airbytehq/airbyte-api-python-sdk.git' ,
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ class SDKConfiguration:
24
24
server_idx : Optional [int ] = 0
25
25
language : str = 'python'
26
26
openapi_doc_version : str = '1.0.0'
27
- sdk_version : str = '0.49.1 '
27
+ sdk_version : str = '0.49.2 '
28
28
gen_version : str = '2.304.1'
29
- user_agent : str = 'speakeasy-sdk/python 0.49.1 2.304.1 1.0.0 airbyte-api'
29
+ user_agent : str = 'speakeasy-sdk/python 0.49.2 2.304.1 1.0.0 airbyte-api'
30
30
retry_config : Optional [RetryConfig ] = None
31
31
32
32
def __post_init__ (self ):
You can’t perform that action at this time.
0 commit comments