Skip to content

Commit 4d06038

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.306.0
1 parent 4ea4027 commit 4d06038

File tree

6 files changed

+21
-11
lines changed

6 files changed

+21
-11
lines changed

.speakeasy/gen.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.9
9-
configChecksum: 0728fb0f2bd28e5126a86d3c8f2cb103
8+
releaseVersion: 5.9.10
9+
configChecksum: d2a915cd4eb0b7e3993b098cb40f0c2a
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

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ speakeasyVersion: 1.306.0
22
sources:
33
speakeasy-openapi:
44
sourceNamespace: speakeasy-openapi
5-
sourceRevisionDigest: sha256:9b1d787d7b7b1d76c61c8d3a7ee337f893477177718a1dcc9c8a75d87c96b70c
6-
sourceBlobDigest: sha256:365cff53ebcbec5d1ecffc67df61b8a43b991971905b30d5b5993081168ef961
5+
sourceRevisionDigest: sha256:e5afba2c1defdb06909427b17785e4592b8f4607fbcc3aeb5ec6db78836dfade
6+
sourceBlobDigest: sha256:567bc61581ac3b4903a0568aaa305352a7d3da19bc0d7cb5bdd7e9376db4d5bb
77
tags:
88
- latest
99
- main
1010
targets:
1111
speakeasy-client-sdk-python:
1212
source: speakeasy-openapi
1313
sourceNamespace: speakeasy-openapi
14-
sourceRevisionDigest: sha256:9b1d787d7b7b1d76c61c8d3a7ee337f893477177718a1dcc9c8a75d87c96b70c
15-
sourceBlobDigest: sha256:365cff53ebcbec5d1ecffc67df61b8a43b991971905b30d5b5993081168ef961
14+
sourceRevisionDigest: sha256:e5afba2c1defdb06909427b17785e4592b8f4607fbcc3aeb5ec6db78836dfade
15+
sourceBlobDigest: sha256:567bc61581ac3b4903a0568aaa305352a7d3da19bc0d7cb5bdd7e9376db4d5bb
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1646,4 +1646,14 @@ Based on:
16461646
### Generated
16471647
- [python v5.9.9] .
16481648
### Releases
1649-
- [PyPI v5.9.9] https://pypi.org/project/speakeasy-client-sdk-python/5.9.9 - .
1649+
- [PyPI v5.9.9] https://pypi.org/project/speakeasy-client-sdk-python/5.9.9 - .
1650+
1651+
## 2024-06-13 09:22:16
1652+
### Changes
1653+
Based on:
1654+
- OpenAPI Doc
1655+
- Speakeasy CLI 1.306.0 (2.340.3) https://github.com/speakeasy-api/speakeasy
1656+
### Generated
1657+
- [python v5.9.10] .
1658+
### Releases
1659+
- [PyPI v5.9.10] https://pypi.org/project/speakeasy-client-sdk-python/5.9.10 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
python:
13-
version: 5.9.9
13+
version: 5.9.10
1414
additionalDependencies:
1515
dependencies: {}
1616
extraDependencies:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setuptools.setup(
2121
name='speakeasy-client-sdk-python',
22-
version='5.9.9',
22+
version='5.9.10',
2323
author='Speakeasy',
2424
description='Speakeasy API Client SDK for Python',
2525
url='https://github.com/speakeasy-api/speakeasy-client-sdk-python.git',

src/speakeasy/sdkconfiguration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.9'
29+
sdk_version: str = '5.9.10'
3030
gen_version: str = '2.340.3'
31-
user_agent: str = 'speakeasy-sdk/python 5.9.9 2.340.3 0.4.0 . speakeasy-client-sdk-python'
31+
user_agent: str = 'speakeasy-sdk/python 5.9.10 2.340.3 0.4.0 . speakeasy-client-sdk-python'
3232
retry_config: Optional[RetryConfig] = None
3333

3434
def __post_init__(self):

0 commit comments

Comments
 (0)