Skip to content

Commit e34ee6f

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeasy CLI 1.134.0
1 parent 9ea8794 commit e34ee6f

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: ba638b2ad28966c596e28321a2003686
55
docVersion: 0.3.0
66
speakeasyVersion: internal
7-
generationVersion: 2.228.1
8-
releaseVersion: 3.3.1
9-
configChecksum: 393f292ff904a9bc232760f473fef8cc
7+
generationVersion: 2.230.1
8+
releaseVersion: 3.3.2
9+
configChecksum: edd271faa6a1bb696695699287e1224e
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
@@ -1126,4 +1126,14 @@ Based on:
11261126
### Generated
11271127
- [python v3.3.1] .
11281128
### Releases
1129-
- [PyPI v3.3.1] https://pypi.org/project/speakeasy-client-sdk-python/3.3.1 - .
1129+
- [PyPI v3.3.1] https://pypi.org/project/speakeasy-client-sdk-python/3.3.1 - .
1130+
1131+
## 2024-01-09 17:53:10
1132+
### Changes
1133+
Based on:
1134+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
1135+
- Speakeasy CLI 1.134.0 (2.230.1) https://github.com/speakeasy-api/speakeasy
1136+
### Generated
1137+
- [python v3.3.2] .
1138+
### Releases
1139+
- [PyPI v3.3.2] https://pypi.org/project/speakeasy-client-sdk-python/3.3.2 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ generation:
66
fixes:
77
nameResolutionDec2023: false
88
python:
9-
version: 3.3.1
9+
version: 3.3.2
1010
author: Speakeasy
1111
clientServerStatusCodesAsErrors: true
1212
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="3.3.1",
13+
version="3.3.2",
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
@@ -23,9 +23,9 @@ class SDKConfiguration:
2323
server: str = ''
2424
language: str = 'python'
2525
openapi_doc_version: str = '0.3.0'
26-
sdk_version: str = '3.3.1'
27-
gen_version: str = '2.228.1'
28-
user_agent: str = 'speakeasy-sdk/python 3.3.1 2.228.1 0.3.0 speakeasy-client-sdk-python'
26+
sdk_version: str = '3.3.2'
27+
gen_version: str = '2.230.1'
28+
user_agent: str = 'speakeasy-sdk/python 3.3.2 2.230.1 0.3.0 speakeasy-client-sdk-python'
2929
retry_config: RetryConfig = None
3030

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

0 commit comments

Comments
 (0)