Skip to content

Commit 1b5e483

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.460.4
1 parent b73e6b3 commit 1b5e483

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.460.3
6+
speakeasyVersion: 1.460.4
77
generationVersion: 2.484.0
8-
releaseVersion: 3.9.66
9-
configChecksum: d750d881a69836e791e77f3be8f77ab5
8+
releaseVersion: 3.9.67
9+
configChecksum: b769fd8e209fb929f79528fe0d5d322f
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.460.3
1+
speakeasyVersion: 1.460.4
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:59db0f749cc36de9728076beabf224479514491607526b3e6efc4f028ddddfad
5+
sourceRevisionDigest: sha256:f9211cc9cf9dd774c8ae71afab383e670131d91b33aecfb063e4f1f00c3124b0
66
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1735776772
9+
- speakeasy-sdk-regen-1735863176
1010
- 1.0.0
1111
targets:
1212
ding-api-client:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:59db0f749cc36de9728076beabf224479514491607526b3e6efc4f028ddddfad
15+
sourceRevisionDigest: sha256:f9211cc9cf9dd774c8ae71afab383e670131d91b33aecfb063e4f1f00c3124b0
1616
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
1717
codeSamplesNamespace: my-source-python-code-samples
18-
codeSamplesRevisionDigest: sha256:4ac04f830473472e33b7c5e58d6333b97a269ee7587425c9bd7999dfc4d67f69
18+
codeSamplesRevisionDigest: sha256:353f6887c0f4eb9dd1d2fe09d0e80fcf14b273e48ebca08013cc657eef84761f
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
@@ -1218,4 +1218,14 @@ Based on:
12181218
### Generated
12191219
- [python v3.9.66] .
12201220
### Releases
1221-
- [PyPI v3.9.66] https://pypi.org/project/ding_api_client/3.9.66 - .
1221+
- [PyPI v3.9.66] https://pypi.org/project/ding_api_client/3.9.66 - .
1222+
1223+
## 2025-01-03 00:12:54
1224+
### Changes
1225+
Based on:
1226+
- OpenAPI Doc
1227+
- Speakeasy CLI 1.460.4 (2.484.0) https://github.com/speakeasy-api/speakeasy
1228+
### Generated
1229+
- [python v3.9.67] .
1230+
### Releases
1231+
- [PyPI v3.9.67] https://pypi.org/project/ding_api_client/3.9.67 - .

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