From d2ee8b681e0b30e695bba042be8948cdf90320fc Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Sun, 24 Nov 2024 00:16:02 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.444.1 --- .speakeasy/gen.lock | 4 ++-- .speakeasy/workflow.lock | 8 ++++---- RELEASES.md | 12 +++++++++++- gen.yaml | 2 +- setup.py | 2 +- src/ding/sdkconfiguration.py | 4 ++-- 6 files changed, 21 insertions(+), 11 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index f7948ad..58fc88c 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 1.0.0 speakeasyVersion: 1.444.1 generationVersion: 2.461.4 - releaseVersion: 3.9.26 - configChecksum: 18c94478e8965acf342c293ab90b38dd + releaseVersion: 3.9.27 + configChecksum: 7a78baeac3c8796df16b446448c988d9 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 956aa26..ef5662e 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,19 +2,19 @@ speakeasyVersion: 1.444.1 sources: my-source: sourceNamespace: my-source - sourceRevisionDigest: sha256:4dd45994d28426304bc5269de3284bb4520a5074cce2d48c385599eea11390a6 + sourceRevisionDigest: sha256:d80c58bc4ea30b76b76a5cc5553572b717920ec868fcc6ef17b491a9fa155033 sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa tags: - latest - - speakeasy-sdk-regen-1732320800 + - speakeasy-sdk-regen-1732407334 targets: ding-api-client: source: my-source sourceNamespace: my-source - sourceRevisionDigest: sha256:4dd45994d28426304bc5269de3284bb4520a5074cce2d48c385599eea11390a6 + sourceRevisionDigest: sha256:d80c58bc4ea30b76b76a5cc5553572b717920ec868fcc6ef17b491a9fa155033 sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa codeSamplesNamespace: my-source-code-samples - codeSamplesRevisionDigest: sha256:1a0d7282b7d3ee480274cad8417a445f148e106131011f494c7d88f946f9a9b8 + codeSamplesRevisionDigest: sha256:fb61748c9cdab8ab894a6a37799997e0d76eb0aaa790425f9d7ee48a0c6cfd51 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index 4ed581f..7fdad1a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -818,4 +818,14 @@ Based on: ### Generated - [python v3.9.26] . ### Releases -- [PyPI v3.9.26] https://pypi.org/project/ding_api_client/3.9.26 - . \ No newline at end of file +- [PyPI v3.9.26] https://pypi.org/project/ding_api_client/3.9.26 - . + +## 2024-11-24 00:15:31 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.444.1 (2.461.4) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v3.9.27] . +### Releases +- [PyPI v3.9.27] https://pypi.org/project/ding_api_client/3.9.27 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index d77197d..b273f02 100755 --- a/gen.yaml +++ b/gen.yaml @@ -12,7 +12,7 @@ generation: oAuth2ClientCredentialsEnabled: false oAuth2PasswordEnabled: false python: - version: 3.9.26 + version: 3.9.27 additionalDependencies: dependencies: {} extraDependencies: diff --git a/setup.py b/setup.py index 3dc3479..c3ec884 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setuptools.setup( name='ding_api_client', - version='3.9.26', + version='3.9.27', 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 5b3c0c8..98310ae 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.26' + sdk_version: str = '3.9.27' gen_version: str = '2.461.4' - user_agent: str = 'speakeasy-sdk/python 3.9.26 2.461.4 1.0.0 ding_api_client' + user_agent: str = 'speakeasy-sdk/python 3.9.27 2.461.4 1.0.0 ding_api_client' retry_config: Optional[RetryConfig] = None def __post_init__(self):