Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.164.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Feb 2, 2024
1 parent e960e5b commit 6ddcb69
Show file tree
Hide file tree
Showing 5 changed files with 20 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: 0dd32241bcd639c7e99747c1a7b3780d
docVersion: 1.0.0
speakeasyVersion: internal
generationVersion: 2.245.1
releaseVersion: 3.2.5
configChecksum: d3fff4c4eecbe11a99ce401e3baa1567
generationVersion: 2.248.1
releaseVersion: 4.0.0
configChecksum: e1a0f401c8304ef277bfd0912fa835cf
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.3
core: 4.4.4
globalSecurity: 2.83.2
globalServerURLs: 2.82.1
unions: 2.82.5
Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -726,4 +726,12 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.161.0 (2.245.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.2.5] .
- [python v3.2.5] .

## 2024-02-02 00:31:33
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.164.0 (2.248.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v4.0.0] .
3 changes: 2 additions & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ generation:
optionalPropertyRendering: withExample
fixes:
nameResolutionDec2023: false
parameterOrderingFeb2024: false
python:
version: 3.2.5
version: 4.0.0
author: Speakeasy
clientServerStatusCodesAsErrors: true
description: Python SDK for Hightouch API
Expand Down
4 changes: 2 additions & 2 deletions 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.5",
version="4.0.0",
author="Speakeasy",
description="Python SDK for Hightouch API",
long_description=long_description,
Expand All @@ -19,7 +19,7 @@
install_requires=[
"certifi>=2023.7.22",
"charset-normalizer>=3.2.0",
"dataclasses-json @ git+https://github.com/speakeasy-api/dataclasses-json@fix-union-deserialization",
"dataclasses-json-speakeasy>=0.5.11",
"idna>=3.4",
"jsonpath-python>=1.0.6 ",
"marshmallow>=3.19.0",
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.5'
gen_version: str = '2.245.1'
user_agent: str = 'speakeasy-sdk/python 3.2.5 2.245.1 1.0.0 hightouch'
sdk_version: str = '4.0.0'
gen_version: str = '2.248.1'
user_agent: str = 'speakeasy-sdk/python 4.0.0 2.248.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 6ddcb69

Please sign in to comment.