Skip to content

Commit b79c7eb

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.66.1
1 parent a61c16a commit b79c7eb

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

entity/RELEASES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,10 @@ Based on:
190190
### Changes
191191
Based on:
192192
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
193-
- Speakeasy CLI 1.65.2 (2.75.1) https://github.com/speakeasy-api/speakeasy
193+
- Speakeasy CLI 1.65.2 (2.75.1) https://github.com/speakeasy-api/speakeasy
194+
195+
## 2023-08-01 01:40:22
196+
### Changes
197+
Based on:
198+
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
199+
- Speakeasy CLI 1.66.1 (2.75.2) https://github.com/speakeasy-api/speakeasy

entity/gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 948c6e8800f9e029729cf09b040766f9
44
docVersion: 1.0.0
5-
speakeasyVersion: 1.65.2
6-
generationVersion: 2.75.1
5+
speakeasyVersion: 1.66.1
6+
generationVersion: 2.75.2
77
generation:
88
sdkClassName: epilot
99
sdkFlattening: true
1010
singleTagPerOp: false
1111
telemetryEnabled: false
1212
python:
13-
version: 1.20.1
13+
version: 1.20.2
1414
author: epilot
1515
description: Python Client SDK for Epilot
1616
maxMethodParams: 0

entity/setup.py

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

1111
setuptools.setup(
1212
name="epilot-entity",
13-
version="1.20.1",
13+
version="1.20.2",
1414
author="epilot",
1515
description="Python Client SDK for Epilot",
1616
long_description=long_description,

entity/src/epilot/sdkconfiguration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ class SDKConfiguration:
1717
server_idx: int = 0
1818
language: str = 'python'
1919
openapi_doc_version: str = '1.0.0'
20-
sdk_version: str = '1.20.1'
21-
gen_version: str = '2.75.1'
20+
sdk_version: str = '1.20.2'
21+
gen_version: str = '2.75.2'
2222

2323
def get_server_details(self) -> tuple[str, dict[str, str]]:
2424
if self.server_url:

0 commit comments

Comments
 (0)