Skip to content

Commit cb8b2bb

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.66.1
1 parent ebf0b71 commit cb8b2bb

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,4 +406,12 @@ Based on:
406406
- OpenAPI Doc 1.0.0
407407
- Speakeasy CLI 1.65.2 (2.75.1) https://github.com/speakeasy-api/speakeasy
408408
### Releases
409-
- [PyPI v0.27.0] https://pypi.org/project/airbyte-api/0.27.0 - .
409+
- [PyPI v0.27.0] https://pypi.org/project/airbyte-api/0.27.0 - .
410+
411+
## 2023-08-01 00:16:53
412+
### Changes
413+
Based on:
414+
- OpenAPI Doc 1.0.0
415+
- Speakeasy CLI 1.66.1 (2.75.2) https://github.com/speakeasy-api/speakeasy
416+
### Releases
417+
- [PyPI v0.27.1] https://pypi.org/project/airbyte-api/0.27.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.65.2
6-
generationVersion: 2.75.1
5+
speakeasyVersion: 1.66.1
6+
generationVersion: 2.75.2
77
generation:
88
comments:
99
disableComments: false
@@ -14,7 +14,7 @@ generation:
1414
tagNamespacingDisabled: false
1515
telemetryEnabled: true
1616
python:
17-
version: 0.27.0
17+
version: 0.27.1
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.27.0",
13+
version="0.27.1",
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.27.0'
22-
gen_version: str = '2.75.1'
21+
sdk_version: str = '0.27.1'
22+
gen_version: str = '2.75.2'
2323

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

0 commit comments

Comments
 (0)