File tree 6 files changed +41
-9
lines changed
6 files changed +41
-9
lines changed Original file line number Diff line number Diff line change 4
4
## SDK Installation
5
5
6
6
``` bash
7
- pip install openapi
7
+ pip install git+https://github.com/epilot-dev/sdk-python.git#subdirectory=workflows_definition
8
8
```
9
9
<!-- End SDK Installation -->
10
10
Original file line number Diff line number Diff line change 4
4
### Changes
5
5
Based on:
6
6
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/workflows-definition.yaml
7
- - Speakeasy CLI 1.14.2 (2.13.0) https://github.com/speakeasy-api/speakeasy
7
+ - Speakeasy CLI 1.14.2 (2.13.0) https://github.com/speakeasy-api/speakeasy
8
+
9
+ ## 2023-03-23 01:34:55
10
+ ### Changes
11
+ Based on:
12
+ - OpenAPI Doc 1.0.0 https://docs.api.epilot.io/workflows-definition.yaml
13
+ - Speakeasy CLI 1.15.0 (2.13.1) https://github.com/speakeasy-api/speakeasy
14
+
15
+ ## 2023-03-24 01:34:08
16
+ ### Changes
17
+ Based on:
18
+ - OpenAPI Doc 1.0.0 https://docs.api.epilot.io/workflows-definition.yaml
19
+ - Speakeasy CLI 1.17.0 (2.15.0) https://github.com/speakeasy-api/speakeasy
20
+
21
+ ## 2023-03-25 01:26:56
22
+ ### Changes
23
+ Based on:
24
+ - OpenAPI Doc 1.0.0 https://docs.api.epilot.io/workflows-definition.yaml
25
+ - Speakeasy CLI 1.18.7 (2.16.1) https://github.com/speakeasy-api/speakeasy
26
+
27
+ ## 2023-03-28 01:37:53
28
+ ### Changes
29
+ Based on:
30
+ - OpenAPI Doc 1.0.0 https://docs.api.epilot.io/workflows-definition.yaml
31
+ - Speakeasy CLI 1.18.9 (2.16.4) https://github.com/speakeasy-api/speakeasy
32
+
33
+ ## 2023-03-29 01:45:30
34
+ ### Changes
35
+ Based on:
36
+ - OpenAPI Doc 1.0.0 https://docs.api.epilot.io/workflows-definition.yaml
37
+ - Speakeasy CLI 1.19.2 (2.16.5) https://github.com/speakeasy-api/speakeasy
Original file line number Diff line number Diff line change @@ -2,14 +2,15 @@ configVersion: 1.0.0
2
2
management :
3
3
docChecksum : 3f8335b3dac5dd26e396d579dbc082e7
4
4
docVersion : 1.0.0
5
- speakeasyVersion : 1.14 .2
6
- generationVersion : 2.13.0
5
+ speakeasyVersion : 1.19 .2
6
+ generationVersion : 2.16.5
7
7
generation :
8
8
telemetryEnabled : false
9
9
sdkClassName : SDK
10
10
sdkFlattening : true
11
+ singleTagPerOp : false
11
12
python :
12
- version : 1.0.0
13
+ version : 1.2.2
13
14
author : Speakeasy
14
15
description : Python Client SDK Generated by Speakeasy
15
16
packageName : openapi
Original file line number Diff line number Diff line change @@ -438,7 +438,8 @@ disable=raw-checker-failed,
438
438
duplicate-code,
439
439
trailing-newlines,
440
440
too-many-public-methods,
441
- too-many-locals
441
+ too-many-locals,
442
+ too-many-lines
442
443
443
444
# Enable the message, report, category or checker with the given id(s). You can
444
445
# either give multiple identifier separated by comma (,) or put this option
Original file line number Diff line number Diff line change 10
10
11
11
setuptools .setup (
12
12
name = "openapi" ,
13
- version = "1.0.0 " ,
13
+ version = "1.2.2 " ,
14
14
author = "Speakeasy" ,
15
15
description = "Python Client SDK Generated by Speakeasy" ,
16
16
long_description = long_description ,
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ class SDK:
22
22
_security_client : requests_http .Session
23
23
_server_url : str = SERVERS [0 ]
24
24
_language : str = "python"
25
- _sdk_version : str = "1.0.0 "
26
- _gen_version : str = "2.13.0 "
25
+ _sdk_version : str = "1.2.2 "
26
+ _gen_version : str = "2.16.5 "
27
27
28
28
def __init__ (self ,
29
29
security : shared .Security = None ,
You can’t perform that action at this time.
0 commit comments