Skip to content

Commit 80d8ff4

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeasy CLI 1.163.1
1 parent b575624 commit 80d8ff4

File tree

5 files changed

+22
-11
lines changed

5 files changed

+22
-11
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ management:
44
docChecksum: ba638b2ad28966c596e28321a2003686
55
docVersion: 0.3.0
66
speakeasyVersion: internal
7-
generationVersion: 2.245.1
8-
releaseVersion: 3.3.4
9-
configChecksum: 314adc9a4308ee9d9488d5e1d38231f3
7+
generationVersion: 2.248.1
8+
releaseVersion: 4.0.0
9+
configChecksum: 198158f947eec7009505dc7798607157
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
1313
published: true
1414
features:
1515
python:
16-
core: 4.4.3
16+
core: 4.4.4
1717
downloadStreams: 0.0.2
1818
examples: 2.81.3
1919
globalSecurity: 2.83.2

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,4 +1166,14 @@ Based on:
11661166
### Generated
11671167
- [python v3.3.4] .
11681168
### Releases
1169-
- [PyPI v3.3.4] https://pypi.org/project/speakeasy-client-sdk-python/3.3.4 - .
1169+
- [PyPI v3.3.4] https://pypi.org/project/speakeasy-client-sdk-python/3.3.4 - .
1170+
1171+
## 2024-02-02 00:10:10
1172+
### Changes
1173+
Based on:
1174+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
1175+
- Speakeasy CLI 1.163.1 (2.248.1) https://github.com/speakeasy-api/speakeasy
1176+
### Generated
1177+
- [python v4.0.0] .
1178+
### Releases
1179+
- [PyPI v4.0.0] https://pypi.org/project/speakeasy-client-sdk-python/4.0.0 - .

gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ generation:
55
optionalPropertyRendering: withExample
66
fixes:
77
nameResolutionDec2023: false
8+
parameterOrderingFeb2024: false
89
python:
9-
version: 3.3.4
10+
version: 4.0.0
1011
author: Speakeasy
1112
clientServerStatusCodesAsErrors: true
1213
description: Speakeasy API Client SDK for Python

setup.py

Lines changed: 2 additions & 2 deletions
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.4",
13+
version="4.0.0",
1414
author="Speakeasy",
1515
description="Speakeasy API Client SDK for Python",
1616
long_description=long_description,
@@ -19,7 +19,7 @@
1919
install_requires=[
2020
"certifi>=2023.7.22",
2121
"charset-normalizer>=3.2.0",
22-
"dataclasses-json @ git+https://github.com/speakeasy-api/dataclasses-json@fix-union-deserialization",
22+
"dataclasses-json-speakeasy>=0.5.11",
2323
"idna>=3.4",
2424
"jsonpath-python>=1.0.6 ",
2525
"marshmallow>=3.19.0",

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.4'
27-
gen_version: str = '2.245.1'
28-
user_agent: str = 'speakeasy-sdk/python 3.3.4 2.245.1 0.3.0 speakeasy-client-sdk-python'
26+
sdk_version: str = '4.0.0'
27+
gen_version: str = '2.248.1'
28+
user_agent: str = 'speakeasy-sdk/python 4.0.0 2.248.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)