File tree Expand file tree Collapse file tree 4 files changed +19
-9
lines changed Expand file tree Collapse file tree 4 files changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -154,4 +154,14 @@ Based on:
154154### Generated
155155- [ python v0.8.0] .
156156### Releases
157- - [ PyPI v0.8.0] https://pypi.org/project/unstructured-client/0.8.0 - .
157+ - [ PyPI v0.8.0] https://pypi.org/project/unstructured-client/0.8.0 - .
158+
159+ ## 2023-10-02 00:18:30
160+ ### Changes
161+ Based on:
162+ - OpenAPI Doc 0.0.1
163+ - Speakeasy CLI 1.92.3 (2.143.2) https://github.com/speakeasy-api/speakeasy
164+ ### Generated
165+ - [ python v0.8.1] .
166+ ### Releases
167+ - [ PyPI v0.8.1] https://pypi.org/project/unstructured-client/0.8.1 - .
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ configVersion: 1.0.0
22management :
33 docChecksum : 25324f1821b1070aa4a416ec8ddca590
44 docVersion : 0.0.1
5- speakeasyVersion : 1.92.2
6- generationVersion : 2.142 .2
5+ speakeasyVersion : 1.92.3
6+ generationVersion : 2.143 .2
77generation :
88 comments :
99 disableComments : false
@@ -14,7 +14,7 @@ generation:
1414 tagNamespacingDisabled : false
1515features :
1616 python :
17- core : 2.88.0
17+ core : 2.88.1
1818 downloadStreams : 0.0.1
1919 examples : 2.81.2
2020 globalSecurity : 2.81.1
@@ -23,7 +23,7 @@ features:
2323 retries : 2.82.0
2424 serverIDs : 2.81.1
2525python :
26- version : 0.8.0
26+ version : 0.8.1
2727 author : Unstructured
2828 clientServerStatusCodesAsErrors : true
2929 description : Python Client SDK Generated by Speakeasy
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212 name = "unstructured-client" ,
13- version = "0.8.0 " ,
13+ version = "0.8.1 " ,
1414 author = "Unstructured" ,
1515 description = "Python Client SDK Generated by Speakeasy" ,
1616 long_description = long_description ,
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ class SDKConfiguration:
2525 server : str = ''
2626 language : str = 'python'
2727 openapi_doc_version : str = '0.0.1'
28- sdk_version : str = '0.8.0 '
29- gen_version : str = '2.142 .2'
30- user_agent : str = 'speakeasy-sdk/python 0.8.0 2.142 .2 0.0.1 unstructured-client'
28+ sdk_version : str = '0.8.1 '
29+ gen_version : str = '2.143 .2'
30+ user_agent : str = 'speakeasy-sdk/python 0.8.1 2.143 .2 0.0.1 unstructured-client'
3131 retry_config : RetryConfig = None
3232
3333 def get_server_details (self ) -> tuple [str , dict [str , str ]]:
You can’t perform that action at this time.
0 commit comments