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 Dec 2, 2024
1 parent 61752be commit fc5a592
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.34
configChecksum: 261a71b051c19b57e56dbd46652b070b
releaseVersion: 3.9.35
configChecksum: dab46d6687e44f4b5370b4cda4ef9beb
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:5fed2dbc2994181a77d532bf3ea6573b06a2f5ed6fc694afa72a4f3476f7a49e
sourceRevisionDigest: sha256:6d6eb19365bedff19231cd1fa6e06732931e4b6f3a5ca5686d6d2ab741e45235
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
tags:
- latest
- speakeasy-sdk-regen-1733012181
- speakeasy-sdk-regen-1733098468
- 1.0.0
targets:
ding-api-client:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:5fed2dbc2994181a77d532bf3ea6573b06a2f5ed6fc694afa72a4f3476f7a49e
sourceRevisionDigest: sha256:6d6eb19365bedff19231cd1fa6e06732931e4b6f3a5ca5686d6d2ab741e45235
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
codeSamplesNamespace: my-source-python-code-samples
codeSamplesRevisionDigest: sha256:558b4b394b3994fbf0bb09ace407aa9534e6c5f5bf6ddb8d03e98f4e14582a9f
codeSamplesRevisionDigest: sha256:55f80bbba1fd2e476aeb47e56f1813c7be0755a1d5449877bbdc7f078fcc3b33
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 @@ -898,4 +898,14 @@ Based on:
### Generated
- [python v3.9.34] .
### Releases
- [PyPI v3.9.34] https://pypi.org/project/ding_api_client/3.9.34 - .
- [PyPI v3.9.34] https://pypi.org/project/ding_api_client/3.9.34 - .

## 2024-12-02 00:14:25
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.448.2 (2.467.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.9.35] .
### Releases
- [PyPI v3.9.35] https://pypi.org/project/ding_api_client/3.9.35 - .
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.34
version: 3.9.35
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.34',
version='3.9.35',
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.34'
sdk_version: str = '3.9.35'
gen_version: str = '2.467.4'
user_agent: str = 'speakeasy-sdk/python 3.9.34 2.467.4 1.0.0 ding_api_client'
user_agent: str = 'speakeasy-sdk/python 3.9.35 2.467.4 1.0.0 ding_api_client'
retry_config: Optional[RetryConfig] = None

def __post_init__(self):
Expand Down

0 comments on commit fc5a592

Please sign in to comment.