Skip to content

Commit 40cab77

Browse files
committed
ci: regenerated with OpenAPI Doc 3.0.0, Speakeay CLI 1.77.1
1 parent 6d943bb commit 40cab77

File tree

4 files changed

+28
-10
lines changed

4 files changed

+28
-10
lines changed

bank-feeds/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,4 +688,14 @@ Based on:
688688
### Generated
689689
- [python v0.34.0] bank-feeds
690690
### Releases
691-
- [PyPI v0.34.0] https://pypi.org/project/codat-bankfeeds/0.34.0 - bank-feeds
691+
- [PyPI v0.34.0] https://pypi.org/project/codat-bankfeeds/0.34.0 - bank-feeds
692+
693+
## 2023-09-01 16:49:08
694+
### Changes
695+
Based on:
696+
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
697+
- Speakeasy CLI 1.77.1 (2.91.4) https://github.com/speakeasy-api/speakeasy
698+
### Generated
699+
- [python v0.35.0] bank-feeds
700+
### Releases
701+
- [PyPI v0.35.0] https://pypi.org/project/codat-bankfeeds/0.35.0 - bank-feeds

bank-feeds/gen.yaml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
configVersion: 1.0.0
22
management:
3-
docChecksum: 853aebc76021ec17db9b1abb7a33f340
4-
docVersion: 2.1.0
5-
speakeasyVersion: 1.53.0
6-
generationVersion: 2.58.0
3+
docChecksum: ac231ce0874ff5d34780886a1dd4e053
4+
docVersion: 3.0.0
5+
speakeasyVersion: 1.77.1
6+
generationVersion: 2.91.4
77
generation:
88
sdkClassName: CodatBankFeeds
99
singleTagPerOp: false
1010
telemetryEnabled: true
11+
features:
12+
python:
13+
core: 2.85.1
14+
deprecations: 2.81.1
15+
examples: 2.81.1
16+
globalSecurity: 2.81.1
17+
globalServerURLs: 2.82.0
18+
nameOverrides: 2.81.1
19+
retries: 2.81.1
1120
python:
12-
version: 0.34.0
21+
version: 0.35.0
1322
author: Codat
14-
description: Set up bank feeds from accounts in your application to supported accounting
15-
platforms.
23+
description: Set up bank feeds from accounts in your application to supported accounting platforms.
1624
maxMethodParams: 0
1725
packageName: codat-bankfeeds

bank-feeds/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="codat-bankfeeds",
13-
version="0.34.0",
13+
version="0.35.0",
1414
author="Codat",
1515
description="Set up bank feeds from accounts in your application to supported accounting platforms.",
1616
long_description=long_description,

bank-feeds/src/codatbankfeeds/sdkconfiguration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class SDKConfiguration:
1818
server_idx: int = 0
1919
language: str = 'python'
2020
openapi_doc_version: str = '3.0.0'
21-
sdk_version: str = '0.34.0'
21+
sdk_version: str = '0.35.0'
2222
gen_version: str = '2.91.4'
2323

2424
def get_server_details(self) -> tuple[str, dict[str, str]]:

0 commit comments

Comments
 (0)