Skip to content

Commit 0574080

Browse files
authored
Merge pull request #37 from airbytehq/speakeasy-sdk-regen-1691453671
2 parents 831109a + 604a697 commit 0574080

File tree

4 files changed

+31
-7
lines changed

4 files changed

+31
-7
lines changed

RELEASES.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,4 +430,22 @@ Based on:
430430
- OpenAPI Doc 1.0.0
431431
- Speakeasy CLI 1.68.3 (2.81.1) https://github.com/speakeasy-api/speakeasy
432432
### Releases
433-
- [PyPI v0.29.0] https://pypi.org/project/airbyte-api/0.29.0 - .
433+
- [PyPI v0.29.0] https://pypi.org/project/airbyte-api/0.29.0 - .
434+
435+
## 2023-08-08 00:14:30
436+
### Changes
437+
Based on:
438+
- OpenAPI Doc 1.0.0
439+
- Speakeasy CLI 1.69.1 (2.82.0) https://github.com/speakeasy-api/speakeasy
440+
### Releases
441+
- [PyPI v0.30.0] https://pypi.org/project/airbyte-api/0.30.0 - .
442+
443+
## 2023-08-16 00:12:30
444+
### Changes
445+
Based on:
446+
- OpenAPI Doc 1.0.0
447+
- Speakeasy CLI 1.73.1 (2.84.3) https://github.com/speakeasy-api/speakeasy
448+
### Generated
449+
- [python v0.31.0] .
450+
### Releases
451+
- [PyPI v0.31.0] https://pypi.org/project/airbyte-api/0.31.0 - .

gen.yaml

Lines changed: 9 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.68.3
6-
generationVersion: 2.81.1
5+
speakeasyVersion: 1.73.1
6+
generationVersion: 2.84.3
77
generation:
88
comments:
99
disableComments: false
@@ -13,8 +13,14 @@ generation:
1313
singleTagPerOp: false
1414
tagNamespacingDisabled: false
1515
telemetryEnabled: true
16+
features:
17+
python:
18+
core: 2.82.0
19+
globalSecurity: 2.81.1
20+
globalServerURLs: 2.82.0
21+
includes: 2.81.1
1622
python:
17-
version: 0.29.0
23+
version: 0.31.0
1824
author: Airbyte
1925
description: Python Client SDK for Airbyte API
2026
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.29.0",
13+
version="0.31.0",
1414
author="Airbyte",
1515
description="Python Client SDK for Airbyte API",
1616
long_description=long_description,

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.29.0'
22-
gen_version: str = '2.81.1'
21+
sdk_version: str = '0.31.0'
22+
gen_version: str = '2.84.3'
2323

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

0 commit comments

Comments
 (0)