File tree Expand file tree Collapse file tree 7 files changed +52
-8
lines changed Expand file tree Collapse file tree 7 files changed +52
-8
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.306.0
77 generationVersion: 2.340.3
8- releaseVersion: 5.9.8
9- configChecksum: 00973171e664d682d0b496afedf6273c
8+ releaseVersion: 5.9.9
9+ configChecksum: 0728fb0f2bd28e5126a86d3c8f2cb103
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 1+ speakeasyVersion: 1.306.0
2+ sources:
3+ speakeasy-openapi:
4+ sourceNamespace: speakeasy-openapi
5+ sourceRevisionDigest: sha256:9b1d787d7b7b1d76c61c8d3a7ee337f893477177718a1dcc9c8a75d87c96b70c
6+ sourceBlobDigest: sha256:365cff53ebcbec5d1ecffc67df61b8a43b991971905b30d5b5993081168ef961
7+ tags:
8+ - latest
9+ - main
10+ targets:
11+ speakeasy-client-sdk-python:
12+ source: speakeasy-openapi
13+ sourceNamespace: speakeasy-openapi
14+ sourceRevisionDigest: sha256:9b1d787d7b7b1d76c61c8d3a7ee337f893477177718a1dcc9c8a75d87c96b70c
15+ sourceBlobDigest: sha256:365cff53ebcbec5d1ecffc67df61b8a43b991971905b30d5b5993081168ef961
16+ outLocation: /github/workspace/repo
17+ workflow:
18+ workflowVersion: 1.0.0
19+ speakeasyVersion: latest
20+ sources:
21+ speakeasy-openapi:
22+ inputs:
23+ - location: https://docs.speakeasyapi.dev/openapi.yaml
24+ registry:
25+ location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-self/speakeasy-openapi
26+ targets:
27+ speakeasy-client-sdk-python:
28+ target: python
29+ source: speakeasy-openapi
30+ publish:
31+ pypi:
32+ token: $pypi_token
Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ sources:
44 speakeasy-openapi :
55 inputs :
66 - location : https://docs.speakeasyapi.dev/openapi.yaml
7+ registry :
8+ location : registry.speakeasyapi.dev/speakeasy-self/speakeasy-self/speakeasy-openapi
79targets :
810 speakeasy-client-sdk-python :
911 target : python
1012 source : speakeasy-openapi
1113 publish :
1214 pypi :
13- token : $pypi_token
15+ token : $pypi_token
Original file line number Diff line number Diff line change @@ -1636,4 +1636,14 @@ Based on:
16361636### Generated
16371637- [ python v5.9.8] .
16381638### Releases
1639- - [ PyPI v5.9.8] https://pypi.org/project/speakeasy-client-sdk-python/5.9.8 - .
1639+ - [ PyPI v5.9.8] https://pypi.org/project/speakeasy-client-sdk-python/5.9.8 - .
1640+
1641+ ## 2024-06-13 09:15:54
1642+ ### Changes
1643+ Based on:
1644+ - OpenAPI Doc
1645+ - Speakeasy CLI 1.306.0 (2.340.3) https://github.com/speakeasy-api/speakeasy
1646+ ### Generated
1647+ - [ python v5.9.9] .
1648+ ### Releases
1649+ - [ PyPI v5.9.9] https://pypi.org/project/speakeasy-client-sdk-python/5.9.9 - .
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.8
13+ version : 5.9.9
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.8 ' ,
22+ version = '5.9.9 ' ,
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.8 '
29+ sdk_version : str = '5.9.9 '
3030 gen_version : str = '2.340.3'
31- user_agent : str = 'speakeasy-sdk/python 5.9.8 2.340.3 0.4.0 . speakeasy-client-sdk-python'
31+ user_agent : str = 'speakeasy-sdk/python 5.9.9 2.340.3 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