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: 0.4.0 .
66 speakeasyVersion: 1.308.1
77 generationVersion: 2.342.6
8- releaseVersion: 5.9.12
9- configChecksum: 27528c4cf2369fd4da2777eec9f0fe94
8+ releaseVersion: 5.9.13
9+ configChecksum: dbb43dfc483f9d847270423480ed31a3
1010 repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
1111 repoSubDirectory: .
1212 installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ speakeasyVersion: 1.308.1
22sources:
33 speakeasy-openapi:
44 sourceNamespace: speakeasy-openapi
5- sourceRevisionDigest: sha256:c671f445805294bc217efe8d2d35626ea291d15feb18ac1e0adfbf74f347d387
6- sourceBlobDigest: sha256:a320cb5236646c942b247c84507efd09230b8393cf50d4729e664338b0e9aced
5+ sourceRevisionDigest: sha256:32d818a37a92c5533a1128be71291e9a1f271e9838fb9fa1bcb21f5b62ba1002
6+ sourceBlobDigest: sha256:456177679cac596daac25b429568cefbe218d5c33512b0ce2a6a7e543f7d4bea
77 tags:
88 - latest
99 - main
1010targets:
1111 speakeasy-client-sdk-python:
1212 source: speakeasy-openapi
1313 sourceNamespace: speakeasy-openapi
14- sourceRevisionDigest: sha256:c671f445805294bc217efe8d2d35626ea291d15feb18ac1e0adfbf74f347d387
15- sourceBlobDigest: sha256:a320cb5236646c942b247c84507efd09230b8393cf50d4729e664338b0e9aced
14+ sourceRevisionDigest: sha256:32d818a37a92c5533a1128be71291e9a1f271e9838fb9fa1bcb21f5b62ba1002
15+ sourceBlobDigest: sha256:456177679cac596daac25b429568cefbe218d5c33512b0ce2a6a7e543f7d4bea
1616 outLocation: /github/workspace/repo
1717workflow:
1818 workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -1676,4 +1676,14 @@ Based on:
16761676### Generated
16771677- [ python v5.9.12] .
16781678### Releases
1679- - [ PyPI v5.9.12] https://pypi.org/project/speakeasy-client-sdk-python/5.9.12 - .
1679+ - [ PyPI v5.9.12] https://pypi.org/project/speakeasy-client-sdk-python/5.9.12 - .
1680+
1681+ ## 2024-06-14 10:32:16
1682+ ### Changes
1683+ Based on:
1684+ - OpenAPI Doc
1685+ - Speakeasy CLI 1.308.1 (2.342.6) https://github.com/speakeasy-api/speakeasy
1686+ ### Generated
1687+ - [ python v5.9.13] .
1688+ ### Releases
1689+ - [ PyPI v5.9.13] https://pypi.org/project/speakeasy-client-sdk-python/5.9.13 - .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ generation:
1010 auth :
1111 oAuth2ClientCredentialsEnabled : false
1212python :
13- version : 5.9.12
13+ version : 5.9.13
1414 additionalDependencies :
1515 dependencies : {}
1616 extraDependencies :
Original file line number Diff line number Diff line change 1919
2020setuptools .setup (
2121 name = 'speakeasy-client-sdk-python' ,
22- version = '5.9.12 ' ,
22+ version = '5.9.13 ' ,
2323 author = 'Speakeasy' ,
2424 description = 'Speakeasy API Client SDK for Python' ,
2525 url = 'https://github.com/speakeasy-api/speakeasy-client-sdk-python.git' ,
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ class SDKConfiguration:
2626 server : Optional [str ] = ''
2727 language : str = 'python'
2828 openapi_doc_version : str = '0.4.0 .'
29- sdk_version : str = '5.9.12 '
29+ sdk_version : str = '5.9.13 '
3030 gen_version : str = '2.342.6'
31- user_agent : str = 'speakeasy-sdk/python 5.9.12 2.342.6 0.4.0 . speakeasy-client-sdk-python'
31+ user_agent : str = 'speakeasy-sdk/python 5.9.13 2.342.6 0.4.0 . speakeasy-client-sdk-python'
3232 retry_config : Optional [RetryConfig ] = None
3333
3434 def __post_init__ (self ):
You can’t perform that action at this time.
0 commit comments