Skip to content

Commit f21e0d4

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.488.0
1 parent c6d79ae commit f21e0d4

File tree

6 files changed

+23
-13
lines changed

6 files changed

+23
-13
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 3 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.487.1
6+
speakeasyVersion: 1.488.0
77
generationVersion: 2.506.0
8-
releaseVersion: 3.9.104
9-
configChecksum: d739a7042c9ab3b6bcefca3804e25068
8+
releaseVersion: 3.9.105
9+
configChecksum: 0ea6aaad2960b65ace737570450f802f
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.487.1
1+
speakeasyVersion: 1.488.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:04900024c5186de935bd89a93c260f45ddc18d2d2b0d8c9f8fadf1eff4b8a144
5+
sourceRevisionDigest: sha256:b6a399da9ead9fd75f1f4cdf550d6ed93abf161bcf74c0912f098f9c95db8c12
66
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1739146419
9+
- speakeasy-sdk-regen-1739232783
1010
- 1.0.0
1111
targets:
1212
ding-api-client:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:04900024c5186de935bd89a93c260f45ddc18d2d2b0d8c9f8fadf1eff4b8a144
15+
sourceRevisionDigest: sha256:b6a399da9ead9fd75f1f4cdf550d6ed93abf161bcf74c0912f098f9c95db8c12
1616
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
1717
codeSamplesNamespace: my-source-python-code-samples
18-
codeSamplesRevisionDigest: sha256:620ad8b3601160dda8060eb3d18b1758d63713bbc8956dc9144cd44407fe8789
18+
codeSamplesRevisionDigest: sha256:222673eb32b54566d58cd549c7dbce8dfb797b2de3c1cffb28f4273acc9b5960
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
@@ -1598,4 +1598,14 @@ Based on:
15981598
### Generated
15991599
- [python v3.9.104] .
16001600
### Releases
1601-
- [PyPI v3.9.104] https://pypi.org/project/ding_api_client/3.9.104 - .
1601+
- [PyPI v3.9.104] https://pypi.org/project/ding_api_client/3.9.104 - .
1602+
1603+
## 2025-02-11 00:12:49
1604+
### Changes
1605+
Based on:
1606+
- OpenAPI Doc
1607+
- Speakeasy CLI 1.488.0 (2.506.0) https://github.com/speakeasy-api/speakeasy
1608+
### Generated
1609+
- [python v3.9.105] .
1610+
### Releases
1611+
- [PyPI v3.9.105] https://pypi.org/project/ding_api_client/3.9.105 - .

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.104
15+
version: 3.9.105
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.104',
22+
version='3.9.105',
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.104'
27+
sdk_version: str = '3.9.105'
2828
gen_version: str = '2.506.0'
29-
user_agent: str = 'speakeasy-sdk/python 3.9.104 2.506.0 1.0.0 ding_api_client'
29+
user_agent: str = 'speakeasy-sdk/python 3.9.105 2.506.0 1.0.0 ding_api_client'
3030
retry_config: Optional[RetryConfig] = None
3131

3232
def __post_init__(self):

0 commit comments

Comments
 (0)