Skip to content

Commit 63e330d

Browse files
authored
Merge pull request #319 from codatio/speakeasy-sdk-regen-1694618410
chore: speakeasy sdk regeneration - Generate Accounting library
2 parents b90f7f7 + 1332108 commit 63e330d

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

previous-versions/accounting/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,4 +608,14 @@ Based on:
608608
### Generated
609609
- [python v0.1.0] previous-versions/accounting
610610
### Releases
611-
- [PyPI v0.1.0] https://pypi.org/project/codat-accounting/0.1.0 - previous-versions/accounting
611+
- [PyPI v0.1.0] https://pypi.org/project/codat-accounting/0.1.0 - previous-versions/accounting
612+
613+
## 2023-09-13 15:20:04
614+
### Changes
615+
Based on:
616+
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
617+
- Speakeasy CLI 1.83.2 (2.109.3) https://github.com/speakeasy-api/speakeasy
618+
### Generated
619+
- [python v0.29.0] previous-versions/accounting
620+
### Releases
621+
- [PyPI v0.29.0] https://pypi.org/project/codat-accounting/0.29.0 - previous-versions/accounting

previous-versions/accounting/gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ configVersion: 1.0.0
22
management:
33
docChecksum: bf07ea520f122be20c6440be5e0dcce6
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
77
generation:
88
sdkClassName: CodatAccounting
99
singleTagPerOp: false
@@ -18,7 +18,7 @@ features:
1818
nameOverrides: 2.81.1
1919
retries: 2.82.0
2020
python:
21-
version: 0.28.1
21+
version: 0.29.0
2222
author: Codat
2323
description: Access standardized accounting data from our accounting integrations.
2424
maxMethodParams: 0

previous-versions/accounting/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-accounting",
13-
version="0.1.0",
13+
version="0.29.0",
1414
author="Codat",
1515
description="Access standardized accounting data from our accounting integrations.",
1616
long_description=long_description,

previous-versions/accounting/src/codataccounting/sdkconfiguration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.29.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]]:

0 commit comments

Comments
 (0)