File tree Expand file tree Collapse file tree 5 files changed +17
-7
lines changed Expand file tree Collapse file tree 5 files changed +17
-7
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.306.0
7
7
generationVersion: 2.340.3
8
- releaseVersion: 5.9.7
9
- configChecksum: 0302a592072df40442c77308616523c2
8
+ releaseVersion: 5.9.8
9
+ configChecksum: 00973171e664d682d0b496afedf6273c
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 @@ -1626,4 +1626,14 @@ Based on:
1626
1626
### Generated
1627
1627
- [ python v5.9.7] .
1628
1628
### Releases
1629
- - [ PyPI v5.9.7] https://pypi.org/project/speakeasy-client-sdk-python/5.9.7 - .
1629
+ - [ PyPI v5.9.7] https://pypi.org/project/speakeasy-client-sdk-python/5.9.7 - .
1630
+
1631
+ ## 2024-06-13 08:04:09
1632
+ ### Changes
1633
+ Based on:
1634
+ - OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
1635
+ - Speakeasy CLI 1.306.0 (2.340.3) https://github.com/speakeasy-api/speakeasy
1636
+ ### Generated
1637
+ - [ python v5.9.8] .
1638
+ ### Releases
1639
+ - [ PyPI v5.9.8] https://pypi.org/project/speakeasy-client-sdk-python/5.9.8 - .
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.7
13
+ version : 5.9.8
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.7 ' ,
22
+ version = '5.9.8 ' ,
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.7 '
29
+ sdk_version : str = '5.9.8 '
30
30
gen_version : str = '2.340.3'
31
- user_agent : str = 'speakeasy-sdk/python 5.9.7 2.340.3 0.4.0 . speakeasy-client-sdk-python'
31
+ user_agent : str = 'speakeasy-sdk/python 5.9.8 2.340.3 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