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:
5
5
docVersion: 0.4.0 .
6
6
speakeasyVersion: 1.308.1
7
7
generationVersion: 2.342.6
8
- releaseVersion: 5.9.13
9
- configChecksum: dbb43dfc483f9d847270423480ed31a3
8
+ releaseVersion: 5.9.14
9
+ configChecksum: 8848b22adbbc751cf9236ee4f26f9a1a
10
10
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
11
11
repoSubDirectory: .
12
12
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
2
2
sources:
3
3
speakeasy-openapi:
4
4
sourceNamespace: speakeasy-openapi
5
- sourceRevisionDigest: sha256:32d818a37a92c5533a1128be71291e9a1f271e9838fb9fa1bcb21f5b62ba1002
6
- sourceBlobDigest: sha256:456177679cac596daac25b429568cefbe218d5c33512b0ce2a6a7e543f7d4bea
5
+ sourceRevisionDigest: sha256:38f1b6fc9a4dd5b3751b3eab9dba95011b7508a58de24e0a4dde3947a15ac0be
6
+ sourceBlobDigest: sha256:3e5b6eb6a4ec8301be6e8914ec38e4a3039cd40ef20b2ae86538ea8461aa3300
7
7
tags:
8
8
- latest
9
9
- main
10
10
targets:
11
11
speakeasy-client-sdk-python:
12
12
source: speakeasy-openapi
13
13
sourceNamespace: speakeasy-openapi
14
- sourceRevisionDigest: sha256:32d818a37a92c5533a1128be71291e9a1f271e9838fb9fa1bcb21f5b62ba1002
15
- sourceBlobDigest: sha256:456177679cac596daac25b429568cefbe218d5c33512b0ce2a6a7e543f7d4bea
14
+ sourceRevisionDigest: sha256:38f1b6fc9a4dd5b3751b3eab9dba95011b7508a58de24e0a4dde3947a15ac0be
15
+ sourceBlobDigest: sha256:3e5b6eb6a4ec8301be6e8914ec38e4a3039cd40ef20b2ae86538ea8461aa3300
16
16
outLocation: /github/workspace/repo
17
17
workflow:
18
18
workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -1686,4 +1686,14 @@ Based on:
1686
1686
### Generated
1687
1687
- [ python v5.9.13] .
1688
1688
### Releases
1689
- - [ PyPI v5.9.13] https://pypi.org/project/speakeasy-client-sdk-python/5.9.13 - .
1689
+ - [ PyPI v5.9.13] https://pypi.org/project/speakeasy-client-sdk-python/5.9.13 - .
1690
+
1691
+ ## 2024-06-14 12:16:23
1692
+ ### Changes
1693
+ Based on:
1694
+ - OpenAPI Doc
1695
+ - Speakeasy CLI 1.308.1 (2.342.6) https://github.com/speakeasy-api/speakeasy
1696
+ ### Generated
1697
+ - [ python v5.9.14] .
1698
+ ### Releases
1699
+ - [ PyPI v5.9.14] https://pypi.org/project/speakeasy-client-sdk-python/5.9.14 - .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ generation:
10
10
auth :
11
11
oAuth2ClientCredentialsEnabled : false
12
12
python :
13
- version : 5.9.13
13
+ version : 5.9.14
14
14
additionalDependencies :
15
15
dependencies : {}
16
16
extraDependencies :
Original file line number Diff line number Diff line change 19
19
20
20
setuptools .setup (
21
21
name = 'speakeasy-client-sdk-python' ,
22
- version = '5.9.13 ' ,
22
+ version = '5.9.14 ' ,
23
23
author = 'Speakeasy' ,
24
24
description = 'Speakeasy API Client SDK for Python' ,
25
25
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:
26
26
server : Optional [str ] = ''
27
27
language : str = 'python'
28
28
openapi_doc_version : str = '0.4.0 .'
29
- sdk_version : str = '5.9.13 '
29
+ sdk_version : str = '5.9.14 '
30
30
gen_version : str = '2.342.6'
31
- user_agent : str = 'speakeasy-sdk/python 5.9.13 2.342.6 0.4.0 . speakeasy-client-sdk-python'
31
+ user_agent : str = 'speakeasy-sdk/python 5.9.14 2.342.6 0.4.0 . speakeasy-client-sdk-python'
32
32
retry_config : Optional [RetryConfig ] = None
33
33
34
34
def __post_init__ (self ):
You can’t perform that action at this time.
0 commit comments