Skip to content

Commit ed6ed84

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.306.0
1 parent b50ba09 commit ed6ed84

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
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.7
9-
configChecksum: 0302a592072df40442c77308616523c2
8+
releaseVersion: 5.9.8
9+
configChecksum: 00973171e664d682d0b496afedf6273c
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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1626,4 +1626,14 @@ Based on:
16261626
### Generated
16271627
- [python v5.9.7] .
16281628
### 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 - .

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.7
13+
version: 5.9.8
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.7',
22+
version='5.9.8',
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.7'
29+
sdk_version: str = '5.9.8'
3030
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'
3232
retry_config: Optional[RetryConfig] = None
3333

3434
def __post_init__(self):

0 commit comments

Comments
 (0)