File tree Expand file tree Collapse file tree 7 files changed +27
-17
lines changed Expand file tree Collapse file tree 7 files changed +27
-17
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ id: b0b519b1-d1d3-43b2-82dd-b4292eadd4b0
3
3
management:
4
4
docChecksum: 48caee63217cf42b334122c89dc04004
5
5
docVersion: 0.4.0 .
6
- speakeasyVersion: 1.307.0
7
- generationVersion: 2.342.0
8
- releaseVersion: 5.9.11
9
- configChecksum: 5c4941f0df4a7f260a07d151d775f22e
6
+ speakeasyVersion: 1.308.1
7
+ generationVersion: 2.342.6
8
+ releaseVersion: 5.9.12
9
+ configChecksum: 27528c4cf2369fd4da2777eec9f0fe94
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
@@ -15,7 +15,7 @@ features:
15
15
python:
16
16
acceptHeaders: 2.81.2
17
17
additionalDependencies: 0.1.0
18
- core: 4.6.10
18
+ core: 4.6.11
19
19
deprecations: 2.81.1
20
20
downloadStreams: 0.0.2
21
21
examples: 2.81.3
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.307.0
1
+ speakeasyVersion: 1.308.1
2
2
sources:
3
3
speakeasy-openapi:
4
4
sourceNamespace: speakeasy-openapi
5
- sourceRevisionDigest: sha256:108752ab53b6a94a7165cc4d8ab0fbf4f22d1079b9d7d31e5d539d25462b6c84
6
- sourceBlobDigest: sha256:996ff95a1cd5726102c119481291e31345bbecf5a77d9cef9d4d3f7d1f68bda4
5
+ sourceRevisionDigest: sha256:c671f445805294bc217efe8d2d35626ea291d15feb18ac1e0adfbf74f347d387
6
+ sourceBlobDigest: sha256:a320cb5236646c942b247c84507efd09230b8393cf50d4729e664338b0e9aced
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:108752ab53b6a94a7165cc4d8ab0fbf4f22d1079b9d7d31e5d539d25462b6c84
15
- sourceBlobDigest: sha256:996ff95a1cd5726102c119481291e31345bbecf5a77d9cef9d4d3f7d1f68bda4
14
+ sourceRevisionDigest: sha256:c671f445805294bc217efe8d2d35626ea291d15feb18ac1e0adfbf74f347d387
15
+ sourceBlobDigest: sha256:a320cb5236646c942b247c84507efd09230b8393cf50d4729e664338b0e9aced
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 3
3
SHELL := bash
4
4
5
5
publish :
6
- ./scripts/publish.sh
6
+ ./scripts/publish.sh
Original file line number Diff line number Diff line change @@ -1666,4 +1666,14 @@ Based on:
1666
1666
### Generated
1667
1667
- [ python v5.9.11] .
1668
1668
### Releases
1669
- - [ PyPI v5.9.11] https://pypi.org/project/speakeasy-client-sdk-python/5.9.11 - .
1669
+ - [ PyPI v5.9.11] https://pypi.org/project/speakeasy-client-sdk-python/5.9.11 - .
1670
+
1671
+ ## 2024-06-14 10:27:14
1672
+ ### Changes
1673
+ Based on:
1674
+ - OpenAPI Doc
1675
+ - Speakeasy CLI 1.308.1 (2.342.6) https://github.com/speakeasy-api/speakeasy
1676
+ ### Generated
1677
+ - [ python v5.9.12] .
1678
+ ### Releases
1679
+ - [ PyPI v5.9.12] https://pypi.org/project/speakeasy-client-sdk-python/5.9.12 - .
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.11
13
+ version : 5.9.12
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.11 ' ,
22
+ version = '5.9.12 ' ,
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.11 '
30
- gen_version : str = '2.342.0 '
31
- user_agent : str = 'speakeasy-sdk/python 5.9.11 2.342.0 0.4.0 . speakeasy-client-sdk-python'
29
+ sdk_version : str = '5.9.12 '
30
+ 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'
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