Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.423.5
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 1, 2024
1 parent f47cabe commit 3e59321
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 10 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.423.5
generationVersion: 2.445.1
releaseVersion: 3.9.3
configChecksum: 8092b5f7c9da54a4c1101d845905f6b5
releaseVersion: 3.9.4
configChecksum: 5f3cb6a1393ba2c612109cd2f78ed969
repoURL: https://github.com/ding-live/ding-python.git
repoSubDirectory: .
installationURL: https://github.com/ding-live/ding-python.git
Expand Down
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.423.5
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:c55204166523d80fab90c8a190aa02de6ceddf49644276d6be7b13ee1282ea25
sourceRevisionDigest: sha256:4004ee12000d87ddb050abfe11ea9346f71ed35f1475bf8c23eebdaa15d5e7fe
sourceBlobDigest: sha256:323bc59bcca5ee8f29fae0166ebe1eca5b054a01c0d1339e7d698ed6ca59e11e
tags:
- latest
Expand All @@ -11,10 +11,10 @@ targets:
ding-api-client:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:c55204166523d80fab90c8a190aa02de6ceddf49644276d6be7b13ee1282ea25
sourceRevisionDigest: sha256:4004ee12000d87ddb050abfe11ea9346f71ed35f1475bf8c23eebdaa15d5e7fe
sourceBlobDigest: sha256:323bc59bcca5ee8f29fae0166ebe1eca5b054a01c0d1339e7d698ed6ca59e11e
codeSamplesNamespace: my-source-code-samples
codeSamplesRevisionDigest: sha256:e3ac89fd9f50c79f19265c2638d2b93834f2f6594462528f0b07c61638ed90fb
codeSamplesRevisionDigest: sha256:e1e606712beb07cc521ca1da4bb9d251f13e6a0fdb2f8ef7e52e7b158a336c1b
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 @@ -588,4 +588,14 @@ Based on:
### Generated
- [python v3.9.3] .
### Releases
- [PyPI v3.9.3] https://pypi.org/project/ding_api_client/3.9.3 - .
- [PyPI v3.9.3] https://pypi.org/project/ding_api_client/3.9.3 - .

## 2024-11-01 00:14:07
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.423.5 (2.445.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.9.4] .
### Releases
- [PyPI v3.9.4] https://pypi.org/project/ding_api_client/3.9.4 - .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
python:
version: 3.9.3
version: 3.9.4
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.3',
version='3.9.4',
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.3'
sdk_version: str = '3.9.4'
gen_version: str = '2.445.1'
user_agent: str = 'speakeasy-sdk/python 3.9.3 2.445.1 1.0.0 ding_api_client'
user_agent: str = 'speakeasy-sdk/python 3.9.4 2.445.1 1.0.0 ding_api_client'
retry_config: Optional[RetryConfig] = None

def __post_init__(self):
Expand Down

0 comments on commit 3e59321

Please sign in to comment.