File tree Expand file tree Collapse file tree 6 files changed +26
-16
lines changed Expand file tree Collapse file tree 6 files changed +26
-16
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ id: 81c437b1-ab8d-4cec-8b8f-8f71d1bdb7a2
33management:
44 docChecksum: 7b0a21df5c4526c3e13357d16d9397df
55 docVersion: 1.0.0
6- speakeasyVersion: 1.477.0
7- generationVersion: 2.497.0
8- releaseVersion: 3.9.92
9- configChecksum: 336a2fccf2c9178d07515299f53dd5c7
6+ speakeasyVersion: 1.477.2
7+ generationVersion: 2.497.8
8+ releaseVersion: 3.9.93
9+ configChecksum: a4337e8b1c878a5004f0f515c29b9fbd
1010 repoURL: https://github.com/ding-live/ding-python.git
1111 repoSubDirectory: .
1212 installationURL: https://github.com/ding-live/ding-python.git
1313 published: true
1414features:
1515 python:
1616 additionalDependencies: 0.1.0
17- core: 4.8.21
17+ core: 4.8.22
1818 examples: 2.81.4
1919 flattening: 2.81.1
2020 globalSecurity: 2.83.7
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.477.0
1+ speakeasyVersion: 1.477.2
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:080efab1a2e5f18a3cafe381c2a70cbc1bcd508cc5d91d2f8e68680c57cc9581
5+ sourceRevisionDigest: sha256:e2e0b435e03386a23adb5475c87dbf90f2d12d58e052d87e19724791d67fb383
66 sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1738109580
9+ - speakeasy-sdk-regen-1738195958
1010 - 1.0.0
1111targets:
1212 ding-api-client:
1313 source: my-source
1414 sourceNamespace: my-source
15- sourceRevisionDigest: sha256:080efab1a2e5f18a3cafe381c2a70cbc1bcd508cc5d91d2f8e68680c57cc9581
15+ sourceRevisionDigest: sha256:e2e0b435e03386a23adb5475c87dbf90f2d12d58e052d87e19724791d67fb383
1616 sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
1717 codeSamplesNamespace: my-source-python-code-samples
18- codeSamplesRevisionDigest: sha256:042546521fc11001d9c4b8fe0f4dd25de1f73813803d3df1ae8668bd25148b06
18+ codeSamplesRevisionDigest: sha256:950abedcb537dfb0b0c164837872c0d0726529ace55a3c88f76bbd6826f27012
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -1478,4 +1478,14 @@ Based on:
14781478### Generated
14791479- [ python v3.9.92] .
14801480### Releases
1481- - [ PyPI v3.9.92] https://pypi.org/project/ding_api_client/3.9.92 - .
1481+ - [ PyPI v3.9.92] https://pypi.org/project/ding_api_client/3.9.92 - .
1482+
1483+ ## 2025-01-30 00:12:24
1484+ ### Changes
1485+ Based on:
1486+ - OpenAPI Doc
1487+ - Speakeasy CLI 1.477.2 (2.497.8) https://github.com/speakeasy-api/speakeasy
1488+ ### Generated
1489+ - [ python v3.9.93] .
1490+ ### Releases
1491+ - [ PyPI v3.9.93] https://pypi.org/project/ding_api_client/3.9.93 - .
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.92
15+ version : 3.9.93
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.92 ' ,
22+ version = '3.9.93 ' ,
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.92 '
28- gen_version : str = '2.497.0 '
29- user_agent : str = 'speakeasy-sdk/python 3.9.92 2.497.0 1.0.0 ding_api_client'
27+ sdk_version : str = '3.9.93 '
28+ gen_version : str = '2.497.8 '
29+ user_agent : str = 'speakeasy-sdk/python 3.9.93 2.497.8 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