Skip to content

Commit e9b9aa8

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.494.0
1 parent f5b7ef1 commit e9b9aa8

File tree

7 files changed

+27
-17
lines changed

7 files changed

+27
-17
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.493.2
7-
generationVersion: 2.512.4
8-
releaseVersion: 3.9.112
9-
configChecksum: bf5c0856fc701a95e665c0b92a2818f6
6+
speakeasyVersion: 1.494.0
7+
generationVersion: 2.515.0
8+
releaseVersion: 3.9.113
9+
configChecksum: a6caf013e99639f10939729e883df7dc
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.493.2
1+
speakeasyVersion: 1.494.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:8ceb53e831b351614461c425e9179382175dd5acbd2a31462e367c2a41c25e6b
5+
sourceRevisionDigest: sha256:b20db2ae94e79847148a58dd71c8cd42c2d1dd815761926960d591bcc70c41ef
66
sourceBlobDigest: sha256:f7272f9ebff9082fa0c9f834d73f91cdc05a4fee0f66f43e24cf6ac124a12198
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1739837586
9+
- speakeasy-sdk-regen-1739923992
1010
- 1.0.0
1111
targets:
1212
ding-api-client:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:8ceb53e831b351614461c425e9179382175dd5acbd2a31462e367c2a41c25e6b
15+
sourceRevisionDigest: sha256:b20db2ae94e79847148a58dd71c8cd42c2d1dd815761926960d591bcc70c41ef
1616
sourceBlobDigest: sha256:f7272f9ebff9082fa0c9f834d73f91cdc05a4fee0f66f43e24cf6ac124a12198
1717
codeSamplesNamespace: my-source-python-code-samples
18-
codeSamplesRevisionDigest: sha256:5f34e367e5b4d3ef54e3af2535eeb8d9c04ca6041479f57a70165ac34757f3ad
18+
codeSamplesRevisionDigest: sha256:7219eca7922135a980b956aa80240e128d09ee7e4633d3c4f5ad17c5202ead84
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ if res.create_authentication_response is not None:
262262

263263
### Override Server URL Per-Client
264264

265-
The default server can also be overridden globally by passing a URL to the `server_url: str` optional parameter when initializing the SDK client instance. For example:
265+
The default server can be overridden globally by passing a URL to the `server_url: str` optional parameter when initializing the SDK client instance. For example:
266266
```python
267267
import ding
268268
from ding.models import components

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1678,4 +1678,14 @@ Based on:
16781678
### Generated
16791679
- [python v3.9.112] .
16801680
### Releases
1681-
- [PyPI v3.9.112] https://pypi.org/project/ding_api_client/3.9.112 - .
1681+
- [PyPI v3.9.112] https://pypi.org/project/ding_api_client/3.9.112 - .
1682+
1683+
## 2025-02-19 00:12:58
1684+
### Changes
1685+
Based on:
1686+
- OpenAPI Doc
1687+
- Speakeasy CLI 1.494.0 (2.515.0) https://github.com/speakeasy-api/speakeasy
1688+
### Generated
1689+
- [python v3.9.113] .
1690+
### Releases
1691+
- [PyPI v3.9.113] https://pypi.org/project/ding_api_client/3.9.113 - .

gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ generation:
55
usageSnippets:
66
optionalPropertyRendering: withExample
77
fixes:
8-
nameResolutionDec2023: false
8+
nameResolutionFeb2025: false
99
parameterOrderingFeb2024: false
1010
requestResponseComponentNamesFeb2024: false
1111
securityFeb2025: false
1212
auth:
1313
oAuth2ClientCredentialsEnabled: false
1414
oAuth2PasswordEnabled: false
1515
python:
16-
version: 3.9.112
16+
version: 3.9.113
1717
additionalDependencies:
1818
dependencies: {}
1919
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.112',
22+
version='3.9.113',
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.112'
28-
gen_version: str = '2.512.4'
29-
user_agent: str = 'speakeasy-sdk/python 3.9.112 2.512.4 1.0.0 ding_api_client'
27+
sdk_version: str = '3.9.113'
28+
gen_version: str = '2.515.0'
29+
user_agent: str = 'speakeasy-sdk/python 3.9.113 2.515.0 1.0.0 ding_api_client'
3030
retry_config: Optional[RetryConfig] = None
3131

3232
def __post_init__(self):

0 commit comments

Comments
 (0)