File tree Expand file tree Collapse file tree 4 files changed +16
-8
lines changed
Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -220,4 +220,12 @@ Based on:
220220- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
221221- Speakeasy CLI 1.76.1 (2.89.1) https://github.com/speakeasy-api/speakeasy
222222### Generated
223- - [ python v1.22.0] entity
223+ - [ python v1.22.0] entity
224+
225+ ## 2023-09-01 01:17:05
226+ ### Changes
227+ Based on:
228+ - OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
229+ - Speakeasy CLI 1.77.0 (2.91.2) https://github.com/speakeasy-api/speakeasy
230+ ### Generated
231+ - [ python v1.23.0] entity
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ configVersion: 1.0.0
22management :
33 docChecksum : da8519d9328e11a8d680212f59139216
44 docVersion : 1.0.0
5- speakeasyVersion : 1.76.1
6- generationVersion : 2.89.1
5+ speakeasyVersion : 1.77.0
6+ generationVersion : 2.91.2
77generation :
88 sdkClassName : epilot
99 sdkFlattening : true
1010 singleTagPerOp : false
1111 telemetryEnabled : false
1212features :
1313 python :
14- core : 2.84 .0
14+ core : 2.85 .0
1515 globalSecurity : 2.81.1
1616 globalServerURLs : 2.82.0
1717python :
18- version : 1.22 .0
18+ version : 1.23 .0
1919 author : epilot
2020 description : Python Client SDK for Epilot
2121 maxMethodParams : 0
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212 name = "epilot-entity" ,
13- version = "1.22 .0" ,
13+ version = "1.23 .0" ,
1414 author = "epilot" ,
1515 description = "Python Client SDK for Epilot" ,
1616 long_description = long_description ,
Original file line number Diff line number Diff 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.22 .0'
21- gen_version : str = '2.89.1 '
20+ sdk_version : str = '1.23 .0'
21+ gen_version : str = '2.91.2 '
2222
2323 def get_server_details (self ) -> tuple [str , dict [str , str ]]:
2424 if self .server_url :
You can’t perform that action at this time.
0 commit comments