Skip to content

Commit 87e16d0

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.74.17
1 parent f9f273f commit 87e16d0

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

entity/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,12 @@ Based on:
204204
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
205205
- Speakeasy CLI 1.74.16 (2.88.2) https://github.com/speakeasy-api/speakeasy
206206
### Generated
207-
- [python v1.21.0] entity
207+
- [python v1.21.0] entity
208+
209+
## 2023-08-29 01:12:32
210+
### Changes
211+
Based on:
212+
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
213+
- Speakeasy CLI 1.74.17 (2.88.5) https://github.com/speakeasy-api/speakeasy
214+
### Generated
215+
- [python v1.21.1] 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: da8519d9328e11a8d680212f59139216
44
docVersion: 1.0.0
5-
speakeasyVersion: 1.74.16
6-
generationVersion: 2.88.2
5+
speakeasyVersion: 1.74.17
6+
generationVersion: 2.88.5
77
generation:
88
sdkClassName: epilot
99
sdkFlattening: true
1010
singleTagPerOp: false
1111
telemetryEnabled: false
1212
features:
1313
python:
14-
core: 2.83.1
14+
core: 2.83.2
1515
globalSecurity: 2.81.1
1616
globalServerURLs: 2.82.0
1717
python:
18-
version: 1.21.0
18+
version: 1.21.1
1919
author: epilot
2020
description: Python Client SDK for Epilot
2121
maxMethodParams: 0

entity/pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ additional-builtins=
622622
allow-global-unused-variables=yes
623623

624624
# List of names allowed to shadow builtins
625-
allowed-redefined-builtins=
625+
allowed-redefined-builtins=id,object
626626

627627
# List of strings which can identify a callback function by name. A callback
628628
# name must start or end with one of those strings.

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.21.0",
13+
version="1.21.1",
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.21.0'
21-
gen_version: str = '2.88.2'
20+
sdk_version: str = '1.21.1'
21+
gen_version: str = '2.88.5'
2222

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

0 commit comments

Comments
 (0)