Skip to content

Commit 49aab10

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.481.1
1 parent f0f015f commit 49aab10

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.481.1
77
generationVersion: 2.500.5
8-
releaseVersion: 3.9.96
9-
configChecksum: cc94f55e99ff234d7da3d3b95250db26
8+
releaseVersion: 3.9.97
9+
configChecksum: ed875027e14b699dd9385e55b7a4aff5
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.481.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:c79dacfe031dbd666fbb1eb86a820a9c5d48b603847b917866c38ded96f519fe
5+
sourceRevisionDigest: sha256:8c94df15782ae733b37f63399e5f74b36d94863105bd339fcc995ccdc1f1dde4
66
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1738455225
9+
- speakeasy-sdk-regen-1738541614
1010
- 1.0.0
1111
targets:
1212
ding-api-client:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:c79dacfe031dbd666fbb1eb86a820a9c5d48b603847b917866c38ded96f519fe
15+
sourceRevisionDigest: sha256:8c94df15782ae733b37f63399e5f74b36d94863105bd339fcc995ccdc1f1dde4
1616
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
1717
codeSamplesNamespace: my-source-python-code-samples
18-
codeSamplesRevisionDigest: sha256:8b623dda25513936975434b6fbe1dcc0f7709500d86ac48a2e728f9d56f542da
18+
codeSamplesRevisionDigest: sha256:4e763f5de8952d247e8bb8cf476767b67da6b641df97c8b633e28f05c9c8003d
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
@@ -1518,4 +1518,14 @@ Based on:
15181518
### Generated
15191519
- [python v3.9.96] .
15201520
### Releases
1521-
- [PyPI v3.9.96] https://pypi.org/project/ding_api_client/3.9.96 - .
1521+
- [PyPI v3.9.96] https://pypi.org/project/ding_api_client/3.9.96 - .
1522+
1523+
## 2025-02-03 00:13:20
1524+
### Changes
1525+
Based on:
1526+
- OpenAPI Doc
1527+
- Speakeasy CLI 1.481.1 (2.500.5) https://github.com/speakeasy-api/speakeasy
1528+
### Generated
1529+
- [python v3.9.97] .
1530+
### Releases
1531+
- [PyPI v3.9.97] https://pypi.org/project/ding_api_client/3.9.97 - .

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

3232
def __post_init__(self):

0 commit comments

Comments
 (0)