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.463.1
6+ speakeasyVersion: 1.465.0
77 generationVersion: 2.486.6
8- releaseVersion: 3.9.71
9- configChecksum: ba2729e5f2e7dbb0e92be7eef8d64a37
8+ releaseVersion: 3.9.72
9+ configChecksum: 3a5db48d42869887067a5f9f0eb62446
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.463.1
1+ speakeasyVersion: 1.465.0
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:458daac7e6b82cca1438e89fe55d6183a00b3ca419f7b03b82ebf231dc6628b4
5+ sourceRevisionDigest: sha256:e239290bb9434db85808cb6614e129ec3fbcda31256f4d6c1d25c27ecc24790a
66 sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1736208921
9+ - speakeasy-sdk-regen-1736295179
1010 - 1.0.0
1111targets:
1212 ding-api-client:
1313 source: my-source
1414 sourceNamespace: my-source
15- sourceRevisionDigest: sha256:458daac7e6b82cca1438e89fe55d6183a00b3ca419f7b03b82ebf231dc6628b4
15+ sourceRevisionDigest: sha256:e239290bb9434db85808cb6614e129ec3fbcda31256f4d6c1d25c27ecc24790a
1616 sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
1717 codeSamplesNamespace: my-source-python-code-samples
18- codeSamplesRevisionDigest: sha256:efb62a4d3beecf1419eeca6d10e77cc7c51622d6f9dc519f5a825d53593d012c
18+ codeSamplesRevisionDigest: sha256:8db1e7c8350ba5ba9486610bb93c61774a0b1a83f144fb2d94f32759062314d5
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -1268,4 +1268,14 @@ Based on:
12681268### Generated
12691269- [ python v3.9.71] .
12701270### Releases
1271- - [ PyPI v3.9.71] https://pypi.org/project/ding_api_client/3.9.71 - .
1271+ - [ PyPI v3.9.71] https://pypi.org/project/ding_api_client/3.9.71 - .
1272+
1273+ ## 2025-01-08 00:12:56
1274+ ### Changes
1275+ Based on:
1276+ - OpenAPI Doc
1277+ - Speakeasy CLI 1.465.0 (2.486.6) https://github.com/speakeasy-api/speakeasy
1278+ ### Generated
1279+ - [ python v3.9.72] .
1280+ ### Releases
1281+ - [ PyPI v3.9.72] https://pypi.org/project/ding_api_client/3.9.72 - .
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.71
15+ version : 3.9.72
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.71 ' ,
22+ version = '3.9.72 ' ,
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.71 '
27+ sdk_version : str = '3.9.72 '
2828 gen_version : str = '2.486.6'
29- user_agent : str = 'speakeasy-sdk/python 3.9.71 2.486.6 1.0.0 ding_api_client'
29+ user_agent : str = 'speakeasy-sdk/python 3.9.72 2.486.6 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