Skip to content

Commit 3fe1296

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.468.6
1 parent 31b40ef commit 3fe1296

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.468.2
7-
generationVersion: 2.493.4
8-
releaseVersion: 3.9.77
9-
configChecksum: 276ded3991df1594c92f18c4b4a61c2b
6+
speakeasyVersion: 1.468.6
7+
generationVersion: 2.493.13
8+
releaseVersion: 3.9.78
9+
configChecksum: 1d6a38ebe7de991d9db35a89f3d4a301
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.468.2
1+
speakeasyVersion: 1.468.6
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:543812679c630c761e0b49e1661fcc06700cabdcb538ec9e728396fab089acd1
5+
sourceRevisionDigest: sha256:5ff603cdcb0c4a8eb62a9cf02c17be96d2e3d2d3121c8f63f49429bacd55f4d0
66
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1736727237
9+
- speakeasy-sdk-regen-1736899980
1010
- 1.0.0
1111
targets:
1212
ding-api-client:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:543812679c630c761e0b49e1661fcc06700cabdcb538ec9e728396fab089acd1
15+
sourceRevisionDigest: sha256:5ff603cdcb0c4a8eb62a9cf02c17be96d2e3d2d3121c8f63f49429bacd55f4d0
1616
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
1717
codeSamplesNamespace: my-source-python-code-samples
18-
codeSamplesRevisionDigest: sha256:acb866104cd2580a21edfca262bd9b18aefb41043fc7a62f521e032a0aa2fbda
18+
codeSamplesRevisionDigest: sha256:e7fc33fbcbf4a55b52b08f70736c55df8dd5f82573119a202319ff02ac2deeb4
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
@@ -1328,4 +1328,14 @@ Based on:
13281328
### Generated
13291329
- [python v3.9.77] .
13301330
### Releases
1331-
- [PyPI v3.9.77] https://pypi.org/project/ding_api_client/3.9.77 - .
1331+
- [PyPI v3.9.77] https://pypi.org/project/ding_api_client/3.9.77 - .
1332+
1333+
## 2025-01-15 00:12:45
1334+
### Changes
1335+
Based on:
1336+
- OpenAPI Doc
1337+
- Speakeasy CLI 1.468.6 (2.493.13) https://github.com/speakeasy-api/speakeasy
1338+
### Generated
1339+
- [python v3.9.78] .
1340+
### Releases
1341+
- [PyPI v3.9.78] https://pypi.org/project/ding_api_client/3.9.78 - .

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.77
15+
version: 3.9.78
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.77',
22+
version='3.9.78',
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.77'
28-
gen_version: str = '2.493.4'
29-
user_agent: str = 'speakeasy-sdk/python 3.9.77 2.493.4 1.0.0 ding_api_client'
27+
sdk_version: str = '3.9.78'
28+
gen_version: str = '2.493.13'
29+
user_agent: str = 'speakeasy-sdk/python 3.9.78 2.493.13 1.0.0 ding_api_client'
3030
retry_config: Optional[RetryConfig] = None
3131

3232
def __post_init__(self):

0 commit comments

Comments
 (0)