Skip to content

Commit b2c7c0c

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.77.0
1 parent 38710e5 commit b2c7c0c

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,4 +518,14 @@ Based on:
518518
### Generated
519519
- [python v0.34.0] .
520520
### Releases
521-
- [PyPI v0.34.0] https://pypi.org/project/airbyte-api/0.34.0 - .
521+
- [PyPI v0.34.0] https://pypi.org/project/airbyte-api/0.34.0 - .
522+
523+
## 2023-09-01 00:14:04
524+
### Changes
525+
Based on:
526+
- OpenAPI Doc 1.0.0
527+
- Speakeasy CLI 1.77.0 (2.91.2) https://github.com/speakeasy-api/speakeasy
528+
### Generated
529+
- [python v0.35.0] .
530+
### Releases
531+
- [PyPI v0.35.0] https://pypi.org/project/airbyte-api/0.35.0 - .

gen.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 677c33932664e2e3ad3b815e949e0aa9
44
docVersion: 1.0.0
5-
speakeasyVersion: 1.75.0
6-
generationVersion: 2.89.1
5+
speakeasyVersion: 1.77.0
6+
generationVersion: 2.91.2
77
generation:
88
comments:
99
disableComments: false
@@ -15,12 +15,12 @@ generation:
1515
telemetryEnabled: true
1616
features:
1717
python:
18-
core: 2.84.0
18+
core: 2.85.0
1919
globalSecurity: 2.81.1
2020
globalServerURLs: 2.82.0
2121
includes: 2.81.1
2222
python:
23-
version: 0.34.0
23+
version: 0.35.0
2424
author: Airbyte
2525
clientServerStatusCodesAsErrors: true
2626
description: Python Client SDK for Airbyte API

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.34.0",
13+
version="0.35.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.34.0'
22-
gen_version: str = '2.89.1'
21+
sdk_version: str = '0.35.0'
22+
gen_version: str = '2.91.2'
2323

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

0 commit comments

Comments
 (0)