Skip to content

Commit 8e601fc

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.88.0
1 parent 6f3fee6 commit 8e601fc

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

entity/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,12 @@ Based on:
276276
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
277277
- Speakeasy CLI 1.86.0 (2.115.2) https://github.com/speakeasy-api/speakeasy
278278
### Generated
279-
- [python v1.23.6] entity
279+
- [python v1.23.6] entity
280+
281+
## 2023-09-20 01:13:19
282+
### Changes
283+
Based on:
284+
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
285+
- Speakeasy CLI 1.88.0 (2.118.1) https://github.com/speakeasy-api/speakeasy
286+
### Generated
287+
- [python v1.23.7] entity

entity/gen.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ configVersion: 1.0.0
22
management:
33
docChecksum: b78749d0cc95dce884cbc769420e0522
44
docVersion: 1.0.0
5-
speakeasyVersion: 1.86.0
6-
generationVersion: 2.115.2
5+
speakeasyVersion: 1.88.0
6+
generationVersion: 2.118.1
77
generation:
88
sdkClassName: epilot
99
sdkFlattening: true
1010
singleTagPerOp: false
1111
telemetryEnabled: false
1212
features:
1313
python:
14-
core: 2.85.5
14+
core: 2.85.6
1515
globalSecurity: 2.81.1
1616
globalServerURLs: 2.82.0
1717
python:
18-
version: 1.23.6
18+
version: 1.23.7
1919
author: epilot
2020
description: Python Client SDK for Epilot
2121
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.23.6",
13+
version="1.23.7",
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
@@ -19,8 +19,8 @@ class SDKConfiguration:
1919
server_idx: int = 0
2020
language: str = 'python'
2121
openapi_doc_version: str = '1.0.0'
22-
sdk_version: str = '1.23.6'
23-
gen_version: str = '2.115.2'
22+
sdk_version: str = '1.23.7'
23+
gen_version: str = '2.118.1'
2424
retry_config: RetryConfig = None
2525

2626
def get_server_details(self) -> tuple[str, dict[str, str]]:

0 commit comments

Comments
 (0)