Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.451.4
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 5, 2024
1 parent 7450498 commit 0e4e6fc
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 15 deletions.
8 changes: 4 additions & 4 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.451.1
generationVersion: 2.470.1
releaseVersion: 3.9.37
configChecksum: 7b08b6fb18bd3f6c46f7bda392cd9afd
speakeasyVersion: 1.451.4
generationVersion: 2.471.2
releaseVersion: 3.9.38
configChecksum: 1063ea534060db851fe74fbb8d496dab
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,21 +1,21 @@
speakeasyVersion: 1.451.1
speakeasyVersion: 1.451.4
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:e578f8c6f2202236ae90501c96f321dc0896b46c39a6945edbf22277afe7f370
sourceRevisionDigest: sha256:5685e555789ddb5f76b8ea814bc8ab69d50ae30496e64046030419377a7c55e4
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
tags:
- latest
- speakeasy-sdk-regen-1733271235
- speakeasy-sdk-regen-1733357641
- 1.0.0
targets:
ding-api-client:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:e578f8c6f2202236ae90501c96f321dc0896b46c39a6945edbf22277afe7f370
sourceRevisionDigest: sha256:5685e555789ddb5f76b8ea814bc8ab69d50ae30496e64046030419377a7c55e4
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
codeSamplesNamespace: my-source-python-code-samples
codeSamplesRevisionDigest: sha256:599767984592592cda7dae5860bd3e72d90d895b6ff7209a2e226e6d4a575c06
codeSamplesRevisionDigest: sha256:59cc52940378643aedb20a7dd0f88d6f429ef31c9efbd0b36376e21f55fcf6b6
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 @@ -928,4 +928,14 @@ Based on:
### Generated
- [python v3.9.37] .
### Releases
- [PyPI v3.9.37] https://pypi.org/project/ding_api_client/3.9.37 - .
- [PyPI v3.9.37] https://pypi.org/project/ding_api_client/3.9.37 - .

## 2024-12-05 00:13:58
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.451.4 (2.471.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.9.38] .
### Releases
- [PyPI v3.9.38] https://pypi.org/project/ding_api_client/3.9.38 - .
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.37
version: 3.9.38
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.37',
version='3.9.38',
author='Ding',
description='Python Client SDK',
url='https://github.com/ding-live/ding-python.git',
Expand Down
6 changes: 3 additions & 3 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.37'
gen_version: str = '2.470.1'
user_agent: str = 'speakeasy-sdk/python 3.9.37 2.470.1 1.0.0 ding_api_client'
sdk_version: str = '3.9.38'
gen_version: str = '2.471.2'
user_agent: str = 'speakeasy-sdk/python 3.9.38 2.471.2 1.0.0 ding_api_client'
retry_config: Optional[RetryConfig] = None

def __post_init__(self):
Expand Down

0 comments on commit 0e4e6fc

Please sign in to comment.