diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index ab059e3..31ad8ec 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -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 diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index c7c4709..1167d24 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -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 diff --git a/RELEASES.md b/RELEASES.md index 7069dcd..69e2a05 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 - . \ No newline at end of file +- [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 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 788eeed..59eae33 100755 --- a/gen.yaml +++ b/gen.yaml @@ -12,7 +12,7 @@ generation: oAuth2ClientCredentialsEnabled: false oAuth2PasswordEnabled: false python: - version: 3.9.34 + version: 3.9.35 additionalDependencies: dependencies: {} extraDependencies: diff --git a/setup.py b/setup.py index f4d8cda..0724de9 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/src/ding/sdkconfiguration.py b/src/ding/sdkconfiguration.py index 492497c..bff083a 100644 --- a/src/ding/sdkconfiguration.py +++ b/src/ding/sdkconfiguration.py @@ -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):