File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -206,4 +206,12 @@ Based on:
206206- OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download
207207- Speakeasy CLI 1.37.5 (2.32.2) https://github.com/speakeasy-api/speakeasy
208208### Releases
209- - [ PyPI v0.14.0] https://pypi.org/project/structure_py/0.14.0 - .
209+ - [ PyPI v0.14.0] https://pypi.org/project/structure_py/0.14.0 - .
210+
211+ ## 2023-05-27 01:01:07
212+ ### Changes
213+ Based on:
214+ - OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download
215+ - Speakeasy CLI 1.39.0 (2.32.7) https://github.com/speakeasy-api/speakeasy
216+ ### Releases
217+ - [ PyPI v0.14.1] https://pypi.org/project/structure_py/0.14.1 - .
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ configVersion: 1.0.0
22management :
33 docChecksum : e0bf2d205ca94a0d32bd91d6ea558d5b
44 docVersion : " 1.0"
5- speakeasyVersion : 1.37.5
6- generationVersion : 2.32.2
5+ speakeasyVersion : 1.39.0
6+ generationVersion : 2.32.7
77generation :
88 sdkClassName : SDK
99 singleTagPerOp : false
1010 telemetryEnabled : false
1111python :
12- version : 0.14.0
12+ version : 0.14.1
1313 author : Structure
1414 description : Python Client SDK Generated by Speakeasy
1515 maxMethodParams : 0
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212 name = "structure_py" ,
13- version = "0.14.0 " ,
13+ version = "0.14.1 " ,
1414 author = "Structure" ,
1515 description = "Python Client SDK Generated by Speakeasy" ,
1616 long_description = long_description ,
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ class SDK:
2828 _security_client : requests_http .Session
2929 _server_url : str = SERVERS [0 ]
3030 _language : str = "python"
31- _sdk_version : str = "0.14.0 "
32- _gen_version : str = "2.32.2 "
31+ _sdk_version : str = "0.14.1 "
32+ _gen_version : str = "2.32.7 "
3333
3434 def __init__ (self ,
3535 security : shared .Security = None ,
You can’t perform that action at this time.
0 commit comments