Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.1, Speakeasy CLI 1.133.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jan 6, 2024
1 parent 4488930 commit 0013aba
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ management:
docChecksum: 7ba09a9986f7230b7abacf151bbb031b
docVersion: 1.0.1
speakeasyVersion: internal
generationVersion: 2.225.2
releaseVersion: 0.3.1
configChecksum: 00a10e74e8409bf4bfdeecedccd4e3c3
generationVersion: 2.228.1
releaseVersion: 0.3.2
configChecksum: 9120726c0309ec2e61d10fde9b9f0dc5
repoURL: https://github.com/speakeasy-sdks/keymate-api-python.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-sdks/keymate-api-python.git
published: true
features:
python:
core: 4.4.0
core: 4.4.1
flattening: 2.81.1
globalSecurity: 2.83.1
globalServerURLs: 2.82.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ if res.two_hundred_application_json_object is not None:
<!-- Start Custom HTTP Client [http-client] -->
## Custom HTTP Client

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.
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.

For example, you could specify a header for every request that this sdk makes as follows:
```python
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,14 @@ Based on:
### Generated
- [python v0.3.1] .
### Releases
- [PyPI v0.3.1] https://pypi.org/project/Keymate-API/0.3.1 - .
- [PyPI v0.3.1] https://pypi.org/project/Keymate-API/0.3.1 - .

## 2024-01-06 00:12:51
### Changes
Based on:
- OpenAPI Doc 1.0.1
- Speakeasy CLI 1.133.1 (2.228.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.3.2] .
### Releases
- [PyPI v0.3.2] https://pypi.org/project/Keymate-API/0.3.2 - .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ generation:
fixes:
nameResolutionDec2023: false
python:
version: 0.3.1
version: 0.3.2
author: Keymate
clientServerStatusCodesAsErrors: true
description: Python Client SDK Generated by Keymate
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="Keymate-API",
version="0.3.1",
version="0.3.2",
author="Keymate",
description="Python Client SDK Generated by Keymate",
long_description=long_description,
Expand Down
6 changes: 3 additions & 3 deletions src/keymate_api/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ class SDKConfiguration:
server_idx: int = 0
language: str = 'python'
openapi_doc_version: str = '1.0.1'
sdk_version: str = '0.3.1'
gen_version: str = '2.225.2'
user_agent: str = 'speakeasy-sdk/python 0.3.1 2.225.2 1.0.1 Keymate-API'
sdk_version: str = '0.3.2'
gen_version: str = '2.228.1'
user_agent: str = 'speakeasy-sdk/python 0.3.2 2.228.1 1.0.1 Keymate-API'
retry_config: RetryConfig = None

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

0 comments on commit 0013aba

Please sign in to comment.