From 5ed1778283be663b6fafba0218b7798820df2ea2 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Wed, 20 Nov 2024 00:13:54 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.441.0 --- .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 aed16a3..d1bccd1 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 1.0.0 speakeasyVersion: 1.441.0 generationVersion: 2.460.1 - releaseVersion: 3.9.22 - configChecksum: 3605062b756ca9ee87f59146e68f4f57 + releaseVersion: 3.9.23 + configChecksum: aba25f45a6de05d00fbd00ae58c7593d 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 fb8ec0d..43d5d1d 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,19 +2,19 @@ speakeasyVersion: 1.441.0 sources: my-source: sourceNamespace: my-source - sourceRevisionDigest: sha256:fd61e83006cafe7d1a8aa1e042032d6bb407a39ce95e05488794ec9ffbd48a38 + sourceRevisionDigest: sha256:7eb76c797465fb31e912ac5a42f5049eef39aa20973a6bd7bd67778c034a4175 sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa tags: - latest - - speakeasy-sdk-regen-1731975210 + - speakeasy-sdk-regen-1732061608 targets: ding-api-client: source: my-source sourceNamespace: my-source - sourceRevisionDigest: sha256:fd61e83006cafe7d1a8aa1e042032d6bb407a39ce95e05488794ec9ffbd48a38 + sourceRevisionDigest: sha256:7eb76c797465fb31e912ac5a42f5049eef39aa20973a6bd7bd67778c034a4175 sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa codeSamplesNamespace: my-source-code-samples - codeSamplesRevisionDigest: sha256:4b32cc31aafad1a2a0c3ab0e7fc459f0ca936b978231467af97d1cc68e572886 + codeSamplesRevisionDigest: sha256:364b3a9320a03c13ce2c7cb450f6f02415c9dc323154ba045421a71a2626e759 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index c00d887..93cc356 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -778,4 +778,14 @@ Based on: ### Generated - [python v3.9.22] . ### Releases -- [PyPI v3.9.22] https://pypi.org/project/ding_api_client/3.9.22 - . \ No newline at end of file +- [PyPI v3.9.22] https://pypi.org/project/ding_api_client/3.9.22 - . + +## 2024-11-20 00:13:25 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.441.0 (2.460.1) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v3.9.23] . +### Releases +- [PyPI v3.9.23] https://pypi.org/project/ding_api_client/3.9.23 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index c42ff97..dae973b 100755 --- a/gen.yaml +++ b/gen.yaml @@ -12,7 +12,7 @@ generation: oAuth2ClientCredentialsEnabled: false oAuth2PasswordEnabled: false python: - version: 3.9.22 + version: 3.9.23 additionalDependencies: dependencies: {} extraDependencies: diff --git a/setup.py b/setup.py index e2bdd2a..38ee88b 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setuptools.setup( name='ding_api_client', - version='3.9.22', + version='3.9.23', 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 9ddcda3..9dcbbed 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.22' + sdk_version: str = '3.9.23' gen_version: str = '2.460.1' - user_agent: str = 'speakeasy-sdk/python 3.9.22 2.460.1 1.0.0 ding_api_client' + user_agent: str = 'speakeasy-sdk/python 3.9.23 2.460.1 1.0.0 ding_api_client' retry_config: Optional[RetryConfig] = None def __post_init__(self):