Skip to content

Commit aeeb0fb

Browse files
authored
Merge pull request #32 from airbytehq/speakeasy-sdk-regen-1689873097
chore: speakeasy sdk regeneration - Generate
2 parents 38c0446 + d7b2256 commit aeeb0fb

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,4 +366,12 @@ Based on:
366366
- OpenAPI Doc 1.0.0
367367
- Speakeasy CLI 1.62.1 (2.70.2) https://github.com/speakeasy-api/speakeasy
368368
### Releases
369-
- [PyPI v0.24.1] https://pypi.org/project/airbyte-api/0.24.1 - .
369+
- [PyPI v0.24.1] https://pypi.org/project/airbyte-api/0.24.1 - .
370+
371+
## 2023-07-20 17:11:34
372+
### Changes
373+
Based on:
374+
- OpenAPI Doc 1.0.0
375+
- Speakeasy CLI 1.62.1 (2.70.2) https://github.com/speakeasy-api/speakeasy
376+
### Releases
377+
- [PyPI v0.24.2] https://pypi.org/project/airbyte-api/0.24.2 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ generation:
1414
tagNamespacingDisabled: false
1515
telemetryEnabled: true
1616
python:
17-
version: 0.24.1
17+
version: 0.24.2
1818
author: Airbyte
1919
description: Python Client SDK for Airbyte API
2020
maxMethodParams: 0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="airbyte-api",
13-
version="0.24.1",
13+
version="0.24.2",
1414
author="Airbyte",
1515
description="Python Client SDK for Airbyte API",
1616
long_description=long_description,

src/airbyte/sdkconfiguration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class SDKConfiguration:
1818
server_idx: int = 0
1919
language: str = 'python'
2020
openapi_doc_version: str = '1.0.0'
21-
sdk_version: str = '0.24.1'
21+
sdk_version: str = '0.24.2'
2222
gen_version: str = '2.70.2'
2323

2424
def get_server_details(self) -> tuple[str, dict[str, str]]:

0 commit comments

Comments
 (0)