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:
4646- OpenAPI Doc 1.0.0 ./openapi.yaml
4747- Speakeasy CLI 1.3.3 https://github.com/speakeasy-api/speakeasy
4848### 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
1010src/epilotapi/flows.py
1111src/epilotapi/sdk.py
1212setup.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
1318src/epilotapi/models/operations/attachactivity.py
1419src/epilotapi/models/operations/createactivity.py
1520src/epilotapi/models/operations/getactivity.py
Original file line number Diff line number Diff line change 11management :
22 openapi-checksum : e5a0a41f38f047f4f80691166ac20b34
33 openapi-version : 1.0.0
4- speakeasy-version : 1.3.3
4+ speakeasy-version : 1.4.8
55python :
6- version : 2.3.2
6+ version : 2.4.1
77 packagename : epilotapi
88 author : epilotapi
99sdkclassname : EpilotAPI
Original file line number Diff line number Diff line change 88
99setuptools .setup (
1010 name = "epilotapi" ,
11- version = "2.3.2 " ,
11+ version = "2.4.1 " ,
1212 author = "epilotapi" ,
1313 description = "Python Client SDK Generated by Speakeasy" ,
1414 long_description = long_description ,
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ class EpilotAPI:
3636 _security : shared .Security
3737 _server_url : str = SERVERS [0 ]
3838 _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 "
4141
4242 def __init__ (self ) -> None :
4343 self ._client = requests .Session ()
You can’t perform that action at this time.
0 commit comments