Skip to content

Commit 4462fb4

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.92.3
1 parent e2ee544 commit 4462fb4

File tree

4 files changed

+19
-9
lines changed

4 files changed

+19
-9
lines changed

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,4 +628,14 @@ Based on:
628628
### Generated
629629
- [python v0.38.0] .
630630
### Releases
631-
- [PyPI v0.38.0] https://pypi.org/project/airbyte-api/0.38.0 - .
631+
- [PyPI v0.38.0] https://pypi.org/project/airbyte-api/0.38.0 - .
632+
633+
## 2023-10-02 00:14:02
634+
### Changes
635+
Based on:
636+
- OpenAPI Doc 1.0.0
637+
- Speakeasy CLI 1.92.3 (2.143.2) https://github.com/speakeasy-api/speakeasy
638+
### Generated
639+
- [python v0.38.1] .
640+
### Releases
641+
- [PyPI v0.38.1] https://pypi.org/project/airbyte-api/0.38.1 - .

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: 5b9a9a6f493e89e080a57e42997074be
44
docVersion: 1.0.0
5-
speakeasyVersion: 1.92.2
6-
generationVersion: 2.142.2
5+
speakeasyVersion: 1.92.3
6+
generationVersion: 2.143.2
77
generation:
88
comments:
99
disableComments: false
@@ -15,12 +15,12 @@ generation:
1515
telemetryEnabled: true
1616
features:
1717
python:
18-
core: 2.88.0
18+
core: 2.88.1
1919
globalSecurity: 2.81.1
2020
globalServerURLs: 2.82.0
2121
includes: 2.81.1
2222
python:
23-
version: 0.38.0
23+
version: 0.38.1
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.38.0",
13+
version="0.38.1",
1414
author="Airbyte",
1515
description="Python Client SDK for Airbyte API",
1616
long_description=long_description,

src/airbyte/sdkconfiguration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ class SDKConfiguration:
2020
server_idx: int = 0
2121
language: str = 'python'
2222
openapi_doc_version: str = '1.0.0'
23-
sdk_version: str = '0.38.0'
24-
gen_version: str = '2.142.2'
25-
user_agent: str = 'speakeasy-sdk/python 0.38.0 2.142.2 1.0.0 airbyte-api'
23+
sdk_version: str = '0.38.1'
24+
gen_version: str = '2.143.2'
25+
user_agent: str = 'speakeasy-sdk/python 0.38.1 2.143.2 1.0.0 airbyte-api'
2626
retry_config: RetryConfig = None
2727

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

0 commit comments

Comments
 (0)