File tree Expand file tree Collapse file tree 6 files changed +21
-11
lines changed
Expand file tree Collapse file tree 6 files changed +21
-11
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 1.0.0
66 speakeasyVersion: 1.488.0
77 generationVersion: 2.506.0
8- releaseVersion: 3.9.105
9- configChecksum: 0ea6aaad2960b65ace737570450f802f
8+ releaseVersion: 3.9.106
9+ configChecksum: 56cec580beede01e5bd6134467c0a633
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 @@ -2,20 +2,20 @@ speakeasyVersion: 1.488.0
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:b6a399da9ead9fd75f1f4cdf550d6ed93abf161bcf74c0912f098f9c95db8c12
5+ sourceRevisionDigest: sha256:384b966987d3eda0f0011b4e014af693de470c89707ad49b20eeef3598f44bce
66 sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1739232783
9+ - speakeasy-sdk-regen-1739319197
1010 - 1.0.0
1111targets:
1212 ding-api-client:
1313 source: my-source
1414 sourceNamespace: my-source
15- sourceRevisionDigest: sha256:b6a399da9ead9fd75f1f4cdf550d6ed93abf161bcf74c0912f098f9c95db8c12
15+ sourceRevisionDigest: sha256:384b966987d3eda0f0011b4e014af693de470c89707ad49b20eeef3598f44bce
1616 sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
1717 codeSamplesNamespace: my-source-python-code-samples
18- codeSamplesRevisionDigest: sha256:222673eb32b54566d58cd549c7dbce8dfb797b2de3c1cffb28f4273acc9b5960
18+ codeSamplesRevisionDigest: sha256:a8697de5c0c2e8ea3df23c3e315d95990777a053728491a310fb5ded197e0f1a
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -1608,4 +1608,14 @@ Based on:
16081608### Generated
16091609- [ python v3.9.105] .
16101610### Releases
1611- - [ PyPI v3.9.105] https://pypi.org/project/ding_api_client/3.9.105 - .
1611+ - [ PyPI v3.9.105] https://pypi.org/project/ding_api_client/3.9.105 - .
1612+
1613+ ## 2025-02-12 00:13:04
1614+ ### Changes
1615+ Based on:
1616+ - OpenAPI Doc
1617+ - Speakeasy CLI 1.488.0 (2.506.0) https://github.com/speakeasy-api/speakeasy
1618+ ### Generated
1619+ - [ python v3.9.106] .
1620+ ### Releases
1621+ - [ PyPI v3.9.106] https://pypi.org/project/ding_api_client/3.9.106 - .
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.105
15+ version : 3.9.106
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.105 ' ,
22+ version = '3.9.106 ' ,
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.105 '
27+ sdk_version : str = '3.9.106 '
2828 gen_version : str = '2.506.0'
29- user_agent : str = 'speakeasy-sdk/python 3.9.105 2.506.0 1.0.0 ding_api_client'
29+ user_agent : str = 'speakeasy-sdk/python 3.9.106 2.506.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