File tree Expand file tree Collapse file tree 4 files changed +17
-7
lines changed
previous-versions/banking Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -520,4 +520,14 @@ Based on:
520520### Generated
521521- [ python v0.1.0] previous-versions/banking
522522### Releases
523- - [ PyPI v0.1.0] https://pypi.org/project/codat-banking/0.1.0 - previous-versions/banking
523+ - [ PyPI v0.1.0] https://pypi.org/project/codat-banking/0.1.0 - previous-versions/banking
524+
525+ ## 2023-09-13 15:20:06
526+ ### Changes
527+ Based on:
528+ - OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
529+ - Speakeasy CLI 1.83.2 (2.109.3) https://github.com/speakeasy-api/speakeasy
530+ ### Generated
531+ - [ python v0.2.0] previous-versions/banking
532+ ### Releases
533+ - [ PyPI v0.2.0] https://pypi.org/project/codat-banking/0.2.0 - previous-versions/banking
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ configVersion: 1.0.0
22management :
33 docChecksum : cbefbff5340a11fd7f73097e83e29205
44 docVersion : 3.0.0
5- speakeasyVersion : 1.82.5
6- generationVersion : 2.108 .3
5+ speakeasyVersion : 1.83.2
6+ generationVersion : 2.109 .3
77generation :
88 sdkClassName : CodatBanking
99 singleTagPerOp : false
@@ -18,7 +18,7 @@ features:
1818 nameOverrides : 2.81.1
1919 retries : 2.82.0
2020python :
21- version : 0.1 .0
21+ version : 0.2 .0
2222 author : Codat
2323 description : Access standardized banking data from our banking integrations.
2424 maxMethodParams : 0
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212 name = "codat-banking" ,
13- version = "0.1 .0" ,
13+ version = "0.2 .0" ,
1414 author = "Codat" ,
1515 description = "Access standardized banking data from our banking integrations." ,
1616 long_description = long_description ,
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ class SDKConfiguration:
2020 server_idx : int = 0
2121 language : str = 'python'
2222 openapi_doc_version : str = '3.0.0'
23- sdk_version : str = '0.1 .0'
24- gen_version : str = '2.108 .3'
23+ sdk_version : str = '0.2 .0'
24+ gen_version : str = '2.109 .3'
2525 retry_config : RetryConfig = None
2626
2727 def get_server_details (self ) -> tuple [str , dict [str , str ]]:
You can’t perform that action at this time.
0 commit comments