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.460.2
6+ speakeasyVersion: 1.460.3
77 generationVersion: 2.484.0
8- releaseVersion: 3.9.59
9- configChecksum: 82bd6f09d097dc3d8264da9162d4605b
8+ releaseVersion: 3.9.60
9+ configChecksum: 0a77364cadbe35fb98c6c4ba3a7de972
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.460.2
1+ speakeasyVersion: 1.460.3
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:6d7c841893871950678390361719cb41a5e04b3b48ffcbdba80f36a622c1b864
5+ sourceRevisionDigest: sha256:7beb07ec518bebed21d0386eb56423a30ceb81d6e27ab56a423bf072bb8d38a3
66 sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1735171973
9+ - speakeasy-sdk-regen-1735258371
1010 - 1.0.0
1111targets:
1212 ding-api-client:
1313 source: my-source
1414 sourceNamespace: my-source
15- sourceRevisionDigest: sha256:6d7c841893871950678390361719cb41a5e04b3b48ffcbdba80f36a622c1b864
15+ sourceRevisionDigest: sha256:7beb07ec518bebed21d0386eb56423a30ceb81d6e27ab56a423bf072bb8d38a3
1616 sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
1717 codeSamplesNamespace: my-source-python-code-samples
18- codeSamplesRevisionDigest: sha256:9cf84e8d444ff0efdee3cb35d0ab82ad1a2a27d4a119022881275aa4cb87c10f
18+ codeSamplesRevisionDigest: sha256:88526e072bd3666ab92ab0dc59f8f866f8970e4adccf948e5f402e5005978a83
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -1148,4 +1148,14 @@ Based on:
11481148### Generated
11491149- [ python v3.9.59] .
11501150### Releases
1151- - [ PyPI v3.9.59] https://pypi.org/project/ding_api_client/3.9.59 - .
1151+ - [ PyPI v3.9.59] https://pypi.org/project/ding_api_client/3.9.59 - .
1152+
1153+ ## 2024-12-27 00:12:49
1154+ ### Changes
1155+ Based on:
1156+ - OpenAPI Doc
1157+ - Speakeasy CLI 1.460.3 (2.484.0) https://github.com/speakeasy-api/speakeasy
1158+ ### Generated
1159+ - [ python v3.9.60] .
1160+ ### Releases
1161+ - [ PyPI v3.9.60] https://pypi.org/project/ding_api_client/3.9.60 - .
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.59
15+ version : 3.9.60
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.59 ' ,
22+ version = '3.9.60 ' ,
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.59 '
27+ sdk_version : str = '3.9.60 '
2828 gen_version : str = '2.484.0'
29- user_agent : str = 'speakeasy-sdk/python 3.9.59 2.484.0 1.0.0 ding_api_client'
29+ user_agent : str = 'speakeasy-sdk/python 3.9.60 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