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.493.0
77 generationVersion: 2.512.4
8- releaseVersion: 3.9.110
9- configChecksum: 522a698e8d056eba86bcb68b0013756f
8+ releaseVersion: 3.9.111
9+ configChecksum: 58ac9044fb0373b8de28e911380277c0
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.493.0
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:1c186b46cc54651358a2733fac70732381ce1f771a0f3524c08c54e01817704f
5+ sourceRevisionDigest: sha256:381fd4a8a623ad22e9e3962b4e39a40eecdeae2bea57722446e0abb51f8fbf99
66 sourceBlobDigest: sha256:f7272f9ebff9082fa0c9f834d73f91cdc05a4fee0f66f43e24cf6ac124a12198
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1739664869
9+ - speakeasy-sdk-regen-1739751242
1010 - 1.0.0
1111targets:
1212 ding-api-client:
1313 source: my-source
1414 sourceNamespace: my-source
15- sourceRevisionDigest: sha256:1c186b46cc54651358a2733fac70732381ce1f771a0f3524c08c54e01817704f
15+ sourceRevisionDigest: sha256:381fd4a8a623ad22e9e3962b4e39a40eecdeae2bea57722446e0abb51f8fbf99
1616 sourceBlobDigest: sha256:f7272f9ebff9082fa0c9f834d73f91cdc05a4fee0f66f43e24cf6ac124a12198
1717 codeSamplesNamespace: my-source-python-code-samples
18- codeSamplesRevisionDigest: sha256:27ee13ec78d9b4ef72b9b3fccbe4b2dc2060188a380d9480b16b2d41870f534e
18+ codeSamplesRevisionDigest: sha256:32918a0f05a5849cf1b8abb22d488e683c19872b6ead6d79f77448f0c300ea3e
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -1658,4 +1658,14 @@ Based on:
16581658### Generated
16591659- [ python v3.9.110] .
16601660### Releases
1661- - [ PyPI v3.9.110] https://pypi.org/project/ding_api_client/3.9.110 - .
1661+ - [ PyPI v3.9.110] https://pypi.org/project/ding_api_client/3.9.110 - .
1662+
1663+ ## 2025-02-17 00:13:47
1664+ ### Changes
1665+ Based on:
1666+ - OpenAPI Doc
1667+ - Speakeasy CLI 1.493.0 (2.512.4) https://github.com/speakeasy-api/speakeasy
1668+ ### Generated
1669+ - [ python v3.9.111] .
1670+ ### Releases
1671+ - [ PyPI v3.9.111] https://pypi.org/project/ding_api_client/3.9.111 - .
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ generation:
1313 oAuth2ClientCredentialsEnabled : false
1414 oAuth2PasswordEnabled : false
1515python :
16- version : 3.9.110
16+ version : 3.9.111
1717 additionalDependencies :
1818 dependencies : {}
1919 extraDependencies :
Original file line number Diff line number Diff line change 1919
2020setuptools .setup (
2121 name = 'ding_api_client' ,
22- version = '3.9.110 ' ,
22+ version = '3.9.111 ' ,
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.110 '
27+ sdk_version : str = '3.9.111 '
2828 gen_version : str = '2.512.4'
29- user_agent : str = 'speakeasy-sdk/python 3.9.110 2.512.4 1.0.0 ding_api_client'
29+ user_agent : str = 'speakeasy-sdk/python 3.9.111 2.512.4 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