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.469.2
7- generationVersion: 2.493.23
8- releaseVersion: 3.9.83
9- configChecksum: 029eebe75635176ff2bae74062bcc420
6+ speakeasyVersion: 1.469.11
7+ generationVersion: 2.493.32
8+ releaseVersion: 3.9.84
9+ configChecksum: 70d03dadf76cc3c8ac2e354652c145dc
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.469.2
1+ speakeasyVersion: 1.469.11
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:b079a13ce1833b85709d795d38b778a4fca6939e17c0db0cc5b25dcaa144a4f4
5+ sourceRevisionDigest: sha256:c3642f962082277651bfbb6b086b948450de732d13ad736396c435fe627b62b7
66 sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1737331988
9+ - speakeasy-sdk-regen-1737418365
1010 - 1.0.0
1111targets:
1212 ding-api-client:
1313 source: my-source
1414 sourceNamespace: my-source
15- sourceRevisionDigest: sha256:b079a13ce1833b85709d795d38b778a4fca6939e17c0db0cc5b25dcaa144a4f4
15+ sourceRevisionDigest: sha256:c3642f962082277651bfbb6b086b948450de732d13ad736396c435fe627b62b7
1616 sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
1717 codeSamplesNamespace: my-source-python-code-samples
18- codeSamplesRevisionDigest: sha256:2c1f84bff2a46596c491dfb5cd30b2ca8d477535842fcafa2714433e7dc379b1
18+ codeSamplesRevisionDigest: sha256:f4344985ae9efdb0cee8718b235efcfc82a7b660335bb8ad1e8a3e42bce4521a
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -1388,4 +1388,14 @@ Based on:
13881388### Generated
13891389- [ python v3.9.83] .
13901390### Releases
1391- - [ PyPI v3.9.83] https://pypi.org/project/ding_api_client/3.9.83 - .
1391+ - [ PyPI v3.9.83] https://pypi.org/project/ding_api_client/3.9.83 - .
1392+
1393+ ## 2025-01-21 00:12:30
1394+ ### Changes
1395+ Based on:
1396+ - OpenAPI Doc
1397+ - Speakeasy CLI 1.469.11 (2.493.32) https://github.com/speakeasy-api/speakeasy
1398+ ### Generated
1399+ - [ python v3.9.84] .
1400+ ### Releases
1401+ - [ PyPI v3.9.84] https://pypi.org/project/ding_api_client/3.9.84 - .
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ generation:
1212 oAuth2ClientCredentialsEnabled : false
1313 oAuth2PasswordEnabled : false
1414python :
15- version : 3.9.83
15+ version : 3.9.84
1616 additionalDependencies :
1717 dependencies : {}
1818 extraDependencies :
Original file line number Diff line number Diff line change 1919
2020setuptools .setup (
2121 name = 'ding_api_client' ,
22- version = '3.9.83 ' ,
22+ version = '3.9.84 ' ,
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.83 '
28- gen_version : str = '2.493.23 '
29- user_agent : str = 'speakeasy-sdk/python 3.9.83 2.493.23 1.0.0 ding_api_client'
27+ sdk_version : str = '3.9.84 '
28+ gen_version : str = '2.493.32 '
29+ user_agent : str = 'speakeasy-sdk/python 3.9.84 2.493.32 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