Skip to content

Commit 562699d

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.476.1
1 parent f24c486 commit 562699d

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.476.1
77
generationVersion: 2.495.1
8-
releaseVersion: 3.9.89
9-
configChecksum: ef0d8991d48f8178a03352eac115aaa4
8+
releaseVersion: 3.9.90
9+
configChecksum: ff38c56bc3fd41e17e877536f31f08ab
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.476.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:2975f6698e88de558d26a5bf4352e921c7139dc7ec5b33209bfe3a39e8d158d4
5+
sourceRevisionDigest: sha256:4ff4e59a74cb493df1f6f2e69a728e7879834386b41a524925f64f9300460b59
66
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1737850387
9+
- speakeasy-sdk-regen-1737936801
1010
- 1.0.0
1111
targets:
1212
ding-api-client:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:2975f6698e88de558d26a5bf4352e921c7139dc7ec5b33209bfe3a39e8d158d4
15+
sourceRevisionDigest: sha256:4ff4e59a74cb493df1f6f2e69a728e7879834386b41a524925f64f9300460b59
1616
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
1717
codeSamplesNamespace: my-source-python-code-samples
18-
codeSamplesRevisionDigest: sha256:6940655f622c8ffe5bf04700a45e6a4321dc7ceb50c0f1386091a506cfae2752
18+
codeSamplesRevisionDigest: sha256:037e958dd7b33909345fbad36fea5eee60e0890e046bdbf90a9b0f612c4f42f2
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
@@ -1448,4 +1448,14 @@ Based on:
14481448
### Generated
14491449
- [python v3.9.89] .
14501450
### Releases
1451-
- [PyPI v3.9.89] https://pypi.org/project/ding_api_client/3.9.89 - .
1451+
- [PyPI v3.9.89] https://pypi.org/project/ding_api_client/3.9.89 - .
1452+
1453+
## 2025-01-27 00:13:06
1454+
### Changes
1455+
Based on:
1456+
- OpenAPI Doc
1457+
- Speakeasy CLI 1.476.1 (2.495.1) https://github.com/speakeasy-api/speakeasy
1458+
### Generated
1459+
- [python v3.9.90] .
1460+
### Releases
1461+
- [PyPI v3.9.90] https://pypi.org/project/ding_api_client/3.9.90 - .

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.89
15+
version: 3.9.90
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.89',
22+
version='3.9.90',
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.89'
27+
sdk_version: str = '3.9.90'
2828
gen_version: str = '2.495.1'
29-
user_agent: str = 'speakeasy-sdk/python 3.9.89 2.495.1 1.0.0 ding_api_client'
29+
user_agent: str = 'speakeasy-sdk/python 3.9.90 2.495.1 1.0.0 ding_api_client'
3030
retry_config: Optional[RetryConfig] = None
3131

3232
def __post_init__(self):

0 commit comments

Comments
 (0)