File tree Expand file tree Collapse file tree 6 files changed +25
-15
lines changed Expand file tree Collapse file tree 6 files changed +25
-15
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ id: 81c437b1-ab8d-4cec-8b8f-8f71d1bdb7a2
33management:
44 docChecksum: 7b0a21df5c4526c3e13357d16d9397df
55 docVersion: 1.0.0
6- speakeasyVersion: 1.504 .1
7- generationVersion: 2.529.2
8- releaseVersion: 3.9.115
9- configChecksum: eb6704e96c5644b63c784a51cd3d23c9
6+ speakeasyVersion: 1.505 .1
7+ generationVersion: 2.531.0
8+ releaseVersion: 3.9.116
9+ configChecksum: cedc101f478566ae419c2c4338fbed4f
1010 repoURL: https://github.com/ding-live/ding-python.git
1111 repoSubDirectory: .
1212 installationURL: https://github.com/ding-live/ding-python.git
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.504 .1
1+ speakeasyVersion: 1.505 .1
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:44313d5cd8459778c99603acf49baea2af06ee26f8f793f8152c8a81320dca98
5+ sourceRevisionDigest: sha256:acc4b8015bf2c766ade2dbc118a4c5a44787296b3994023d03d6c71735aafd51
66 sourceBlobDigest: sha256:f7272f9ebff9082fa0c9f834d73f91cdc05a4fee0f66f43e24cf6ac124a12198
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1740528801
9+ - speakeasy-sdk-regen-1740615201
1010 - 1.0.0
1111targets:
1212 ding-api-client:
1313 source: my-source
1414 sourceNamespace: my-source
15- sourceRevisionDigest: sha256:44313d5cd8459778c99603acf49baea2af06ee26f8f793f8152c8a81320dca98
15+ sourceRevisionDigest: sha256:acc4b8015bf2c766ade2dbc118a4c5a44787296b3994023d03d6c71735aafd51
1616 sourceBlobDigest: sha256:f7272f9ebff9082fa0c9f834d73f91cdc05a4fee0f66f43e24cf6ac124a12198
1717 codeSamplesNamespace: my-source-python-code-samples
18- codeSamplesRevisionDigest: sha256:935939b714ef8be79ceaf28511b084a2d5418ff8ea0d4975635859b69c644997
18+ codeSamplesRevisionDigest: sha256:2c63f3e47b67cfa606063cfdfbc8ea3e9bd0c2d9cbe3ed3462a1d7189facc343
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -1708,4 +1708,14 @@ Based on:
17081708### Generated
17091709- [ python v3.9.115] .
17101710### Releases
1711- - [ PyPI v3.9.115] https://pypi.org/project/ding_api_client/3.9.115 - .
1711+ - [ PyPI v3.9.115] https://pypi.org/project/ding_api_client/3.9.115 - .
1712+
1713+ ## 2025-02-27 00:13:06
1714+ ### Changes
1715+ Based on:
1716+ - OpenAPI Doc
1717+ - Speakeasy CLI 1.505.1 (2.531.0) https://github.com/speakeasy-api/speakeasy
1718+ ### Generated
1719+ - [ python v3.9.116] .
1720+ ### Releases
1721+ - [ PyPI v3.9.116] https://pypi.org/project/ding_api_client/3.9.116 - .
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ generation:
1313 oAuth2ClientCredentialsEnabled : false
1414 oAuth2PasswordEnabled : false
1515python :
16- version : 3.9.115
16+ version : 3.9.116
1717 additionalDependencies :
1818 dependencies : {}
1919 extraDependencies :
Original file line number Diff line number Diff line change 1919
2020setuptools .setup (
2121 name = 'ding_api_client' ,
22- version = '3.9.115 ' ,
22+ version = '3.9.116 ' ,
2323 author = 'Ding' ,
2424 description = 'Python Client SDK' ,
2525 url = 'https://github.com/ding-live/ding-python.git' ,
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ class SDKConfiguration:
2424 server_idx : Optional [int ] = 0
2525 language : str = 'python'
2626 openapi_doc_version : str = '1.0.0'
27- sdk_version : str = '3.9.115 '
28- gen_version : str = '2.529.2 '
29- user_agent : str = 'speakeasy-sdk/python 3.9.115 2.529.2 1.0.0 ding_api_client'
27+ sdk_version : str = '3.9.116 '
28+ gen_version : str = '2.531.0 '
29+ user_agent : str = 'speakeasy-sdk/python 3.9.116 2.531.0 1.0.0 ding_api_client'
3030 retry_config : Optional [RetryConfig ] = None
3131
3232 def __post_init__ (self ):
You can’t perform that action at this time.
0 commit comments