Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.460.3
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 31, 2024
1 parent 09b0517 commit 147d2a7
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 11 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.460.3
generationVersion: 2.484.0
releaseVersion: 3.9.63
configChecksum: bae08e73ba5285be71c21372e5e21032
releaseVersion: 3.9.64
configChecksum: 7be8ebbd0cd655348462b99badab50bb
repoURL: https://github.com/ding-live/ding-python.git
repoSubDirectory: .
installationURL: https://github.com/ding-live/ding-python.git
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.460.3
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:5c9bd934a514ea52d0e9bea365e8f6b8c8334802e8399b43fd3c00154b3fbbe1
sourceRevisionDigest: sha256:7303986c3a2c7aa16d92cd2b2af5fb05c333b1ab755ef34b89d9a5a0b5b000ab
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
tags:
- latest
- speakeasy-sdk-regen-1735517620
- speakeasy-sdk-regen-1735603968
- 1.0.0
targets:
ding-api-client:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:5c9bd934a514ea52d0e9bea365e8f6b8c8334802e8399b43fd3c00154b3fbbe1
sourceRevisionDigest: sha256:7303986c3a2c7aa16d92cd2b2af5fb05c333b1ab755ef34b89d9a5a0b5b000ab
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
codeSamplesNamespace: my-source-python-code-samples
codeSamplesRevisionDigest: sha256:461c604e0954b293be041466e0019999bb904880d96ad0235a22f309a2dc4826
codeSamplesRevisionDigest: sha256:2df4f6f35f2e652ce738b55149efc631bbb841afd458e1d91bb04704422b58f4
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 @@ -1188,4 +1188,14 @@ Based on:
### Generated
- [python v3.9.63] .
### Releases
- [PyPI v3.9.63] https://pypi.org/project/ding_api_client/3.9.63 - .
- [PyPI v3.9.63] https://pypi.org/project/ding_api_client/3.9.63 - .

## 2024-12-31 00:12:45
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.460.3 (2.484.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.9.64] .
### Releases
- [PyPI v3.9.64] https://pypi.org/project/ding_api_client/3.9.64 - .
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.63
version: 3.9.64
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.63',
version='3.9.64',
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.63'
sdk_version: str = '3.9.64'
gen_version: str = '2.484.0'
user_agent: str = 'speakeasy-sdk/python 3.9.63 2.484.0 1.0.0 ding_api_client'
user_agent: str = 'speakeasy-sdk/python 3.9.64 2.484.0 1.0.0 ding_api_client'
retry_config: Optional[RetryConfig] = None

def __post_init__(self):
Expand Down

0 comments on commit 147d2a7

Please sign in to comment.