Skip to content

Commit 0374052

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.460.2
1 parent 8637320 commit 0374052

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.2
77
generationVersion: 2.484.0
8-
releaseVersion: 3.9.57
9-
configChecksum: 024cda82e6eaf0692587b74ad601e498
8+
releaseVersion: 3.9.58
9+
configChecksum: 2cb0ff2241e6117d2d04d878ba12ff8d
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.2
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:35634600bb0fb49cd9b0f15e5f723fec61877cab3945a583fd9aee6e1cb7311d
5+
sourceRevisionDigest: sha256:4439f1469f0b36c82336a4150264f0cf9c530426042e58e1d368a092001b1055
66
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1734999183
9+
- speakeasy-sdk-regen-1735085567
1010
- 1.0.0
1111
targets:
1212
ding-api-client:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:35634600bb0fb49cd9b0f15e5f723fec61877cab3945a583fd9aee6e1cb7311d
15+
sourceRevisionDigest: sha256:4439f1469f0b36c82336a4150264f0cf9c530426042e58e1d368a092001b1055
1616
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
1717
codeSamplesNamespace: my-source-python-code-samples
18-
codeSamplesRevisionDigest: sha256:e112ae1117e2e6494b6f10bd69c1eba5f86c530d8720fe1c6a5b5b405d573b9e
18+
codeSamplesRevisionDigest: sha256:1d4b52541358593ac86f9b4c769e029d573c2e0842befd677d089b250143b7ae
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
@@ -1128,4 +1128,14 @@ Based on:
11281128
### Generated
11291129
- [python v3.9.57] .
11301130
### Releases
1131-
- [PyPI v3.9.57] https://pypi.org/project/ding_api_client/3.9.57 - .
1131+
- [PyPI v3.9.57] https://pypi.org/project/ding_api_client/3.9.57 - .
1132+
1133+
## 2024-12-25 00:12:44
1134+
### Changes
1135+
Based on:
1136+
- OpenAPI Doc
1137+
- Speakeasy CLI 1.460.2 (2.484.0) https://github.com/speakeasy-api/speakeasy
1138+
### Generated
1139+
- [python v3.9.58] .
1140+
### Releases
1141+
- [PyPI v3.9.58] https://pypi.org/project/ding_api_client/3.9.58 - .

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.57
15+
version: 3.9.58
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.57',
22+
version='3.9.58',
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.57'
27+
sdk_version: str = '3.9.58'
2828
gen_version: str = '2.484.0'
29-
user_agent: str = 'speakeasy-sdk/python 3.9.57 2.484.0 1.0.0 ding_api_client'
29+
user_agent: str = 'speakeasy-sdk/python 3.9.58 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)