File tree Expand file tree Collapse file tree 4 files changed +20
-10
lines changed Expand file tree Collapse file tree 4 files changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -274,4 +274,14 @@ Based on:
274274### Generated
275275- [ python v0.14.2] .
276276### Releases
277- - [ PyPI v0.14.2] https://pypi.org/project/unstructured-client/0.14.2 - .
277+ - [ PyPI v0.14.2] https://pypi.org/project/unstructured-client/0.14.2 - .
278+
279+ ## 2023-11-21 00:19:25
280+ ### Changes
281+ Based on:
282+ - OpenAPI Doc 0.0.1
283+ - Speakeasy CLI 1.121.3 (2.195.2) https://github.com/speakeasy-api/speakeasy
284+ ### Generated
285+ - [ python v0.14.3] .
286+ ### Releases
287+ - [ PyPI v0.14.3] https://pypi.org/project/unstructured-client/0.14.3 - .
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ configVersion: 1.0.0
22management :
33 docChecksum : bf57420eebd40f2b1d166092f01e3927
44 docVersion : 0.0.1
5- speakeasyVersion : 1.121.1
6- generationVersion : 2.194.1
5+ speakeasyVersion : 1.121.3
6+ generationVersion : 2.195.2
77generation :
88 comments : {}
99 sdkClassName : unstructured_client
@@ -12,15 +12,15 @@ generation:
1212 optionalPropertyRendering : withExample
1313features :
1414 python :
15- core : 4.1.4
15+ core : 4.1.5
1616 examples : 2.81.3
1717 globalSecurity : 2.83.0
1818 globalServerURLs : 2.82.1
1919 nameOverrides : 2.81.1
2020 retries : 2.82.0
2121 serverIDs : 2.81.1
2222python :
23- version : 0.14.2
23+ version : 0.14.3
2424 author : Unstructured
2525 clientServerStatusCodesAsErrors : true
2626 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.14.2 " ,
13+ version = "0.14.3 " ,
1414 author = "Unstructured" ,
1515 description = "Python Client SDK for Unstructured API" ,
1616 long_description = long_description ,
3030 "six>=1.16.0" ,
3131 "typing-inspect>=0.9.0" ,
3232 "typing_extensions>=4.7.1" ,
33- "urllib3>=2.0.4 " ,
33+ "urllib3>=1.26.18 " ,
3434 ],
3535 extras_require = {
3636 "dev" :["pylint==2.16.2" ]
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ class SDKConfiguration:
2727 server : str = ''
2828 language : str = 'python'
2929 openapi_doc_version : str = '0.0.1'
30- sdk_version : str = '0.14.2 '
31- gen_version : str = '2.194.1 '
32- user_agent : str = 'speakeasy-sdk/python 0.14.2 2.194.1 0.0.1 unstructured-client'
30+ sdk_version : str = '0.14.3 '
31+ gen_version : str = '2.195.2 '
32+ user_agent : str = 'speakeasy-sdk/python 0.14.3 2.195.2 0.0.1 unstructured-client'
3333 retry_config : RetryConfig = None
3434
3535 def get_server_details (self ) -> Tuple [str , Dict [str , str ]]:
You can’t perform that action at this time.
0 commit comments