Skip to content

Commit 5184de7

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.492.0
1 parent 043cb0a commit 5184de7

File tree

6 files changed

+27
-17
lines changed

6 files changed

+27
-17
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.490.0
7-
generationVersion: 2.512.0
8-
releaseVersion: 3.9.107
9-
configChecksum: f5d3079ea86764f401da629809528098
6+
speakeasyVersion: 1.492.0
7+
generationVersion: 2.512.4
8+
releaseVersion: 3.9.108
9+
configChecksum: cd07e58dd6c2654482a6bc549ce581fe
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.490.0
1+
speakeasyVersion: 1.492.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:51a5a65698cf3a2e1cd2809b15c5861a2f75245c664b2dc19b3ba8e09e5c5c85
6-
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
5+
sourceRevisionDigest: sha256:3ec7d55293adc342ec1af483a482a257492b45bda9f9c440f0b77213f0be3314
6+
sourceBlobDigest: sha256:f7272f9ebff9082fa0c9f834d73f91cdc05a4fee0f66f43e24cf6ac124a12198
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1739405597
9+
- speakeasy-sdk-regen-1739491990
1010
- 1.0.0
1111
targets:
1212
ding-api-client:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:51a5a65698cf3a2e1cd2809b15c5861a2f75245c664b2dc19b3ba8e09e5c5c85
16-
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
15+
sourceRevisionDigest: sha256:3ec7d55293adc342ec1af483a482a257492b45bda9f9c440f0b77213f0be3314
16+
sourceBlobDigest: sha256:f7272f9ebff9082fa0c9f834d73f91cdc05a4fee0f66f43e24cf6ac124a12198
1717
codeSamplesNamespace: my-source-python-code-samples
18-
codeSamplesRevisionDigest: sha256:ee53f44de9e7af7e818289453e5cd96beafbb3482d0f6fe061992512355abb8e
18+
codeSamplesRevisionDigest: sha256:000eadc78e0529146df15d2711b9ab1a91ff9265322e55148265ef573016833a
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
@@ -1628,4 +1628,14 @@ Based on:
16281628
### Generated
16291629
- [python v3.9.107] .
16301630
### Releases
1631-
- [PyPI v3.9.107] https://pypi.org/project/ding_api_client/3.9.107 - .
1631+
- [PyPI v3.9.107] https://pypi.org/project/ding_api_client/3.9.107 - .
1632+
1633+
## 2025-02-14 00:12:56
1634+
### Changes
1635+
Based on:
1636+
- OpenAPI Doc
1637+
- Speakeasy CLI 1.492.0 (2.512.4) https://github.com/speakeasy-api/speakeasy
1638+
### Generated
1639+
- [python v3.9.108] .
1640+
### Releases
1641+
- [PyPI v3.9.108] https://pypi.org/project/ding_api_client/3.9.108 - .

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.107
16+
version: 3.9.108
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.107',
22+
version='3.9.108',
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.107'
28-
gen_version: str = '2.512.0'
29-
user_agent: str = 'speakeasy-sdk/python 3.9.107 2.512.0 1.0.0 ding_api_client'
27+
sdk_version: str = '3.9.108'
28+
gen_version: str = '2.512.4'
29+
user_agent: str = 'speakeasy-sdk/python 3.9.108 2.512.4 1.0.0 ding_api_client'
3030
retry_config: Optional[RetryConfig] = None
3131

3232
def __post_init__(self):

0 commit comments

Comments
 (0)