File tree Expand file tree Collapse file tree 4 files changed +32
-8
lines changed Expand file tree Collapse file tree 4 files changed +32
-8
lines changed Original file line number Diff line number Diff line change @@ -374,4 +374,28 @@ Based on:
374
374
- OpenAPI Doc 1.0.0
375
375
- Speakeasy CLI 1.62.1 (2.70.2) https://github.com/speakeasy-api/speakeasy
376
376
### Releases
377
- - [ PyPI v0.24.2] https://pypi.org/project/airbyte-api/0.24.2 - .
377
+ - [ PyPI v0.24.2] https://pypi.org/project/airbyte-api/0.24.2 - .
378
+
379
+ ## 2023-07-22 00:14:41
380
+ ### Changes
381
+ Based on:
382
+ - OpenAPI Doc 1.0.0
383
+ - Speakeasy CLI 1.64.0 (2.71.0) https://github.com/speakeasy-api/speakeasy
384
+ ### Releases
385
+ - [ PyPI v0.25.0] https://pypi.org/project/airbyte-api/0.25.0 - .
386
+
387
+ ## 2023-07-26 00:14:54
388
+ ### Changes
389
+ Based on:
390
+ - OpenAPI Doc 1.0.0
391
+ - Speakeasy CLI 1.65.0 (2.73.0) https://github.com/speakeasy-api/speakeasy
392
+ ### Releases
393
+ - [ PyPI v0.26.0] https://pypi.org/project/airbyte-api/0.26.0 - .
394
+
395
+ ## 2023-07-27 00:13:33
396
+ ### Changes
397
+ Based on:
398
+ - OpenAPI Doc 1.0.0
399
+ - Speakeasy CLI 1.65.1 (2.73.1) https://github.com/speakeasy-api/speakeasy
400
+ ### Releases
401
+ - [ PyPI v0.26.1] https://pypi.org/project/airbyte-api/0.26.1 - .
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ configVersion: 1.0.0
2
2
management :
3
3
docChecksum : bb2011e16a0ec78eb8a13a803e08b4aa
4
4
docVersion : 1.0.0
5
- speakeasyVersion : 1.62 .1
6
- generationVersion : 2.70.2
5
+ speakeasyVersion : 1.65 .1
6
+ generationVersion : 2.73.1
7
7
generation :
8
8
comments :
9
9
disableComments : false
@@ -14,7 +14,7 @@ generation:
14
14
tagNamespacingDisabled : false
15
15
telemetryEnabled : true
16
16
python :
17
- version : 0.24.2
17
+ version : 0.26.1
18
18
author : Airbyte
19
19
description : Python Client SDK for Airbyte API
20
20
maxMethodParams : 0
Original file line number Diff line number Diff line change 10
10
11
11
setuptools .setup (
12
12
name = "airbyte-api" ,
13
- version = "0.24.2 " ,
13
+ version = "0.26.1 " ,
14
14
author = "Airbyte" ,
15
15
description = "Python Client SDK for Airbyte API" ,
16
16
long_description = long_description ,
19
19
install_requires = [
20
20
"certifi>=2022.12.7" ,
21
21
"charset-normalizer>=2.1.1" ,
22
- "dataclasses-json-speakeasy >=0.5.8 " ,
22
+ "dataclasses-json>=0.5.12 " ,
23
23
"idna>=3.3" ,
24
24
"jsonpath-python>=1.0.6 " ,
25
25
"marshmallow>=3.17.1" ,
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ class SDKConfiguration:
18
18
server_idx : int = 0
19
19
language : str = 'python'
20
20
openapi_doc_version : str = '1.0.0'
21
- sdk_version : str = '0.24.2 '
22
- gen_version : str = '2.70.2 '
21
+ sdk_version : str = '0.26.1 '
22
+ gen_version : str = '2.73.1 '
23
23
24
24
def get_server_details (self ) -> tuple [str , dict [str , str ]]:
25
25
if self .server_url :
You can’t perform that action at this time.
0 commit comments