Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.449.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 3, 2024
1 parent fc5a592 commit f3a5948
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.448.2
speakeasyVersion: 1.449.0
generationVersion: 2.467.4
releaseVersion: 3.9.35
configChecksum: dab46d6687e44f4b5370b4cda4ef9beb
releaseVersion: 3.9.36
configChecksum: 183b4758517e2e4bbf828780c851558a
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.448.2
speakeasyVersion: 1.449.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:6d6eb19365bedff19231cd1fa6e06732931e4b6f3a5ca5686d6d2ab741e45235
sourceRevisionDigest: sha256:8cbba9baa189ffa2a665f5ca2e49e5ee6dac4fbfe42770000f9adbbf356e394d
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
tags:
- latest
- speakeasy-sdk-regen-1733098468
- speakeasy-sdk-regen-1733184897
- 1.0.0
targets:
ding-api-client:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:6d6eb19365bedff19231cd1fa6e06732931e4b6f3a5ca5686d6d2ab741e45235
sourceRevisionDigest: sha256:8cbba9baa189ffa2a665f5ca2e49e5ee6dac4fbfe42770000f9adbbf356e394d
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
codeSamplesNamespace: my-source-python-code-samples
codeSamplesRevisionDigest: sha256:55f80bbba1fd2e476aeb47e56f1813c7be0755a1d5449877bbdc7f078fcc3b33
codeSamplesRevisionDigest: sha256:53d3522eeedde136411bd481e85ed248e820096e29dd25d17e32b092cac4be85
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 @@ -908,4 +908,14 @@ Based on:
### Generated
- [python v3.9.35] .
### Releases
- [PyPI v3.9.35] https://pypi.org/project/ding_api_client/3.9.35 - .
- [PyPI v3.9.35] https://pypi.org/project/ding_api_client/3.9.35 - .

## 2024-12-03 00:14:53
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.449.0 (2.467.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.9.36] .
### Releases
- [PyPI v3.9.36] https://pypi.org/project/ding_api_client/3.9.36 - .
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.35
version: 3.9.36
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.35',
version='3.9.36',
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.35'
sdk_version: str = '3.9.36'
gen_version: str = '2.467.4'
user_agent: str = 'speakeasy-sdk/python 3.9.35 2.467.4 1.0.0 ding_api_client'
user_agent: str = 'speakeasy-sdk/python 3.9.36 2.467.4 1.0.0 ding_api_client'
retry_config: Optional[RetryConfig] = None

def __post_init__(self):
Expand Down

0 comments on commit f3a5948

Please sign in to comment.