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.483.0
7- generationVersion: 2.502.0
8- releaseVersion: 3.9.98
9- configChecksum: fd1c42b95ef5fc3122ff8fb03180485f
6+ speakeasyVersion: 1.484.1
7+ generationVersion: 2.503.2
8+ releaseVersion: 3.9.99
9+ configChecksum: a36ca0c42d1fde6fa9ee96f1521bda24
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.483.0
1+ speakeasyVersion: 1.484.1
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:18ff9537809268b6d2b661043912fe56ae066d7de6b63ad5aa700b4d79b7b309
5+ sourceRevisionDigest: sha256:70554ee63913b6d38eb144f0f326a05f94fc2134778dceef1be25242c3272a67
66 sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1738627972
9+ - speakeasy-sdk-regen-1738714394
1010 - 1.0.0
1111targets:
1212 ding-api-client:
1313 source: my-source
1414 sourceNamespace: my-source
15- sourceRevisionDigest: sha256:18ff9537809268b6d2b661043912fe56ae066d7de6b63ad5aa700b4d79b7b309
15+ sourceRevisionDigest: sha256:70554ee63913b6d38eb144f0f326a05f94fc2134778dceef1be25242c3272a67
1616 sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
1717 codeSamplesNamespace: my-source-python-code-samples
18- codeSamplesRevisionDigest: sha256:f73fd47acf2e056731b6189ed5b673120e9e4d35130e7ff205d3541de61190b7
18+ codeSamplesRevisionDigest: sha256:1487ebb19aaa087c8ee81053f6e3678b540f62fe46ca145d1109181835ce1133
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -1538,4 +1538,14 @@ Based on:
15381538### Generated
15391539- [ python v3.9.98] .
15401540### Releases
1541- - [ PyPI v3.9.98] https://pypi.org/project/ding_api_client/3.9.98 - .
1541+ - [ PyPI v3.9.98] https://pypi.org/project/ding_api_client/3.9.98 - .
1542+
1543+ ## 2025-02-05 00:13:00
1544+ ### Changes
1545+ Based on:
1546+ - OpenAPI Doc
1547+ - Speakeasy CLI 1.484.1 (2.503.2) https://github.com/speakeasy-api/speakeasy
1548+ ### Generated
1549+ - [ python v3.9.99] .
1550+ ### Releases
1551+ - [ PyPI v3.9.99] https://pypi.org/project/ding_api_client/3.9.99 - .
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.98
15+ version : 3.9.99
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.98 ' ,
22+ version = '3.9.99 ' ,
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.98 '
28- gen_version : str = '2.502.0 '
29- user_agent : str = 'speakeasy-sdk/python 3.9.98 2.502.0 1.0.0 ding_api_client'
27+ sdk_version : str = '3.9.99 '
28+ gen_version : str = '2.503.2 '
29+ user_agent : str = 'speakeasy-sdk/python 3.9.99 2.503.2 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