Skip to content

Commit f1b9961

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.40.3
1 parent 9ebc3e3 commit f1b9961

File tree

4 files changed

+31
-23
lines changed

4 files changed

+31
-23
lines changed

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,12 @@ Based on:
182182
- OpenAPI Doc 1.0.0
183183
- Speakeasy CLI 1.40.2 (2.34.2) https://github.com/speakeasy-api/speakeasy
184184
### Releases
185-
- [PyPI v0.11.2] https://pypi.org/project/airbyte-api/0.11.2 - .
185+
- [PyPI v0.11.2] https://pypi.org/project/airbyte-api/0.11.2 - .
186+
187+
## 2023-06-02 00:15:05
188+
### Changes
189+
Based on:
190+
- OpenAPI Doc 1.0.0
191+
- Speakeasy CLI 1.40.3 (2.34.7) https://github.com/speakeasy-api/speakeasy
192+
### Releases
193+
- [PyPI v0.11.3] https://pypi.org/project/airbyte-api/0.11.3 - .

gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ configVersion: 1.0.0
22
management:
33
docChecksum: e82f3e11abf47c2509f115468e75bb06
44
docVersion: 1.0.0
5-
speakeasyVersion: 1.40.2
6-
generationVersion: 2.34.2
5+
speakeasyVersion: 1.40.3
6+
generationVersion: 2.34.7
77
generation:
88
sdkClassName: airbyte
99
singleTagPerOp: false
1010
telemetryEnabled: true
1111
python:
12-
version: 0.11.2
12+
version: 0.11.3
1313
author: Airbyte
1414
description: Python Client SDK for Airbyte API
1515
maxMethodParams: 0

setup.py

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

1111
setuptools.setup(
1212
name="airbyte-api",
13-
version="0.11.2",
13+
version="0.11.3",
1414
author="Airbyte",
1515
description="Python Client SDK for Airbyte API",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",
1818
packages=setuptools.find_packages(where="src"),
1919
install_requires=[
20-
"certifi==2022.12.7",
21-
"charset-normalizer==2.1.1",
22-
"dataclasses-json-speakeasy==0.5.8",
23-
"idna==3.3",
24-
"jsonpath-python==1.0.6 ",
25-
"marshmallow==3.17.1",
26-
"marshmallow-enum==1.5.1",
27-
"mypy-extensions==0.4.3",
28-
"packaging==21.3",
29-
"pyparsing==3.0.9",
30-
"python-dateutil==2.8.2",
31-
"requests==2.28.1",
32-
"six==1.16.0",
33-
"typing-inspect==0.8.0",
34-
"typing_extensions==4.3.0",
35-
"urllib3==1.26.12",
20+
"certifi>=2022.12.7",
21+
"charset-normalizer>=2.1.1",
22+
"dataclasses-json-speakeasy>=0.5.8",
23+
"idna>=3.3",
24+
"jsonpath-python>=1.0.6 ",
25+
"marshmallow>=3.17.1",
26+
"marshmallow-enum>=1.5.1",
27+
"mypy-extensions>=0.4.3",
28+
"packaging>=21.3",
29+
"pyparsing>=3.0.9",
30+
"python-dateutil>=2.8.2",
31+
"requests>=2.28.1",
32+
"six>=1.16.0",
33+
"typing-inspect>=0.8.0",
34+
"typing_extensions>=4.3.0",
35+
"urllib3>=1.26.12",
3636
],
3737
extras_require={
3838
"dev":["pylint==2.16.2"]

src/airbyte/sdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ class Airbyte:
2828
_security_client: requests_http.Session
2929
_server_url: str = SERVERS[0]
3030
_language: str = "python"
31-
_sdk_version: str = "0.11.2"
32-
_gen_version: str = "2.34.2"
31+
_sdk_version: str = "0.11.3"
32+
_gen_version: str = "2.34.7"
3333

3434
def __init__(self,
3535
security: shared.Security = None,

0 commit comments

Comments
 (0)