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.460.3
77 generationVersion: 2.484.0
8- releaseVersion: 3.9.65
9- configChecksum: c100302d53238d68a244ba572935f5f0
8+ releaseVersion: 3.9.66
9+ configChecksum: d750d881a69836e791e77f3be8f77ab5
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.460.3
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:7d6c5bb922c54cfd7effe1368b9c053b90622164625428254cdd95a8104fc9ef
5+ sourceRevisionDigest: sha256:59db0f749cc36de9728076beabf224479514491607526b3e6efc4f028ddddfad
66 sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1735690470
9+ - speakeasy-sdk-regen-1735776772
1010 - 1.0.0
1111targets:
1212 ding-api-client:
1313 source: my-source
1414 sourceNamespace: my-source
15- sourceRevisionDigest: sha256:7d6c5bb922c54cfd7effe1368b9c053b90622164625428254cdd95a8104fc9ef
15+ sourceRevisionDigest: sha256:59db0f749cc36de9728076beabf224479514491607526b3e6efc4f028ddddfad
1616 sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
1717 codeSamplesNamespace: my-source-python-code-samples
18- codeSamplesRevisionDigest: sha256:9d0b841b80feecf0c8a2f253650c6b76a252579ed6c613807995b2dd60d00db2
18+ codeSamplesRevisionDigest: sha256:4ac04f830473472e33b7c5e58d6333b97a269ee7587425c9bd7999dfc4d67f69
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -1208,4 +1208,14 @@ Based on:
12081208### Generated
12091209- [ python v3.9.65] .
12101210### Releases
1211- - [ PyPI v3.9.65] https://pypi.org/project/ding_api_client/3.9.65 - .
1211+ - [ PyPI v3.9.65] https://pypi.org/project/ding_api_client/3.9.65 - .
1212+
1213+ ## 2025-01-02 00:12:49
1214+ ### Changes
1215+ Based on:
1216+ - OpenAPI Doc
1217+ - Speakeasy CLI 1.460.3 (2.484.0) https://github.com/speakeasy-api/speakeasy
1218+ ### Generated
1219+ - [ python v3.9.66] .
1220+ ### Releases
1221+ - [ PyPI v3.9.66] https://pypi.org/project/ding_api_client/3.9.66 - .
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.65
15+ version : 3.9.66
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.65 ' ,
22+ version = '3.9.66 ' ,
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.65 '
27+ sdk_version : str = '3.9.66 '
2828 gen_version : str = '2.484.0'
29- user_agent : str = 'speakeasy-sdk/python 3.9.65 2.484.0 1.0.0 ding_api_client'
29+ user_agent : str = 'speakeasy-sdk/python 3.9.66 2.484.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