File tree Expand file tree Collapse file tree 6 files changed +23
-13
lines changed Expand file tree Collapse file tree 6 files changed +23
-13
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.492 .0
6+ speakeasyVersion: 1.493 .0
77 generationVersion: 2.512.4
8- releaseVersion: 3.9.108
9- configChecksum: cd07e58dd6c2654482a6bc549ce581fe
8+ releaseVersion: 3.9.109
9+ configChecksum: b5a0f09b28a3e34d2c9c6ce60e3e6e36
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.492 .0
1+ speakeasyVersion: 1.493 .0
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:3ec7d55293adc342ec1af483a482a257492b45bda9f9c440f0b77213f0be3314
5+ sourceRevisionDigest: sha256:70360f0a2d3cd63a2fe7636e39b7becfc3f4880e439a80aeb2b06d64acbc61de
66 sourceBlobDigest: sha256:f7272f9ebff9082fa0c9f834d73f91cdc05a4fee0f66f43e24cf6ac124a12198
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1739491990
9+ - speakeasy-sdk-regen-1739578381
1010 - 1.0.0
1111targets:
1212 ding-api-client:
1313 source: my-source
1414 sourceNamespace: my-source
15- sourceRevisionDigest: sha256:3ec7d55293adc342ec1af483a482a257492b45bda9f9c440f0b77213f0be3314
15+ sourceRevisionDigest: sha256:70360f0a2d3cd63a2fe7636e39b7becfc3f4880e439a80aeb2b06d64acbc61de
1616 sourceBlobDigest: sha256:f7272f9ebff9082fa0c9f834d73f91cdc05a4fee0f66f43e24cf6ac124a12198
1717 codeSamplesNamespace: my-source-python-code-samples
18- codeSamplesRevisionDigest: sha256:000eadc78e0529146df15d2711b9ab1a91ff9265322e55148265ef573016833a
18+ codeSamplesRevisionDigest: sha256:87aa34881104adf46076ec9fc3139f12d313284bdf2030bead858b1b374e73e9
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -1638,4 +1638,14 @@ Based on:
16381638### Generated
16391639- [ python v3.9.108] .
16401640### Releases
1641- - [ PyPI v3.9.108] https://pypi.org/project/ding_api_client/3.9.108 - .
1641+ - [ PyPI v3.9.108] https://pypi.org/project/ding_api_client/3.9.108 - .
1642+
1643+ ## 2025-02-15 00:12:46
1644+ ### Changes
1645+ Based on:
1646+ - OpenAPI Doc
1647+ - Speakeasy CLI 1.493.0 (2.512.4) https://github.com/speakeasy-api/speakeasy
1648+ ### Generated
1649+ - [ python v3.9.109] .
1650+ ### Releases
1651+ - [ PyPI v3.9.109] https://pypi.org/project/ding_api_client/3.9.109 - .
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.108
16+ version : 3.9.109
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.108 ' ,
22+ version = '3.9.109 ' ,
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.108 '
27+ sdk_version : str = '3.9.109 '
2828 gen_version : str = '2.512.4'
29- user_agent : str = 'speakeasy-sdk/python 3.9.108 2.512.4 1.0.0 ding_api_client'
29+ user_agent : str = 'speakeasy-sdk/python 3.9.109 2.512.4 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