Skip to content

Commit a8e7bd9

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.308.1
1 parent f7453da commit a8e7bd9

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.308.1
77
generationVersion: 2.342.6
8-
releaseVersion: 5.9.14
9-
configChecksum: 8848b22adbbc751cf9236ee4f26f9a1a
8+
releaseVersion: 5.9.15
9+
configChecksum: b5da1253ecc5dee3de3c4a4644654bab
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.308.1
22
sources:
33
speakeasy-openapi:
44
sourceNamespace: speakeasy-openapi
5-
sourceRevisionDigest: sha256:38f1b6fc9a4dd5b3751b3eab9dba95011b7508a58de24e0a4dde3947a15ac0be
6-
sourceBlobDigest: sha256:3e5b6eb6a4ec8301be6e8914ec38e4a3039cd40ef20b2ae86538ea8461aa3300
5+
sourceRevisionDigest: sha256:79c63d9bb611d8956c0d143ab26416761b109124a285db796b177944ec6deed2
6+
sourceBlobDigest: sha256:fac3f2dfaab67128d56759b316b1b8edae63cdd5b19527e72efcd711c3a9c63e
77
tags:
88
- latest
99
- main
1010
targets:
1111
speakeasy-client-sdk-python:
1212
source: speakeasy-openapi
1313
sourceNamespace: speakeasy-openapi
14-
sourceRevisionDigest: sha256:38f1b6fc9a4dd5b3751b3eab9dba95011b7508a58de24e0a4dde3947a15ac0be
15-
sourceBlobDigest: sha256:3e5b6eb6a4ec8301be6e8914ec38e4a3039cd40ef20b2ae86538ea8461aa3300
14+
sourceRevisionDigest: sha256:79c63d9bb611d8956c0d143ab26416761b109124a285db796b177944ec6deed2
15+
sourceBlobDigest: sha256:fac3f2dfaab67128d56759b316b1b8edae63cdd5b19527e72efcd711c3a9c63e
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
@@ -1696,4 +1696,14 @@ Based on:
16961696
### Generated
16971697
- [python v5.9.14] .
16981698
### Releases
1699-
- [PyPI v5.9.14] https://pypi.org/project/speakeasy-client-sdk-python/5.9.14 - .
1699+
- [PyPI v5.9.14] https://pypi.org/project/speakeasy-client-sdk-python/5.9.14 - .
1700+
1701+
## 2024-06-14 12:31:45
1702+
### Changes
1703+
Based on:
1704+
- OpenAPI Doc
1705+
- Speakeasy CLI 1.308.1 (2.342.6) https://github.com/speakeasy-api/speakeasy
1706+
### Generated
1707+
- [python v5.9.15] .
1708+
### Releases
1709+
- [PyPI v5.9.15] https://pypi.org/project/speakeasy-client-sdk-python/5.9.15 - .

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.14
13+
version: 5.9.15
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.14',
22+
version='5.9.15',
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.14'
29+
sdk_version: str = '5.9.15'
3030
gen_version: str = '2.342.6'
31-
user_agent: str = 'speakeasy-sdk/python 5.9.14 2.342.6 0.4.0 . speakeasy-client-sdk-python'
31+
user_agent: str = 'speakeasy-sdk/python 5.9.15 2.342.6 0.4.0 . speakeasy-client-sdk-python'
3232
retry_config: Optional[RetryConfig] = None
3333

3434
def __post_init__(self):

0 commit comments

Comments
 (0)