Skip to content

Commit 71e266e

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.469.12
1 parent d6aa896 commit 71e266e

File tree

6 files changed

+25
-15
lines changed

6 files changed

+25
-15
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 81c437b1-ab8d-4cec-8b8f-8f71d1bdb7a2
33
management:
44
docChecksum: 7b0a21df5c4526c3e13357d16d9397df
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.469.11
7-
generationVersion: 2.493.32
8-
releaseVersion: 3.9.84
9-
configChecksum: 70d03dadf76cc3c8ac2e354652c145dc
6+
speakeasyVersion: 1.469.12
7+
generationVersion: 2.493.34
8+
releaseVersion: 3.9.85
9+
configChecksum: e14939db8d48d98b64776efbb1194da4
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.469.11
1+
speakeasyVersion: 1.469.12
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:c3642f962082277651bfbb6b086b948450de732d13ad736396c435fe627b62b7
5+
sourceRevisionDigest: sha256:8cdc825911724350a3d58abdd7a755f8b6c60d62642d87ea75eadf9a86b3e8b9
66
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1737418365
9+
- speakeasy-sdk-regen-1737504785
1010
- 1.0.0
1111
targets:
1212
ding-api-client:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:c3642f962082277651bfbb6b086b948450de732d13ad736396c435fe627b62b7
15+
sourceRevisionDigest: sha256:8cdc825911724350a3d58abdd7a755f8b6c60d62642d87ea75eadf9a86b3e8b9
1616
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
1717
codeSamplesNamespace: my-source-python-code-samples
18-
codeSamplesRevisionDigest: sha256:f4344985ae9efdb0cee8718b235efcfc82a7b660335bb8ad1e8a3e42bce4521a
18+
codeSamplesRevisionDigest: sha256:3d8d21e12f496f780e881a7592bd890adf1b3a8b10096d066be1f2b7fb5aa237
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
@@ -1398,4 +1398,14 @@ Based on:
13981398
### Generated
13991399
- [python v3.9.84] .
14001400
### Releases
1401-
- [PyPI v3.9.84] https://pypi.org/project/ding_api_client/3.9.84 - .
1401+
- [PyPI v3.9.84] https://pypi.org/project/ding_api_client/3.9.84 - .
1402+
1403+
## 2025-01-22 00:12:50
1404+
### Changes
1405+
Based on:
1406+
- OpenAPI Doc
1407+
- Speakeasy CLI 1.469.12 (2.493.34) https://github.com/speakeasy-api/speakeasy
1408+
### Generated
1409+
- [python v3.9.85] .
1410+
### Releases
1411+
- [PyPI v3.9.85] https://pypi.org/project/ding_api_client/3.9.85 - .

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.84
15+
version: 3.9.85
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.84',
22+
version='3.9.85',
2323
author='Ding',
2424
description='Python Client SDK',
2525
url='https://github.com/ding-live/ding-python.git',

src/ding/sdkconfiguration.py

Lines changed: 3 additions & 3 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.84'
28-
gen_version: str = '2.493.32'
29-
user_agent: str = 'speakeasy-sdk/python 3.9.84 2.493.32 1.0.0 ding_api_client'
27+
sdk_version: str = '3.9.85'
28+
gen_version: str = '2.493.34'
29+
user_agent: str = 'speakeasy-sdk/python 3.9.85 2.493.34 1.0.0 ding_api_client'
3030
retry_config: Optional[RetryConfig] = None
3131

3232
def __post_init__(self):

0 commit comments

Comments
 (0)