File tree Expand file tree Collapse file tree 5 files changed +27
-6
lines changed Expand file tree Collapse file tree 5 files changed +27
-6
lines changed Original file line number Diff line number Diff line change @@ -46,4 +46,20 @@ Based on:
46
46
- OpenAPI Doc 1.0.0 ./openapi.yaml
47
47
- Speakeasy CLI 1.3.3 https://github.com/speakeasy-api/speakeasy
48
48
### Releases
49
- - [ PyPI v2.3.2] https://pypi.org/project/epilotapi/2.3.2 - .
49
+ - [ PyPI v2.3.2] https://pypi.org/project/epilotapi/2.3.2 - .
50
+
51
+ ## Version 2.4.0
52
+ ### Changes
53
+ Based on:
54
+ - OpenAPI Doc 1.0.0 ./openapi.yaml
55
+ - Speakeasy CLI 1.4.5 https://github.com/speakeasy-api/speakeasy
56
+ ### Releases
57
+ - [ PyPI v2.4.0] https://pypi.org/project/epilotapi/2.4.0 - .
58
+
59
+ ## Version 2.4.1
60
+ ### Changes
61
+ Based on:
62
+ - OpenAPI Doc 1.0.0 ./openapi.yaml
63
+ - Speakeasy CLI 1.4.8 https://github.com/speakeasy-api/speakeasy
64
+ ### Releases
65
+ - [ PyPI v2.4.1] https://pypi.org/project/epilotapi/2.4.1 - .
Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ src/epilotapi/executions.py
10
10
src/epilotapi/flows.py
11
11
src/epilotapi/sdk.py
12
12
setup.py
13
+ src/epilotapi/__init__.py
14
+ src/epilotapi/models/__init__.py
15
+ src/epilotapi/utils/__init__.py
16
+ src/epilotapi/utils/retries.py
17
+ src/epilotapi/utils/utils.py
13
18
src/epilotapi/models/operations/attachactivity.py
14
19
src/epilotapi/models/operations/createactivity.py
15
20
src/epilotapi/models/operations/getactivity.py
Original file line number Diff line number Diff line change 1
1
management :
2
2
openapi-checksum : e5a0a41f38f047f4f80691166ac20b34
3
3
openapi-version : 1.0.0
4
- speakeasy-version : 1.3.3
4
+ speakeasy-version : 1.4.8
5
5
python :
6
- version : 2.3.2
6
+ version : 2.4.1
7
7
packagename : epilotapi
8
8
author : epilotapi
9
9
sdkclassname : EpilotAPI
Original file line number Diff line number Diff line change 8
8
9
9
setuptools .setup (
10
10
name = "epilotapi" ,
11
- version = "2.3.2 " ,
11
+ version = "2.4.1 " ,
12
12
author = "epilotapi" ,
13
13
description = "Python Client SDK Generated by Speakeasy" ,
14
14
long_description = long_description ,
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ class EpilotAPI:
36
36
_security : shared .Security
37
37
_server_url : str = SERVERS [0 ]
38
38
_language : str = "python"
39
- _sdk_version : str = "2.3.2 "
40
- _gen_version : str = "1.3.3 "
39
+ _sdk_version : str = "2.4.1 "
40
+ _gen_version : str = "1.4.8 "
41
41
42
42
def __init__ (self ) -> None :
43
43
self ._client = requests .Session ()
You can’t perform that action at this time.
0 commit comments