File tree Expand file tree Collapse file tree 5 files changed +17
-7
lines changed
Expand file tree Collapse file tree 5 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 1.0.0
66 speakeasyVersion: 1.250.0
77 generationVersion: 2.304.1
8- releaseVersion: 0.49.1
9- configChecksum: 8e8b005782719e52a4271a009cf35cb3
8+ releaseVersion: 0.49.2
9+ configChecksum: 4ffba80c6c7e4b85fd8392cd7f124902
1010 repoURL: https://github.com/airbytehq/airbyte-api-python-sdk.git
1111 repoSubDirectory: .
1212 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:
878878### Generated
879879- [ python v0.47.3] .
880880### 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:
1111 auth :
1212 oAuth2ClientCredentialsEnabled : false
1313python :
14- version : 0.49.1
14+ version : 0.49.2
1515 additionalDependencies :
1616 dependencies : {}
1717 extraDependencies :
Original file line number Diff line number Diff line change 1919
2020setuptools .setup (
2121 name = 'airbyte-api' ,
22- version = '0.49.1 ' ,
22+ version = '0.49.2 ' ,
2323 author = 'Airbyte' ,
2424 description = 'Python Client SDK for Airbyte API' ,
2525 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:
2424 server_idx : Optional [int ] = 0
2525 language : str = 'python'
2626 openapi_doc_version : str = '1.0.0'
27- sdk_version : str = '0.49.1 '
27+ sdk_version : str = '0.49.2 '
2828 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'
3030 retry_config : Optional [RetryConfig ] = None
3131
3232 def __post_init__ (self ):
You canβt perform that action at this time.
0 commit comments