Skip to content

Commit 40435e4

Browse files
authored
Merge pull request #33 from airbytehq/speakeasy-sdk-regen-1689984883
chore: speakeasy sdk regeneration - Generate
2 parents aeeb0fb + f2613ed commit 40435e4

File tree

4 files changed

+32
-8
lines changed

4 files changed

+32
-8
lines changed

RELEASES.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,4 +374,28 @@ Based on:
374374
- OpenAPI Doc 1.0.0
375375
- Speakeasy CLI 1.62.1 (2.70.2) https://github.com/speakeasy-api/speakeasy
376376
### Releases
377-
- [PyPI v0.24.2] https://pypi.org/project/airbyte-api/0.24.2 - .
377+
- [PyPI v0.24.2] https://pypi.org/project/airbyte-api/0.24.2 - .
378+
379+
## 2023-07-22 00:14:41
380+
### Changes
381+
Based on:
382+
- OpenAPI Doc 1.0.0
383+
- Speakeasy CLI 1.64.0 (2.71.0) https://github.com/speakeasy-api/speakeasy
384+
### Releases
385+
- [PyPI v0.25.0] https://pypi.org/project/airbyte-api/0.25.0 - .
386+
387+
## 2023-07-26 00:14:54
388+
### Changes
389+
Based on:
390+
- OpenAPI Doc 1.0.0
391+
- Speakeasy CLI 1.65.0 (2.73.0) https://github.com/speakeasy-api/speakeasy
392+
### Releases
393+
- [PyPI v0.26.0] https://pypi.org/project/airbyte-api/0.26.0 - .
394+
395+
## 2023-07-27 00:13:33
396+
### Changes
397+
Based on:
398+
- OpenAPI Doc 1.0.0
399+
- Speakeasy CLI 1.65.1 (2.73.1) https://github.com/speakeasy-api/speakeasy
400+
### Releases
401+
- [PyPI v0.26.1] https://pypi.org/project/airbyte-api/0.26.1 - .

gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ configVersion: 1.0.0
22
management:
33
docChecksum: bb2011e16a0ec78eb8a13a803e08b4aa
44
docVersion: 1.0.0
5-
speakeasyVersion: 1.62.1
6-
generationVersion: 2.70.2
5+
speakeasyVersion: 1.65.1
6+
generationVersion: 2.73.1
77
generation:
88
comments:
99
disableComments: false
@@ -14,7 +14,7 @@ generation:
1414
tagNamespacingDisabled: false
1515
telemetryEnabled: true
1616
python:
17-
version: 0.24.2
17+
version: 0.26.1
1818
author: Airbyte
1919
description: Python Client SDK for Airbyte API
2020
maxMethodParams: 0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="airbyte-api",
13-
version="0.24.2",
13+
version="0.26.1",
1414
author="Airbyte",
1515
description="Python Client SDK for Airbyte API",
1616
long_description=long_description,
@@ -19,7 +19,7 @@
1919
install_requires=[
2020
"certifi>=2022.12.7",
2121
"charset-normalizer>=2.1.1",
22-
"dataclasses-json-speakeasy>=0.5.8",
22+
"dataclasses-json>=0.5.12",
2323
"idna>=3.3",
2424
"jsonpath-python>=1.0.6 ",
2525
"marshmallow>=3.17.1",

src/airbyte/sdkconfiguration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ 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.2'
22-
gen_version: str = '2.70.2'
21+
sdk_version: str = '0.26.1'
22+
gen_version: str = '2.73.1'
2323

2424
def get_server_details(self) -> tuple[str, dict[str, str]]:
2525
if self.server_url:

0 commit comments

Comments
 (0)