Skip to content

Commit 72d9283

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.12.4
1 parent d29c2ee commit 72d9283

4 files changed

Lines changed: 14 additions & 6 deletions

File tree

assess/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,12 @@ Based on:
110110
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
111111
- Speakeasy CLI 1.12.3 https://github.com/speakeasy-api/speakeasy
112112
### Releases
113-
- [PyPI v0.5.2] https://pypi.org/project/codat-assess/0.5.2 - assess
113+
- [PyPI v0.5.2] https://pypi.org/project/codat-assess/0.5.2 - assess
114+
115+
## 2023-03-21 00:12:29
116+
### Changes
117+
Based on:
118+
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
119+
- Speakeasy CLI 1.12.4 https://github.com/speakeasy-api/speakeasy
120+
### Releases
121+
- [PyPI v0.5.3] https://pypi.org/project/codat-assess/0.5.3 - assess

assess/gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ configVersion: 1.0.0
22
management:
33
docChecksum: ef07474bdf5c9e85370b2557c3764749
44
docVersion: "1.0"
5-
speakeasyVersion: 1.12.3
5+
speakeasyVersion: 1.12.4
66
generation:
77
telemetryEnabled: false
88
sdkClassName: codat
99
sdkFlattening: true
1010
python:
11-
version: 0.5.2
11+
version: 0.5.3
1212
author: Speakeasy
1313
description: Python Client SDK Generated by Speakeasy
1414
packageName: codat-assess

assess/setup.py

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

99
setuptools.setup(
1010
name="codat-assess",
11-
version="0.5.2",
11+
version="0.5.3",
1212
author="Speakeasy",
1313
description="Python Client SDK Generated by Speakeasy",
1414
long_description=long_description,

assess/src/codat/sdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ class Codat:
3030
_security_client: requests_http.Session
3131
_server_url: str = SERVERS[0]
3232
_language: str = "python"
33-
_sdk_version: str = "0.5.2"
34-
_gen_version: str = "1.12.3"
33+
_sdk_version: str = "0.5.3"
34+
_gen_version: str = "1.12.4"
3535

3636
def __init__(self,
3737
security: shared.Security = None,

0 commit comments

Comments
 (0)