Skip to content

Commit 43397b1

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.508.0
1 parent 64b0d1e commit 43397b1

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.507.0
7-
generationVersion: 2.533.0
8-
releaseVersion: 3.9.117
9-
configChecksum: b4b068a11f6d977474013b5937ef87f6
6+
speakeasyVersion: 1.508.0
7+
generationVersion: 2.536.0
8+
releaseVersion: 3.9.118
9+
configChecksum: c9b395330c32dca529271f28a20d1fc2
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.507.0
1+
speakeasyVersion: 1.508.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:d827ea9214cf20e70ef92c8600f803f75f66158c78432c5ef164df40e5e84f53
5+
sourceRevisionDigest: sha256:6f48b8272d7138e99723883575c54ca40deda9263169917f6e8e7961c9ded24d
66
sourceBlobDigest: sha256:f7272f9ebff9082fa0c9f834d73f91cdc05a4fee0f66f43e24cf6ac124a12198
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1740701602
9+
- speakeasy-sdk-regen-1740788098
1010
- 1.0.0
1111
targets:
1212
ding-api-client:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:d827ea9214cf20e70ef92c8600f803f75f66158c78432c5ef164df40e5e84f53
15+
sourceRevisionDigest: sha256:6f48b8272d7138e99723883575c54ca40deda9263169917f6e8e7961c9ded24d
1616
sourceBlobDigest: sha256:f7272f9ebff9082fa0c9f834d73f91cdc05a4fee0f66f43e24cf6ac124a12198
1717
codeSamplesNamespace: my-source-python-code-samples
18-
codeSamplesRevisionDigest: sha256:f97663b2aae92348dc20355de08fe0d915710a4608941e438ac63c9ce3027d6f
18+
codeSamplesRevisionDigest: sha256:743fa06dfa9300909ae41f67c291337fb4bdf468a60d88ec9c2883d74758b9d4
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
@@ -1728,4 +1728,14 @@ Based on:
17281728
### Generated
17291729
- [python v3.9.117] .
17301730
### Releases
1731-
- [PyPI v3.9.117] https://pypi.org/project/ding_api_client/3.9.117 - .
1731+
- [PyPI v3.9.117] https://pypi.org/project/ding_api_client/3.9.117 - .
1732+
1733+
## 2025-03-01 00:14:43
1734+
### Changes
1735+
Based on:
1736+
- OpenAPI Doc
1737+
- Speakeasy CLI 1.508.0 (2.536.0) https://github.com/speakeasy-api/speakeasy
1738+
### Generated
1739+
- [python v3.9.118] .
1740+
### Releases
1741+
- [PyPI v3.9.118] https://pypi.org/project/ding_api_client/3.9.118 - .

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.117
16+
version: 3.9.118
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.117',
22+
version='3.9.118',
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.117'
28-
gen_version: str = '2.533.0'
29-
user_agent: str = 'speakeasy-sdk/python 3.9.117 2.533.0 1.0.0 ding_api_client'
27+
sdk_version: str = '3.9.118'
28+
gen_version: str = '2.536.0'
29+
user_agent: str = 'speakeasy-sdk/python 3.9.118 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)