Skip to content

Commit dc906d3

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.183.3
1 parent 1cb2bbf commit dc906d3

File tree

5 files changed

+19
-9
lines changed

5 files changed

+19
-9
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ management:
44
docChecksum: 90bb5b2f880d4a86868122f9a6b08d40
55
docVersion: 0.4.0
66
speakeasyVersion: internal
7-
generationVersion: 2.262.2
8-
releaseVersion: 5.2.3
9-
configChecksum: 82e0d29d54ca3c3a456181cbb266710e
7+
generationVersion: 2.263.3
8+
releaseVersion: 5.2.4
9+
configChecksum: 00988069ae8cd3cbef681c9574631de7
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
@@ -1236,4 +1236,14 @@ Based on:
12361236
### Generated
12371237
- [python v5.2.3] .
12381238
### Releases
1239-
- [PyPI v5.2.3] https://pypi.org/project/speakeasy-client-sdk-python/5.2.3 - .
1239+
- [PyPI v5.2.3] https://pypi.org/project/speakeasy-client-sdk-python/5.2.3 - .
1240+
1241+
## 2024-02-20 16:35:15
1242+
### Changes
1243+
Based on:
1244+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
1245+
- Speakeasy CLI 1.183.3 (2.263.3) https://github.com/speakeasy-api/speakeasy
1246+
### Generated
1247+
- [python v5.2.4] .
1248+
### Releases
1249+
- [PyPI v5.2.4] https://pypi.org/project/speakeasy-client-sdk-python/5.2.4 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ generation:
88
parameterOrderingFeb2024: false
99
requestResponseComponentNamesFeb2024: false
1010
python:
11-
version: 5.2.3
11+
version: 5.2.4
1212
author: Speakeasy
1313
clientServerStatusCodesAsErrors: true
1414
description: Speakeasy API Client SDK for Python

setup.py

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

1111
setuptools.setup(
1212
name="speakeasy-client-sdk-python",
13-
version="5.2.3",
13+
version="5.2.4",
1414
author="Speakeasy",
1515
description="Speakeasy API Client SDK for Python",
1616
long_description=long_description,

src/speakeasy/sdkconfiguration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ class SDKConfiguration:
2525
globals: Dict[str, Dict[str, Dict[str, Any]]] = field(default_factory=Dict)
2626
language: str = 'python'
2727
openapi_doc_version: str = '0.4.0'
28-
sdk_version: str = '5.2.3'
29-
gen_version: str = '2.262.2'
30-
user_agent: str = 'speakeasy-sdk/python 5.2.3 2.262.2 0.4.0 speakeasy-client-sdk-python'
28+
sdk_version: str = '5.2.4'
29+
gen_version: str = '2.263.3'
30+
user_agent: str = 'speakeasy-sdk/python 5.2.4 2.263.3 0.4.0 speakeasy-client-sdk-python'
3131
retry_config: RetryConfig = None
3232

3333
def get_server_details(self) -> Tuple[str, Dict[str, str]]:

0 commit comments

Comments
 (0)