Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.424.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 3, 2024
1 parent c0889da commit 058511a
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.424.0
generationVersion: 2.445.1
releaseVersion: 3.9.5
configChecksum: 838273b12a4684e9ee21e74371201ace
releaseVersion: 3.9.6
configChecksum: 70f8c4b991a131eb6bce814c46172954
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.424.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:3c575e161a1dfd0a9435fb55ffa1f5ece41bab518f80bc7fb5269a40b83f6e25
sourceRevisionDigest: sha256:f7bba1d3689bb04d502030cbec4c1dc2519d345fc7f664a7f7c29d7f3c6fc8e0
sourceBlobDigest: sha256:323bc59bcca5ee8f29fae0166ebe1eca5b054a01c0d1339e7d698ed6ca59e11e
tags:
- latest
Expand All @@ -11,10 +11,10 @@ targets:
ding-api-client:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:3c575e161a1dfd0a9435fb55ffa1f5ece41bab518f80bc7fb5269a40b83f6e25
sourceRevisionDigest: sha256:f7bba1d3689bb04d502030cbec4c1dc2519d345fc7f664a7f7c29d7f3c6fc8e0
sourceBlobDigest: sha256:323bc59bcca5ee8f29fae0166ebe1eca5b054a01c0d1339e7d698ed6ca59e11e
codeSamplesNamespace: my-source-code-samples
codeSamplesRevisionDigest: sha256:ae835822bfdbcda4dcb0c1d570bc78ca87db1cefec50916ed6038b634a1c0a55
codeSamplesRevisionDigest: sha256:9ac475dba4ebd8d0326dff5c8cb4b48a94f2e4085e710bd1d77a1b3cb1f6478d
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 @@ -608,4 +608,14 @@ Based on:
### Generated
- [python v3.9.5] .
### Releases
- [PyPI v3.9.5] https://pypi.org/project/ding_api_client/3.9.5 - .
- [PyPI v3.9.5] https://pypi.org/project/ding_api_client/3.9.5 - .

## 2024-11-03 00:14:49
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.424.0 (2.445.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.9.6] .
### Releases
- [PyPI v3.9.6] https://pypi.org/project/ding_api_client/3.9.6 - .
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.5
version: 3.9.6
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.5',
version='3.9.6',
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.5'
sdk_version: str = '3.9.6'
gen_version: str = '2.445.1'
user_agent: str = 'speakeasy-sdk/python 3.9.5 2.445.1 1.0.0 ding_api_client'
user_agent: str = 'speakeasy-sdk/python 3.9.6 2.445.1 1.0.0 ding_api_client'
retry_config: Optional[RetryConfig] = None

def __post_init__(self):
Expand Down

0 comments on commit 058511a

Please sign in to comment.