File tree Expand file tree Collapse file tree 6 files changed +41
-9
lines changed Expand file tree Collapse file tree 6 files changed +41
-9
lines changed Original file line number Diff line number Diff line change 44## SDK Installation  
55
66``` bash 
7- pip install openapi 
7+ pip install git+https://github.com/epilot-dev/sdk-python.git#subdirectory=workflows_definition 
88``` 
99<!--  End SDK Installation --> 
1010
Original file line number Diff line number Diff line change 44### Changes  
55Based on:
66-  OpenAPI Doc 1.0.0 https://docs.api.epilot.io/workflows-definition.yaml 
7- -  Speakeasy CLI 1.14.2 (2.13.0) https://github.com/speakeasy-api/speakeasy 
7+ -  Speakeasy CLI 1.14.2 (2.13.0) https://github.com/speakeasy-api/speakeasy 
8+ 
9+ ## 2023-03-23 01:34:55  
10+ ### Changes  
11+ Based on:
12+ -  OpenAPI Doc 1.0.0 https://docs.api.epilot.io/workflows-definition.yaml 
13+ -  Speakeasy CLI 1.15.0 (2.13.1) https://github.com/speakeasy-api/speakeasy 
14+ 
15+ ## 2023-03-24 01:34:08  
16+ ### Changes  
17+ Based on:
18+ -  OpenAPI Doc 1.0.0 https://docs.api.epilot.io/workflows-definition.yaml 
19+ -  Speakeasy CLI 1.17.0 (2.15.0) https://github.com/speakeasy-api/speakeasy 
20+ 
21+ ## 2023-03-25 01:26:56  
22+ ### Changes  
23+ Based on:
24+ -  OpenAPI Doc 1.0.0 https://docs.api.epilot.io/workflows-definition.yaml 
25+ -  Speakeasy CLI 1.18.7 (2.16.1) https://github.com/speakeasy-api/speakeasy 
26+ 
27+ ## 2023-03-28 01:37:53  
28+ ### Changes  
29+ Based on:
30+ -  OpenAPI Doc 1.0.0 https://docs.api.epilot.io/workflows-definition.yaml 
31+ -  Speakeasy CLI 1.18.9 (2.16.4) https://github.com/speakeasy-api/speakeasy 
32+ 
33+ ## 2023-03-29 01:45:30  
34+ ### Changes  
35+ Based on:
36+ -  OpenAPI Doc 1.0.0 https://docs.api.epilot.io/workflows-definition.yaml 
37+ -  Speakeasy CLI 1.19.2 (2.16.5) https://github.com/speakeasy-api/speakeasy 
Original file line number Diff line number Diff line change @@ -2,14 +2,15 @@ configVersion: 1.0.0
22management :
33  docChecksum : 3f8335b3dac5dd26e396d579dbc082e7 
44  docVersion : 1.0.0 
5-   speakeasyVersion : 1.14 .2 
6-   generationVersion : 2.13.0  
5+   speakeasyVersion : 1.19 .2 
6+   generationVersion : 2.16.5  
77generation :
88  telemetryEnabled : false 
99  sdkClassName : SDK 
1010  sdkFlattening : true 
11+   singleTagPerOp : false 
1112python :
12-   version : 1.0.0  
13+   version : 1.2.2  
1314  author : Speakeasy 
1415  description : Python Client SDK Generated by Speakeasy 
1516  packageName : openapi 
Original file line number Diff line number Diff line change @@ -438,7 +438,8 @@ disable=raw-checker-failed,
438438        duplicate-code,
439439        trailing-newlines,
440440        too-many-public-methods,
441-         too-many-locals
441+         too-many-locals,
442+         too-many-lines
442443
443444#  Enable the message, report, category or checker with the given id(s). You can
444445#  either give multiple identifier separated by comma (,) or put this option
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212    name = "openapi" ,
13-     version = "1.0.0 " ,
13+     version = "1.2.2 " ,
1414    author = "Speakeasy" ,
1515    description = "Python Client SDK Generated by Speakeasy" ,
1616    long_description = long_description ,
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ class SDK:
2222    _security_client : requests_http .Session 
2323    _server_url : str  =  SERVERS [0 ]
2424    _language : str  =  "python" 
25-     _sdk_version : str  =  "1.0.0 " 
26-     _gen_version : str  =  "2.13.0 " 
25+     _sdk_version : str  =  "1.2.2 " 
26+     _gen_version : str  =  "2.16.5 " 
2727
2828    def  __init__ (self ,
2929                 security : shared .Security  =  None ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments