File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ generation:
4
4
singleTagPerOp : true
5
5
telemetryEnabled : false
6
6
python :
7
- version : v1.0.20230627
7
+ version : v1.0.20230710
8
8
author : Formance
9
9
description : Python Client SDK Generated by Speakeasy
10
10
maxMethodParams : 0
Original file line number Diff line number Diff line change 10
10
11
11
setuptools .setup (
12
12
name = "formance-sdk-python" ,
13
- version = "v1.0.20230627 " ,
13
+ version = "v1.0.20230710 " ,
14
14
author = "Formance" ,
15
15
description = "Python Client SDK Generated by Speakeasy" ,
16
16
long_description = long_description ,
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ class SDKConfiguration:
22
22
server_idx : int = 0
23
23
server_defaults : list [dict [str , str ]] = field (default_factory = list )
24
24
language : str = 'python'
25
- openapi_doc_version : str = 'v1.0.20230623 '
26
- sdk_version : str = 'v1.0.20230627 '
27
- gen_version : str = '2.58.0 '
25
+ openapi_doc_version : str = 'v1.0.20230710 '
26
+ sdk_version : str = 'v1.0.20230710 '
27
+ gen_version : str = '2.58.2 '
28
28
29
29
def get_server_details (self ) -> tuple [str , dict [str , str ]]:
30
30
if self .server_url :
You can’t perform that action at this time.
0 commit comments