Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.448.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 29, 2024
1 parent da676c3 commit cbf8747
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 1.0.0
speakeasyVersion: 1.448.2
generationVersion: 2.467.4
releaseVersion: 3.9.31
configChecksum: 0073620aaa847f78a9758e0d23f0e223
releaseVersion: 3.9.32
configChecksum: 3cea552e81cd70e40826bb6ca3528cd2
repoURL: https://github.com/ding-live/ding-python.git
repoSubDirectory: .
installationURL: https://github.com/ding-live/ding-python.git
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.448.2
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:435787c2b581028627ca6da31096a516f76538048d850091dafa52aeddaf7950
sourceRevisionDigest: sha256:f9c07239bd18d73ea0ff26c895f0d5a691163ffb9bc3a9c47082321dd2e4730e
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
tags:
- latest
- speakeasy-sdk-regen-1732752838
- speakeasy-sdk-regen-1732839219
- 1.0.0
targets:
ding-api-client:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:435787c2b581028627ca6da31096a516f76538048d850091dafa52aeddaf7950
sourceRevisionDigest: sha256:f9c07239bd18d73ea0ff26c895f0d5a691163ffb9bc3a9c47082321dd2e4730e
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
codeSamplesNamespace: my-source-python-code-samples
codeSamplesRevisionDigest: sha256:fca72028e66cff9793895bb622e9a11557366255a9344ff4f86184bb0504254a
codeSamplesRevisionDigest: sha256:e80d7b24494fd8f80f9e9cda5317dcdedab816b7a4a1720f416922b8fc2d50cb
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 @@ -868,4 +868,14 @@ Based on:
### Generated
- [python v3.9.31] .
### Releases
- [PyPI v3.9.31] https://pypi.org/project/ding_api_client/3.9.31 - .
- [PyPI v3.9.31] https://pypi.org/project/ding_api_client/3.9.31 - .

## 2024-11-29 00:13:36
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.448.2 (2.467.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.9.32] .
### Releases
- [PyPI v3.9.32] https://pypi.org/project/ding_api_client/3.9.32 - .
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.31
version: 3.9.32
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.31',
version='3.9.32',
author='Ding',
description='Python Client SDK',
url='https://github.com/ding-live/ding-python.git',
Expand Down
4 changes: 2 additions & 2 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.31'
sdk_version: str = '3.9.32'
gen_version: str = '2.467.4'
user_agent: str = 'speakeasy-sdk/python 3.9.31 2.467.4 1.0.0 ding_api_client'
user_agent: str = 'speakeasy-sdk/python 3.9.32 2.467.4 1.0.0 ding_api_client'
retry_config: Optional[RetryConfig] = None

def __post_init__(self):
Expand Down

0 comments on commit cbf8747

Please sign in to comment.