Skip to content

Commit

Permalink
Merge pull request #16 from airbytehq/speakeasy-sdk-regen-1685146479
Browse files Browse the repository at this point in the history
chore: speakeasy sdk regeneration - Generate
  • Loading branch information
terencecho authored Jun 2, 2023
2 parents 552bc3d + e87745d commit 9ebc3e3
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
venv/
src/*.egg-info/
__pycache__/
.pytest_cache/
.python-version`
34 changes: 33 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,36 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.37.5 (2.32.2) https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.10.0] https://pypi.org/project/airbyte-api/0.10.0 - .
- [PyPI v0.10.0] https://pypi.org/project/airbyte-api/0.10.0 - .

## 2023-05-27 00:14:37
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.38.0 (2.32.7) https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.10.1] https://pypi.org/project/airbyte-api/0.10.1 - .

## 2023-05-31 20:54:27
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.40.1 (2.34.1) https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.11.0] https://pypi.org/project/airbyte-api/0.11.0 - .

## 2023-05-31 21:58:58
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.40.1 (2.34.1) https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.11.1] https://pypi.org/project/airbyte-api/0.11.1 - .

## 2023-06-01 00:17:50
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.40.2 (2.34.2) https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.11.2] https://pypi.org/project/airbyte-api/0.11.2 - .
1 change: 1 addition & 0 deletions files.gen
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ src/airbyte/sources.py
src/airbyte/streams.py
src/airbyte/workspaces.py
src/airbyte/sdk.py
.gitignore
pylintrc
setup.py
src/airbyte/__init__.py
Expand Down
6 changes: 3 additions & 3 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ configVersion: 1.0.0
management:
docChecksum: e82f3e11abf47c2509f115468e75bb06
docVersion: 1.0.0
speakeasyVersion: 1.37.5
generationVersion: 2.32.2
speakeasyVersion: 1.40.2
generationVersion: 2.34.2
generation:
sdkClassName: airbyte
singleTagPerOp: false
telemetryEnabled: true
python:
version: 0.10.0
version: 0.11.2
author: Airbyte
description: Python Client SDK for Airbyte API
maxMethodParams: 0
Expand Down
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="airbyte-api",
version="0.10.0",
version="0.11.2",
author="Airbyte",
description="Python Client SDK for Airbyte API",
long_description=long_description,
Expand All @@ -21,6 +21,7 @@
"charset-normalizer==2.1.1",
"dataclasses-json-speakeasy==0.5.8",
"idna==3.3",
"jsonpath-python==1.0.6 ",
"marshmallow==3.17.1",
"marshmallow-enum==1.5.1",
"mypy-extensions==0.4.3",
Expand All @@ -32,8 +33,10 @@
"typing-inspect==0.8.0",
"typing_extensions==4.3.0",
"urllib3==1.26.12",
"pylint==2.16.2",
],
extras_require={
"dev":["pylint==2.16.2"]
},
package_dir={'': 'src'},
python_requires='>=3.9'
)
4 changes: 2 additions & 2 deletions src/airbyte/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class Airbyte:
_security_client: requests_http.Session
_server_url: str = SERVERS[0]
_language: str = "python"
_sdk_version: str = "0.10.0"
_gen_version: str = "2.32.2"
_sdk_version: str = "0.11.2"
_gen_version: str = "2.34.2"

def __init__(self,
security: shared.Security = None,
Expand Down

0 comments on commit 9ebc3e3

Please sign in to comment.