Skip to content

Commit 9ea8794

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeasy CLI 1.133.1
1 parent 79824ad commit 9ea8794

File tree

6 files changed

+21
-11
lines changed

6 files changed

+21
-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.225.2
8-
releaseVersion: 3.3.0
9-
configChecksum: af07fbb2b78a39da07a2567033bec6e0
7+
generationVersion: 2.228.1
8+
releaseVersion: 3.3.1
9+
configChecksum: 393f292ff904a9bc232760f473fef8cc
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.0
16+
core: 4.4.1
1717
downloadStreams: 0.0.2
1818
examples: 2.81.3
1919
globalSecurity: 2.83.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ if res.status_code == 200:
209209
<!-- Start Custom HTTP Client [http-client] -->
210210
## Custom HTTP Client
211211

212-
The Python SDK makes API calls using the (requests)[https://pypi.org/project/requests/] HTTP library. In order to provide a convenient way to configure timeouts, cookies, proxies, custom headers, and other low-level configuration, you can initialize the SDK client with a custom `requests.Session` object.
212+
The Python SDK makes API calls using the [requests](https://pypi.org/project/requests/) HTTP library. In order to provide a convenient way to configure timeouts, cookies, proxies, custom headers, and other low-level configuration, you can initialize the SDK client with a custom `requests.Session` object.
213213

214214
For example, you could specify a header for every request that this sdk makes as follows:
215215
```python

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,4 +1116,14 @@ Based on:
11161116
### Generated
11171117
- [python v3.3.0] .
11181118
### Releases
1119-
- [PyPI v3.3.0] https://pypi.org/project/speakeasy-client-sdk-python/3.3.0 - .
1119+
- [PyPI v3.3.0] https://pypi.org/project/speakeasy-client-sdk-python/3.3.0 - .
1120+
1121+
## 2024-01-06 00:10:25
1122+
### Changes
1123+
Based on:
1124+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
1125+
- Speakeasy CLI 1.133.1 (2.228.1) https://github.com/speakeasy-api/speakeasy
1126+
### Generated
1127+
- [python v3.3.1] .
1128+
### Releases
1129+
- [PyPI v3.3.1] https://pypi.org/project/speakeasy-client-sdk-python/3.3.1 - .

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.0
9+
version: 3.3.1
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.0",
13+
version="3.3.1",
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.0'
27-
gen_version: str = '2.225.2'
28-
user_agent: str = 'speakeasy-sdk/python 3.3.0 2.225.2 0.3.0 speakeasy-client-sdk-python'
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'
2929
retry_config: RetryConfig = None
3030

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

0 commit comments

Comments
 (0)