Skip to content

Commit

Permalink
chore: 🐝 Update SDK - Generate (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Apr 11, 2024
1 parent d80a8db commit 1a42d21
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 - .
- [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 - .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
python:
version: 0.49.1
version: 0.49.2
additionalDependencies:
dependencies: {}
extraDependencies:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions src/airbyte_api/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 1a42d21

Please sign in to comment.