Skip to content

Commit 1a42d21

Browse files
chore: 🐝 Update SDK - Generate (#62)
Co-authored-by: speakeasybot <[email protected]>
1 parent d80a8db commit 1a42d21

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed

.speakeasy/gen.lock

+2-2
Original file line numberDiff line numberDiff 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

RELEASES.md

+11-1
Original file line numberDiff line numberDiff 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 - .

gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ generation:
1111
auth:
1212
oAuth2ClientCredentialsEnabled: false
1313
python:
14-
version: 0.49.1
14+
version: 0.49.2
1515
additionalDependencies:
1616
dependencies: {}
1717
extraDependencies:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setuptools.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',

src/airbyte_api/sdkconfiguration.py

+2-2
Original file line numberDiff line numberDiff 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):

0 commit comments

Comments
 (0)