Skip to content

Commit 970cc4c

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.460.3
1 parent c1103ac commit 970cc4c

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.460.3
77
generationVersion: 2.484.0
8-
releaseVersion: 3.9.60
9-
configChecksum: 0a77364cadbe35fb98c6c4ba3a7de972
8+
releaseVersion: 3.9.61
9+
configChecksum: 69711636f25e889a71aadc75708d1fe6
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.460.3
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:7beb07ec518bebed21d0386eb56423a30ceb81d6e27ab56a423bf072bb8d38a3
5+
sourceRevisionDigest: sha256:b57be0f7aa194f5e0e196dd2ba33c9f3788106143fb976165fefa1c2ca6f03e2
66
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1735258371
9+
- speakeasy-sdk-regen-1735344763
1010
- 1.0.0
1111
targets:
1212
ding-api-client:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:7beb07ec518bebed21d0386eb56423a30ceb81d6e27ab56a423bf072bb8d38a3
15+
sourceRevisionDigest: sha256:b57be0f7aa194f5e0e196dd2ba33c9f3788106143fb976165fefa1c2ca6f03e2
1616
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
1717
codeSamplesNamespace: my-source-python-code-samples
18-
codeSamplesRevisionDigest: sha256:88526e072bd3666ab92ab0dc59f8f866f8970e4adccf948e5f402e5005978a83
18+
codeSamplesRevisionDigest: sha256:2a6262d427375d37beb15476e7a8ca1ae04b8e5b923d82ce80dffd6d9a8e9199
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
@@ -1158,4 +1158,14 @@ Based on:
11581158
### Generated
11591159
- [python v3.9.60] .
11601160
### Releases
1161-
- [PyPI v3.9.60] https://pypi.org/project/ding_api_client/3.9.60 - .
1161+
- [PyPI v3.9.60] https://pypi.org/project/ding_api_client/3.9.60 - .
1162+
1163+
## 2024-12-28 00:12:41
1164+
### Changes
1165+
Based on:
1166+
- OpenAPI Doc
1167+
- Speakeasy CLI 1.460.3 (2.484.0) https://github.com/speakeasy-api/speakeasy
1168+
### Generated
1169+
- [python v3.9.61] .
1170+
### Releases
1171+
- [PyPI v3.9.61] https://pypi.org/project/ding_api_client/3.9.61 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ generation:
1212
oAuth2ClientCredentialsEnabled: false
1313
oAuth2PasswordEnabled: false
1414
python:
15-
version: 3.9.60
15+
version: 3.9.61
1616
additionalDependencies:
1717
dependencies: {}
1818
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.60',
22+
version='3.9.61',
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.60'
27+
sdk_version: str = '3.9.61'
2828
gen_version: str = '2.484.0'
29-
user_agent: str = 'speakeasy-sdk/python 3.9.60 2.484.0 1.0.0 ding_api_client'
29+
user_agent: str = 'speakeasy-sdk/python 3.9.61 2.484.0 1.0.0 ding_api_client'
3030
retry_config: Optional[RetryConfig] = None
3131

3232
def __post_init__(self):

0 commit comments

Comments
 (0)