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 @@ -252,4 +252,12 @@ Based on:
252252- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
253253- Speakeasy CLI 1.82.0 (2.107.0) https://github.com/speakeasy-api/speakeasy
254254### Generated
255- - [ python v1.23.3] entity
255+ - [ python v1.23.3] entity
256+
257+ ## 2023-09-12 01:10:58
258+ ### Changes
259+ Based on:
260+ - OpenAPI Doc 1.0.0 https://docs.api.epilot.io/entity.yaml
261+ - Speakeasy CLI 1.82.5 (2.108.3) https://github.com/speakeasy-api/speakeasy
262+ ### Generated
263+ - [ python v1.23.4] entity
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ configVersion: 1.0.0
22management :
33 docChecksum : d9e9a66c98b8d69e3c80131964ce5f1f
44 docVersion : 1.0.0
5- speakeasyVersion : 1.82.0
6- generationVersion : 2.107.0
5+ speakeasyVersion : 1.82.5
6+ generationVersion : 2.108.3
77generation :
88 sdkClassName : epilot
99 sdkFlattening : true
1010 singleTagPerOp : false
1111 telemetryEnabled : false
1212features :
1313 python :
14- core : 2.85.3
14+ core : 2.85.4
1515 globalSecurity : 2.81.1
1616 globalServerURLs : 2.82.0
1717python :
18- version : 1.23.3
18+ version : 1.23.4
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.23.3 " ,
13+ version = "1.23.4 " ,
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 @@ -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.3 '
23- gen_version : str = '2.107.0 '
22+ sdk_version : str = '1.23.4 '
23+ gen_version : str = '2.108.3 '
2424 retry_config : RetryConfig = None
2525
2626 def get_server_details (self ) -> tuple [str , dict [str , str ]]:
You can’t perform that action at this time.
0 commit comments