Skip to content

Commit f7625bc

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.163.1
1 parent 15014ba commit f7625bc

File tree

5 files changed

+22
-11
lines changed

5 files changed

+22
-11
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ management:
44
docChecksum: c101e6356aa26bcdee80457c4dc64471
55
docVersion: 1.0.0
66
speakeasyVersion: internal
7-
generationVersion: 2.245.1
8-
releaseVersion: 0.45.0
9-
configChecksum: 42983d0d51ddc2618bf4cbf0315e060d
7+
generationVersion: 2.248.1
8+
releaseVersion: 0.46.0
9+
configChecksum: 0c9ddc0ce5ae2f9e165a55e67a11d9ca
1010
repoURL: https://github.com/airbytehq/airbyte-api-python-sdk.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/airbytehq/airbyte-api-python-sdk.git
@@ -15,7 +15,7 @@ features:
1515
python:
1616
additionalProperties: 0.1.0
1717
constsAndDefaults: 0.1.2
18-
core: 4.4.3
18+
core: 4.4.4
1919
globalSecurity: 2.83.2
2020
globalServerURLs: 2.82.1
2121
unions: 2.82.5

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,4 +818,14 @@ Based on:
818818
### Generated
819819
- [python v0.45.0] .
820820
### Releases
821-
- [PyPI v0.45.0] https://pypi.org/project/airbyte-api/0.45.0 - .
821+
- [PyPI v0.45.0] https://pypi.org/project/airbyte-api/0.45.0 - .
822+
823+
## 2024-02-02 00:13:52
824+
### Changes
825+
Based on:
826+
- OpenAPI Doc 1.0.0
827+
- Speakeasy CLI 1.163.1 (2.248.1) https://github.com/speakeasy-api/speakeasy
828+
### Generated
829+
- [python v0.46.0] .
830+
### Releases
831+
- [PyPI v0.46.0] https://pypi.org/project/airbyte-api/0.46.0 - .

gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ generation:
66
useClassNamesForArrayFields: true
77
fixes:
88
nameResolutionDec2023: false
9+
parameterOrderingFeb2024: false
910
python:
10-
version: 0.45.0
11+
version: 0.46.0
1112
author: Airbyte
1213
clientServerStatusCodesAsErrors: true
1314
description: Python Client SDK for Airbyte API

setup.py

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

1111
setuptools.setup(
1212
name="airbyte-api",
13-
version="0.45.0",
13+
version="0.46.0",
1414
author="Airbyte",
1515
description="Python Client SDK for Airbyte API",
1616
long_description=long_description,
@@ -19,7 +19,7 @@
1919
install_requires=[
2020
"certifi>=2023.7.22",
2121
"charset-normalizer>=3.2.0",
22-
"dataclasses-json @ git+https://github.com/speakeasy-api/dataclasses-json@fix-union-deserialization",
22+
"dataclasses-json-speakeasy>=0.5.11",
2323
"idna>=3.4",
2424
"jsonpath-python>=1.0.6 ",
2525
"marshmallow>=3.19.0",

src/airbyte/sdkconfiguration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ class SDKConfiguration:
2222
server_idx: int = 0
2323
language: str = 'python'
2424
openapi_doc_version: str = '1.0.0'
25-
sdk_version: str = '0.45.0'
26-
gen_version: str = '2.245.1'
27-
user_agent: str = 'speakeasy-sdk/python 0.45.0 2.245.1 1.0.0 airbyte-api'
25+
sdk_version: str = '0.46.0'
26+
gen_version: str = '2.248.1'
27+
user_agent: str = 'speakeasy-sdk/python 0.46.0 2.248.1 1.0.0 airbyte-api'
2828
retry_config: RetryConfig = None
2929

3030
def get_server_details(self) -> Tuple[str, Dict[str, str]]:

0 commit comments

Comments
 (0)