File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
lockVersion: 2.0.0
2
- id: 7cfcb9f2-059d-40ae-86b5-ce5c202b9e4d
2
+ id: 3e330746-7172-422b-b105-fceadd4419e1
3
3
management:
4
- docChecksum: 25f7693c65559e6fd8db6433caadba98
5
- docVersion: v2.0.0-rc.3
4
+ docChecksum: 5d24de084aa582df481914f9765a2d91
5
+ docVersion: v2.0.0-rc.4
6
6
speakeasyVersion: internal
7
7
generationVersion: 2.237.2
8
- releaseVersion: v2.0.0-rc.3
9
- configChecksum: 6f39605ed438a9e1e81fa3d983c65b00
8
+ releaseVersion: v2.0.0-rc.4
9
+ configChecksum: 1987f163c4dd65ea84ce2e065054cd5c
10
10
features:
11
11
python:
12
12
constsAndDefaults: 0.1.2
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ generation:
8
8
comments : {}
9
9
telemetryEnabled : false
10
10
python :
11
- version : v2.0.0-rc.3
11
+ version : v2.0.0-rc.4
12
12
author : Formance
13
13
clientServerStatusCodesAsErrors : true
14
14
description : Python Client SDK Generated by Speakeasy
Original file line number Diff line number Diff line change 10
10
11
11
setuptools .setup (
12
12
name = "formance-sdk-python" ,
13
- version = "v2.0.0-rc.3 " ,
13
+ version = "v2.0.0-rc.4 " ,
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 @@ -21,10 +21,10 @@ class SDKConfiguration:
21
21
server_url : str = ''
22
22
server_idx : int = 0
23
23
language : str = 'python'
24
- openapi_doc_version : str = 'v2.0.0-rc.3 '
25
- sdk_version : str = 'v2.0.0-rc.3 '
24
+ openapi_doc_version : str = 'v2.0.0-rc.4 '
25
+ sdk_version : str = 'v2.0.0-rc.4 '
26
26
gen_version : str = '2.237.2'
27
- user_agent : str = 'speakeasy-sdk/python v2.0.0-rc.3 2.237.2 v2.0.0-rc.3 formance-sdk-python'
27
+ user_agent : str = 'speakeasy-sdk/python v2.0.0-rc.4 2.237.2 v2.0.0-rc.4 formance-sdk-python'
28
28
retry_config : RetryConfig = None
29
29
30
30
def get_server_details (self ) -> Tuple [str , Dict [str , str ]]:
You can’t perform that action at this time.
0 commit comments