Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, 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 064955e commit fd4fc8d
Show file tree
Hide file tree
Showing 6 changed files with 19 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: 7998dbff43d13b24f5ce8289e558ad2e
docVersion: 1.0.0
speakeasyVersion: internal
generationVersion: 2.225.2
releaseVersion: 3.2.1
configChecksum: e5b066e73bec232d4439e0d89ccaa557
generationVersion: 2.228.1
releaseVersion: 3.2.2
configChecksum: 129ce0c847432347c16a82eca867cd65
repoURL: https://github.com/speakeasy-sdks/hightouch-python-sdk.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-sdks/hightouch-python-sdk.git
features:
python:
constsAndDefaults: 0.1.2
core: 4.4.0
core: 4.4.1
globalSecurity: 2.83.1
globalServerURLs: 2.82.1
unions: 2.82.5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ if res.one_of 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
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -686,4 +686,12 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.130.1 (2.225.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.2.1] .
- [python v3.2.1] .

## 2024-01-06 00:25:18
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.133.1 (2.228.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.2.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: 3.2.1
version: 3.2.2
author: Speakeasy
clientServerStatusCodesAsErrors: true
description: Python SDK for Hightouch API
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="hightouch",
version="3.2.1",
version="3.2.2",
author="Speakeasy",
description="Python SDK for Hightouch API",
long_description=long_description,
Expand Down
6 changes: 3 additions & 3 deletions src/hightouch/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.0'
sdk_version: str = '3.2.1'
gen_version: str = '2.225.2'
user_agent: str = 'speakeasy-sdk/python 3.2.1 2.225.2 1.0.0 hightouch'
sdk_version: str = '3.2.2'
gen_version: str = '2.228.1'
user_agent: str = 'speakeasy-sdk/python 3.2.2 2.228.1 1.0.0 hightouch'
retry_config: RetryConfig = None

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

0 comments on commit fd4fc8d

Please sign in to comment.