File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,4 +126,12 @@ Based on:
126126- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
127127- Speakeasy CLI 1.11.0 https://github.com/speakeasy-api/speakeasy
128128### Releases
129- - [ PyPI v1.11.0] https://pypi.org/project/hightouch/1.11.0 - .
129+ - [ PyPI v1.11.0] https://pypi.org/project/hightouch/1.11.0 - .
130+
131+ ## 2023-03-15 23:32:49
132+ ### Changes
133+ Based on:
134+ - OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
135+ - Speakeasy CLI 1.12.0 https://github.com/speakeasy-api/speakeasy
136+ ### Releases
137+ - [ PyPI v1.12.0] https://pypi.org/project/hightouch/1.12.0 - .
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ configVersion: 1.0.0
22management :
33 docChecksum : a53d236a840ccb19591ccbf41c41acd1
44 docVersion : 1.0.0
5- speakeasyVersion : 1.11 .0
5+ speakeasyVersion : 1.12 .0
66generation :
77 telemetryEnabled : true
88 sdkClassName : hightouch
99 sdkFlattening : true
1010python :
11- version : 1.11 .0
11+ version : 1.12 .0
1212 author : Speakeasy
1313 description : Python SDK for Hightouch API
1414 packageName : hightouch
Original file line number Diff line number Diff line change 88
99setuptools .setup (
1010 name = "hightouch" ,
11- version = "1.11 .0" ,
11+ version = "1.12 .0" ,
1212 author = "Speakeasy" ,
1313 description = "Python SDK for Hightouch API" ,
1414 long_description = long_description ,
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ class Hightouch:
1515 _security_client : requests_http .Session
1616 _server_url : str = SERVERS [0 ]
1717 _language : str = "python"
18- _sdk_version : str = "1.11 .0"
19- _gen_version : str = "1.11 .0"
18+ _sdk_version : str = "1.12 .0"
19+ _gen_version : str = "1.12 .0"
2020
2121 def __init__ (self ,
2222 server_url : str = None ,
You can’t perform that action at this time.
0 commit comments