Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.441.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 19, 2024
1 parent fd2f322 commit 0ad18d8
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 81c437b1-ab8d-4cec-8b8f-8f71d1bdb7a2
management:
docChecksum: 9fbd6321083c0c2d44365ff84b8e2cb8
docVersion: 1.0.0
speakeasyVersion: 1.440.1
speakeasyVersion: 1.441.0
generationVersion: 2.460.1
releaseVersion: 3.9.21
configChecksum: ced83ad717dd2428d458a2394077d83c
releaseVersion: 3.9.22
configChecksum: 3605062b756ca9ee87f59146e68f4f57
repoURL: https://github.com/ding-live/ding-python.git
repoSubDirectory: .
installationURL: https://github.com/ding-live/ding-python.git
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.440.1
speakeasyVersion: 1.441.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:a160e0a6ab86bb8b82e46b946dc6314061aef4d70cf0fcbb507778e9ef575d07
sourceRevisionDigest: sha256:fd61e83006cafe7d1a8aa1e042032d6bb407a39ce95e05488794ec9ffbd48a38
sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa
tags:
- latest
- speakeasy-sdk-regen-1731888849
- speakeasy-sdk-regen-1731975210
targets:
ding-api-client:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:a160e0a6ab86bb8b82e46b946dc6314061aef4d70cf0fcbb507778e9ef575d07
sourceRevisionDigest: sha256:fd61e83006cafe7d1a8aa1e042032d6bb407a39ce95e05488794ec9ffbd48a38
sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa
codeSamplesNamespace: my-source-code-samples
codeSamplesRevisionDigest: sha256:65fbea4fb8eb84a786fdc7bc4ae41dbd8c9eb709a1c3d389eddd4c9a2823f460
codeSamplesRevisionDigest: sha256:4b32cc31aafad1a2a0c3ab0e7fc459f0ca936b978231467af97d1cc68e572886
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 @@ -768,4 +768,14 @@ Based on:
### Generated
- [python v3.9.21] .
### Releases
- [PyPI v3.9.21] https://pypi.org/project/ding_api_client/3.9.21 - .
- [PyPI v3.9.21] https://pypi.org/project/ding_api_client/3.9.21 - .

## 2024-11-19 00:13:27
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.441.0 (2.460.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.9.22] .
### Releases
- [PyPI v3.9.22] https://pypi.org/project/ding_api_client/3.9.22 - .
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.21
version: 3.9.22
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.21',
version='3.9.22',
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.21'
sdk_version: str = '3.9.22'
gen_version: str = '2.460.1'
user_agent: str = 'speakeasy-sdk/python 3.9.21 2.460.1 1.0.0 ding_api_client'
user_agent: str = 'speakeasy-sdk/python 3.9.22 2.460.1 1.0.0 ding_api_client'
retry_config: Optional[RetryConfig] = None

def __post_init__(self):
Expand Down

0 comments on commit 0ad18d8

Please sign in to comment.