diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index b85abb7f..8fb6d448 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 1.0.0 speakeasyVersion: 1.250.0 generationVersion: 2.304.1 - releaseVersion: 0.49.1 - configChecksum: 8e8b005782719e52a4271a009cf35cb3 + releaseVersion: 0.49.2 + configChecksum: 4ffba80c6c7e4b85fd8392cd7f124902 repoURL: https://github.com/airbytehq/airbyte-api-python-sdk.git repoSubDirectory: . installationURL: https://github.com/airbytehq/airbyte-api-python-sdk.git diff --git a/RELEASES.md b/RELEASES.md index 229ddbed..d7f0a770 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -878,4 +878,14 @@ Based on: ### Generated - [python v0.47.3] . ### Releases -- [PyPI v0.47.3] https://pypi.org/project/airbyte-api/0.47.3 - . \ No newline at end of file +- [PyPI v0.47.3] https://pypi.org/project/airbyte-api/0.47.3 - . + +## 2024-04-11 22:31:51 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.250.0 (2.304.1) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.49.2] . +### Releases +- [PyPI v0.49.2] https://pypi.org/project/airbyte-api/0.49.2 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index e5bee77d..668b945f 100644 --- a/gen.yaml +++ b/gen.yaml @@ -11,7 +11,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: false python: - version: 0.49.1 + version: 0.49.2 additionalDependencies: dependencies: {} extraDependencies: diff --git a/setup.py b/setup.py index 1abb14b5..0494faa6 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setuptools.setup( name='airbyte-api', - version='0.49.1', + version='0.49.2', author='Airbyte', description='Python Client SDK for Airbyte API', url='https://github.com/airbytehq/airbyte-api-python-sdk.git', diff --git a/src/airbyte_api/sdkconfiguration.py b/src/airbyte_api/sdkconfiguration.py index 3dff8ab4..2c01ed11 100644 --- a/src/airbyte_api/sdkconfiguration.py +++ b/src/airbyte_api/sdkconfiguration.py @@ -24,9 +24,9 @@ class SDKConfiguration: server_idx: Optional[int] = 0 language: str = 'python' openapi_doc_version: str = '1.0.0' - sdk_version: str = '0.49.1' + sdk_version: str = '0.49.2' gen_version: str = '2.304.1' - user_agent: str = 'speakeasy-sdk/python 0.49.1 2.304.1 1.0.0 airbyte-api' + user_agent: str = 'speakeasy-sdk/python 0.49.2 2.304.1 1.0.0 airbyte-api' retry_config: Optional[RetryConfig] = None def __post_init__(self):