Skip to content

Commit 4c13cce

Browse files
chore: speakeasy SDK regeneration (#3)
* ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.4.5 * ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.4.8 --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent c60a02e commit 4c13cce

File tree

5 files changed

+27
-6
lines changed

5 files changed

+27
-6
lines changed

RELEASES.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff 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 - .

files.gen

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ src/epilotapi/executions.py
1010
src/epilotapi/flows.py
1111
src/epilotapi/sdk.py
1212
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
1318
src/epilotapi/models/operations/attachactivity.py
1419
src/epilotapi/models/operations/createactivity.py
1520
src/epilotapi/models/operations/getactivity.py

gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
management:
22
openapi-checksum: e5a0a41f38f047f4f80691166ac20b34
33
openapi-version: 1.0.0
4-
speakeasy-version: 1.3.3
4+
speakeasy-version: 1.4.8
55
python:
6-
version: 2.3.2
6+
version: 2.4.1
77
packagename: epilotapi
88
author: epilotapi
99
sdkclassname: EpilotAPI

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.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,

src/epilotapi/sdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)