Skip to content

Commit e07f351

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.508.1
1 parent 0b8c9be commit e07f351

File tree

6 files changed

+21
-11
lines changed

6 files changed

+21
-11
lines changed

.speakeasy/gen.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 1.0.0
66
speakeasyVersion: 1.508.1
77
generationVersion: 2.536.0
8-
releaseVersion: 3.9.119
9-
configChecksum: 52ffea02e6532323128f75b51c864953
8+
releaseVersion: 3.9.120
9+
configChecksum: b171365d7c3396ca652d9b44632f223d
1010
repoURL: https://github.com/ding-live/ding-python.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/ding-live/ding-python.git

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.508.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:55946ae3eaaa7973c53f300b2073e90aeb0c9aa38a7ecee23c167569e0a3f3aa
5+
sourceRevisionDigest: sha256:fe85463d861882e43770f8b24ead6182eb3fc11efa8390cc8e2f55998f768749
66
sourceBlobDigest: sha256:f7272f9ebff9082fa0c9f834d73f91cdc05a4fee0f66f43e24cf6ac124a12198
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1740874478
9+
- speakeasy-sdk-regen-1740960842
1010
- 1.0.0
1111
targets:
1212
ding-api-client:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:55946ae3eaaa7973c53f300b2073e90aeb0c9aa38a7ecee23c167569e0a3f3aa
15+
sourceRevisionDigest: sha256:fe85463d861882e43770f8b24ead6182eb3fc11efa8390cc8e2f55998f768749
1616
sourceBlobDigest: sha256:f7272f9ebff9082fa0c9f834d73f91cdc05a4fee0f66f43e24cf6ac124a12198
1717
codeSamplesNamespace: my-source-python-code-samples
18-
codeSamplesRevisionDigest: sha256:293565fc96b2633c0d4e83a47c72ae4d9b62bd08de68882b57cf56d862477178
18+
codeSamplesRevisionDigest: sha256:75972008b2aa86f240938807d020d22d1cb34fd19851bb10745820026b95a095
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,4 +1748,14 @@ Based on:
17481748
### Generated
17491749
- [python v3.9.119] .
17501750
### Releases
1751-
- [PyPI v3.9.119] https://pypi.org/project/ding_api_client/3.9.119 - .
1751+
- [PyPI v3.9.119] https://pypi.org/project/ding_api_client/3.9.119 - .
1752+
1753+
## 2025-03-03 00:13:45
1754+
### Changes
1755+
Based on:
1756+
- OpenAPI Doc
1757+
- Speakeasy CLI 1.508.1 (2.536.0) https://github.com/speakeasy-api/speakeasy
1758+
### Generated
1759+
- [python v3.9.120] .
1760+
### Releases
1761+
- [PyPI v3.9.120] https://pypi.org/project/ding_api_client/3.9.120 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ generation:
1313
oAuth2ClientCredentialsEnabled: false
1414
oAuth2PasswordEnabled: false
1515
python:
16-
version: 3.9.119
16+
version: 3.9.120
1717
additionalDependencies:
1818
dependencies: {}
1919
extraDependencies:

setup.py

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

2020
setuptools.setup(
2121
name='ding_api_client',
22-
version='3.9.119',
22+
version='3.9.120',
2323
author='Ding',
2424
description='Python Client SDK',
2525
url='https://github.com/ding-live/ding-python.git',

src/ding/sdkconfiguration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ class SDKConfiguration:
2424
server_idx: Optional[int] = 0
2525
language: str = 'python'
2626
openapi_doc_version: str = '1.0.0'
27-
sdk_version: str = '3.9.119'
27+
sdk_version: str = '3.9.120'
2828
gen_version: str = '2.536.0'
29-
user_agent: str = 'speakeasy-sdk/python 3.9.119 2.536.0 1.0.0 ding_api_client'
29+
user_agent: str = 'speakeasy-sdk/python 3.9.120 2.536.0 1.0.0 ding_api_client'
3030
retry_config: Optional[RetryConfig] = None
3131

3232
def __post_init__(self):

0 commit comments

Comments
 (0)