File tree Expand file tree Collapse file tree 6 files changed +41
-9
lines changed
Expand file tree Collapse file tree 6 files changed +41
-9
lines changed Original file line number Diff line number Diff line change 44## SDK Installation
55
66``` bash
7- pip install epilot-journey-config
7+ pip install git+https://github.com/ epilot-dev/sdk-python.git#subdirectory=journey_config
88```
99<!-- End SDK Installation -->
1010
Original file line number Diff line number Diff line change 44### Changes
55Based on:
66- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.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 00:27:29
10+ ### Changes
11+ Based on:
12+ - OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
13+ - Speakeasy CLI 1.15.0 (2.13.1) https://github.com/speakeasy-api/speakeasy
14+
15+ ## 2023-03-24 00:26:16
16+ ### Changes
17+ Based on:
18+ - OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
19+ - Speakeasy CLI 1.17.0 (2.15.0) https://github.com/speakeasy-api/speakeasy
20+
21+ ## 2023-03-25 00:28:25
22+ ### Changes
23+ Based on:
24+ - OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
25+ - Speakeasy CLI 1.18.7 (2.16.1) https://github.com/speakeasy-api/speakeasy
26+
27+ ## 2023-03-28 00:27:08
28+ ### Changes
29+ Based on:
30+ - OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.yaml
31+ - Speakeasy CLI 1.18.9 (2.16.4) https://github.com/speakeasy-api/speakeasy
32+
33+ ## 2023-03-29 00:31:04
34+ ### Changes
35+ Based on:
36+ - OpenAPI Doc 1.0.0 https://docs.api.epilot.io/journey-config.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
22management :
33 docChecksum : a5b996f3b4fa34ec88808240dbdd04e7
44 docVersion : 1.0.0
5- speakeasyVersion : 1.14 .2
6- generationVersion : 2.13.0
5+ speakeasyVersion : 1.19 .2
6+ generationVersion : 2.16.5
77generation :
88 telemetryEnabled : false
99 sdkClassName : epilot
1010 sdkFlattening : true
11+ singleTagPerOp : false
1112python :
12- version : 1.0.0
13+ version : 1.2.2
1314 author : epilot
1415 description : Python Client SDK for Epilot
1516 packageName : epilot-journey-config
Original file line number Diff line number Diff line change @@ -439,7 +439,8 @@ disable=raw-checker-failed,
439439 duplicate-code,
440440 trailing-newlines,
441441 too-many-public-methods,
442- too-many-locals
442+ too-many-locals,
443+ too-many-lines
443444
444445# Enable the message, report, category or checker with the given id(s). You can
445446# either give multiple identifier separated by comma (,) or put this option
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212 name = "epilot-journey-config" ,
13- version = "1.0.0 " ,
13+ version = "1.2.2 " ,
1414 author = "epilot" ,
1515 description = "Python Client SDK for Epilot" ,
1616 long_description = long_description ,
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ class Epilot:
1818 _security_client : requests_http .Session
1919 _server_url : str = SERVERS [0 ]
2020 _language : str = "python"
21- _sdk_version : str = "1.0.0 "
22- _gen_version : str = "2.13.0 "
21+ _sdk_version : str = "1.2.2 "
22+ _gen_version : str = "2.16.5 "
2323
2424 def __init__ (self ,
2525 security : shared .Security = None ,
You can’t perform that action at this time.
0 commit comments