Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Mar 2, 2023
1 parent 48ffb09 commit 7a27ac6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
10 changes: 9 additions & 1 deletion bankfeeds/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@ Based on:
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
- Speakeasy CLI 1.7.0 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.1.0] https://pypi.org/project/codat-bankfeeds/0.1.0 - bankfeeds
- [PyPI v0.1.0] https://pypi.org/project/codat-bankfeeds/0.1.0 - bankfeeds

## 2023-03-02 00:19:50
### Changes
Based on:
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
- Speakeasy CLI 1.7.1 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.1.1] https://pypi.org/project/codat-bankfeeds/0.1.1 - bankfeeds
4 changes: 2 additions & 2 deletions bankfeeds/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ configVersion: 1.0.0
management:
docChecksum: 2850b50909854a03af955e915ac1f608
docVersion: 2.1.0
speakeasyVersion: 1.7.0
speakeasyVersion: 1.7.1
generation:
telemetryEnabled: false
sdkClassName: codat
sdkFlattening: true
python:
version: 0.1.0
version: 0.1.1
author: Speakeasy
description: Python Client SDK Generated by Speakeasy
packageName: codat-bankfeeds
2 changes: 1 addition & 1 deletion bankfeeds/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="codat-bankfeeds",
version="0.1.0",
version="0.1.1",
author="Speakeasy",
description="Python Client SDK Generated by Speakeasy",
long_description=long_description,
Expand Down
4 changes: 2 additions & 2 deletions bankfeeds/src/codat/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class Codat:
_security: shared.Security
_server_url: str = SERVERS[0]
_language: str = "python"
_sdk_version: str = "0.1.0"
_gen_version: str = "1.7.0"
_sdk_version: str = "0.1.1"
_gen_version: str = "1.7.1"

def __init__(self) -> None:
self._client = requests.Session()
Expand Down

0 comments on commit 7a27ac6

Please sign in to comment.