Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.443.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 22, 2024
1 parent a673972 commit b0d3268
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 81c437b1-ab8d-4cec-8b8f-8f71d1bdb7a2
management:
docChecksum: 9fbd6321083c0c2d44365ff84b8e2cb8
docVersion: 1.0.0
speakeasyVersion: 1.441.1
generationVersion: 2.461.2
releaseVersion: 3.9.24
configChecksum: 31e1ca02c9f397d609bbdba04c30f992
speakeasyVersion: 1.443.0
generationVersion: 2.461.4
releaseVersion: 3.9.25
configChecksum: f7122adf00b2331c3b4522ba415d40a2
repoURL: https://github.com/ding-live/ding-python.git
repoSubDirectory: .
installationURL: https://github.com/ding-live/ding-python.git
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.441.1
speakeasyVersion: 1.443.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:50a8bddaccb845a4ecc7439f9e485c0a3dc9567296eefedda13a5bdf2159def9
sourceRevisionDigest: sha256:1af9b2a336c5426adff649baf82d824318ddbf6495f036cb947c9359435ecdbb
sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa
tags:
- latest
- speakeasy-sdk-regen-1732148021
- speakeasy-sdk-regen-1732234432
targets:
ding-api-client:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:50a8bddaccb845a4ecc7439f9e485c0a3dc9567296eefedda13a5bdf2159def9
sourceRevisionDigest: sha256:1af9b2a336c5426adff649baf82d824318ddbf6495f036cb947c9359435ecdbb
sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa
codeSamplesNamespace: my-source-code-samples
codeSamplesRevisionDigest: sha256:56225ab4bdcf45cdbf7bb0ce0068071e5455e1a1c959fa90ced55293bdfed1ae
codeSamplesRevisionDigest: sha256:62abb7bb5f0e17cd33ba35e1a455944a425413f63b4b37e1b5b63754c8e61758
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -798,4 +798,14 @@ Based on:
### Generated
- [python v3.9.24] .
### Releases
- [PyPI v3.9.24] https://pypi.org/project/ding_api_client/3.9.24 - .
- [PyPI v3.9.24] https://pypi.org/project/ding_api_client/3.9.24 - .

## 2024-11-22 00:13:49
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.443.0 (2.461.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.9.25] .
### Releases
- [PyPI v3.9.25] https://pypi.org/project/ding_api_client/3.9.25 - .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
python:
version: 3.9.24
version: 3.9.25
additionalDependencies:
dependencies: {}
extraDependencies:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name='ding_api_client',
version='3.9.24',
version='3.9.25',
author='Ding',
description='Python Client SDK',
url='https://github.com/ding-live/ding-python.git',
Expand Down
6 changes: 3 additions & 3 deletions src/ding/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ class SDKConfiguration:
server_idx: Optional[int] = 0
language: str = 'python'
openapi_doc_version: str = '1.0.0'
sdk_version: str = '3.9.24'
gen_version: str = '2.461.2'
user_agent: str = 'speakeasy-sdk/python 3.9.24 2.461.2 1.0.0 ding_api_client'
sdk_version: str = '3.9.25'
gen_version: str = '2.461.4'
user_agent: str = 'speakeasy-sdk/python 3.9.25 2.461.4 1.0.0 ding_api_client'
retry_config: Optional[RetryConfig] = None

def __post_init__(self):
Expand Down

0 comments on commit b0d3268

Please sign in to comment.