File tree Expand file tree Collapse file tree 6 files changed +21
-11
lines changed Expand file tree Collapse file tree 6 files changed +21
-11
lines changed Original file line number Diff line number Diff line change @@ -204,4 +204,14 @@ Based on:
204204### Generated
205205- [ python v0.11.0] .
206206### Releases
207- - [ PyPI v0.11.0] https://pypi.org/project/unstructured-client/0.11.0 - .
207+ - [ PyPI v0.11.0] https://pypi.org/project/unstructured-client/0.11.0 - .
208+
209+ ## 2023-10-21 00:17:35
210+ ### Changes
211+ Based on:
212+ - OpenAPI Doc 0.0.1
213+ - Speakeasy CLI 1.104.0 (2.169.0) https://github.com/speakeasy-api/speakeasy
214+ ### Generated
215+ - [ python v0.12.0] .
216+ ### Releases
217+ - [ PyPI v0.12.0] https://pypi.org/project/unstructured-client/0.12.0 - .
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ req = shared.PartitionParameters(
1515 encoding = ' utf-8' ,
1616 files = shared.PartitionParametersFiles(
1717 content = ' +WmI5Q)|yy' .encode(),
18- files = ' Washington ' ,
18+ files = ' string ' ,
1919 ),
2020 gz_uncompressed_content_type = ' application/pdf' ,
2121 hi_res_model_name = ' yolox' ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ req = shared.PartitionParameters(
2525 encoding = ' utf-8' ,
2626 files = shared.PartitionParametersFiles(
2727 content = ' +WmI5Q)|yy' .encode(),
28- files = ' Washington ' ,
28+ files = ' string ' ,
2929 ),
3030 gz_uncompressed_content_type = ' application/pdf' ,
3131 hi_res_model_name = ' yolox' ,
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.102.1
6- generationVersion : 2.166 .0
5+ speakeasyVersion : 1.104.0
6+ generationVersion : 2.169 .0
77generation :
88 comments :
99 disableComments : false
@@ -15,15 +15,15 @@ generation:
1515 tagNamespacingDisabled : false
1616features :
1717 python :
18- core : 3.2.3
18+ core : 3.3.0
1919 examples : 2.81.3
2020 globalSecurity : 2.82.0
2121 globalServerURLs : 2.82.0
2222 nameOverrides : 2.81.1
2323 retries : 2.82.0
2424 serverIDs : 2.81.1
2525python :
26- version : 0.11 .0
26+ version : 0.12 .0
2727 author : Unstructured
2828 clientServerStatusCodesAsErrors : true
2929 description : Python Client SDK for Unstructured API
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212 name = "unstructured-client" ,
13- version = "0.11 .0" ,
13+ version = "0.12 .0" ,
1414 author = "Unstructured" ,
1515 description = "Python Client SDK for Unstructured API" ,
1616 long_description = long_description ,
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ class SDKConfiguration:
2626 server : str = ''
2727 language : str = 'python'
2828 openapi_doc_version : str = '0.0.1'
29- sdk_version : str = '0.11 .0'
30- gen_version : str = '2.166 .0'
31- user_agent : str = 'speakeasy-sdk/python 0.11 .0 2.166 .0 0.0.1 unstructured-client'
29+ sdk_version : str = '0.12 .0'
30+ gen_version : str = '2.169 .0'
31+ user_agent : str = 'speakeasy-sdk/python 0.12 .0 2.169 .0 0.0.1 unstructured-client'
3232 retry_config : RetryConfig = None
3333
3434 def get_server_details (self ) -> Tuple [str , Dict [str , str ]]:
You can’t perform that action at this time.
0 commit comments