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: eab8fbba-e7c4-44fb-bf4a-5cc755b308b7
2
+ id: 779e741d-c864-4de3-b797-4bd1acc6dac1
3
3
management:
4
- docChecksum: 1ac991b656e125ee85ff5c407afe969a
5
- docVersion: v2.0.0-beta.15
4
+ docChecksum: 153567056ed72fb62ab2b659b14537d6
5
+ docVersion: v2.0.0-beta.16
6
6
speakeasyVersion: internal
7
7
generationVersion: 2.237.2
8
- releaseVersion: v2.0.0-beta.15
9
- configChecksum: 17edb819c5d02874a6be20cf41415892
8
+ releaseVersion: v2.0.0-beta.16
9
+ configChecksum: a42108b2ef8694c2d5be421070c39550
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-beta.15
11
+ version : v2.0.0-beta.16
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-beta.15 " ,
13
+ version = "v2.0.0-beta.16 " ,
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-beta.15 '
25
- sdk_version : str = 'v2.0.0-beta.15 '
24
+ openapi_doc_version : str = 'v2.0.0-beta.16 '
25
+ sdk_version : str = 'v2.0.0-beta.16 '
26
26
gen_version : str = '2.237.2'
27
- user_agent : str = 'speakeasy-sdk/python v2.0.0-beta.15 2.237.2 v2.0.0-beta.15 formance-sdk-python'
27
+ user_agent : str = 'speakeasy-sdk/python v2.0.0-beta.16 2.237.2 v2.0.0-beta.16 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