File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed
Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,12 @@ Based on:
66- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
77- Speakeasy CLI 1.7.0 https://github.com/speakeasy-api/speakeasy
88### Releases
9- - [ PyPI v0.1.0] https://pypi.org/project/codat-bankfeeds/0.1.0 - bankfeeds
9+ - [ PyPI v0.1.0] https://pypi.org/project/codat-bankfeeds/0.1.0 - bankfeeds
10+
11+ ## 2023-03-02 00:19:50
12+ ### Changes
13+ Based on:
14+ - OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
15+ - Speakeasy CLI 1.7.1 https://github.com/speakeasy-api/speakeasy
16+ ### Releases
17+ - [ PyPI v0.1.1] https://pypi.org/project/codat-bankfeeds/0.1.1 - bankfeeds
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ configVersion: 1.0.0
22management :
33 docChecksum : 2850b50909854a03af955e915ac1f608
44 docVersion : 2.1.0
5- speakeasyVersion : 1.7.0
5+ speakeasyVersion : 1.7.1
66generation :
77 telemetryEnabled : false
88 sdkClassName : codat
99 sdkFlattening : true
1010python :
11- version : 0.1.0
11+ version : 0.1.1
1212 author : Speakeasy
1313 description : Python Client SDK Generated by Speakeasy
1414 packageName : codat-bankfeeds
Original file line number Diff line number Diff line change 88
99setuptools .setup (
1010 name = "codat-bankfeeds" ,
11- version = "0.1.0 " ,
11+ version = "0.1.1 " ,
1212 author = "Speakeasy" ,
1313 description = "Python Client SDK Generated by Speakeasy" ,
1414 long_description = long_description ,
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ class Codat:
2020 _security : shared .Security
2121 _server_url : str = SERVERS [0 ]
2222 _language : str = "python"
23- _sdk_version : str = "0.1.0 "
24- _gen_version : str = "1.7.0 "
23+ _sdk_version : str = "0.1.1 "
24+ _gen_version : str = "1.7.1 "
2525
2626 def __init__ (self ) -> None :
2727 self ._client = requests .Session ()
You can’t perform that action at this time.
0 commit comments