From 33fd0eddd1b0226f044a2b7bd497bf588ac40965 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Sat, 21 Oct 2023 00:17:48 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc 0.0.1, Speakeay CLI 1.104.0 --- RELEASES.md | 12 +++++++++++- USAGE.md | 2 +- docs/sdks/general/README.md | 2 +- gen.yaml | 8 ++++---- setup.py | 2 +- src/unstructured_client/sdkconfiguration.py | 6 +++--- 6 files changed, 21 insertions(+), 11 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 1da73883..44ece955 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -204,4 +204,14 @@ Based on: ### Generated - [python v0.11.0] . ### Releases -- [PyPI v0.11.0] https://pypi.org/project/unstructured-client/0.11.0 - . \ No newline at end of file +- [PyPI v0.11.0] https://pypi.org/project/unstructured-client/0.11.0 - . + +## 2023-10-21 00:17:35 +### Changes +Based on: +- OpenAPI Doc 0.0.1 +- Speakeasy CLI 1.104.0 (2.169.0) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.12.0] . +### Releases +- [PyPI v0.12.0] https://pypi.org/project/unstructured-client/0.12.0 - . \ No newline at end of file diff --git a/USAGE.md b/USAGE.md index c1472078..09192bce 100755 --- a/USAGE.md +++ b/USAGE.md @@ -15,7 +15,7 @@ req = shared.PartitionParameters( encoding='utf-8', files=shared.PartitionParametersFiles( content='+WmI5Q)|yy'.encode(), - files='Washington', + files='string', ), gz_uncompressed_content_type='application/pdf', hi_res_model_name='yolox', diff --git a/docs/sdks/general/README.md b/docs/sdks/general/README.md index 249b26e1..49bf48f5 100755 --- a/docs/sdks/general/README.md +++ b/docs/sdks/general/README.md @@ -25,7 +25,7 @@ req = shared.PartitionParameters( encoding='utf-8', files=shared.PartitionParametersFiles( content='+WmI5Q)|yy'.encode(), - files='Washington', + files='string', ), gz_uncompressed_content_type='application/pdf', hi_res_model_name='yolox', diff --git a/gen.yaml b/gen.yaml index c6cc50fb..f15482af 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,8 +2,8 @@ configVersion: 1.0.0 management: docChecksum: 25324f1821b1070aa4a416ec8ddca590 docVersion: 0.0.1 - speakeasyVersion: 1.102.1 - generationVersion: 2.166.0 + speakeasyVersion: 1.104.0 + generationVersion: 2.169.0 generation: comments: disableComments: false @@ -15,7 +15,7 @@ generation: tagNamespacingDisabled: false features: python: - core: 3.2.3 + core: 3.3.0 examples: 2.81.3 globalSecurity: 2.82.0 globalServerURLs: 2.82.0 @@ -23,7 +23,7 @@ features: retries: 2.82.0 serverIDs: 2.81.1 python: - version: 0.11.0 + version: 0.12.0 author: Unstructured clientServerStatusCodesAsErrors: true description: Python Client SDK for Unstructured API diff --git a/setup.py b/setup.py index 5e343bc9..9f0ad6c4 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name="unstructured-client", - version="0.11.0", + version="0.12.0", author="Unstructured", description="Python Client SDK for Unstructured API", long_description=long_description, diff --git a/src/unstructured_client/sdkconfiguration.py b/src/unstructured_client/sdkconfiguration.py index 45eb9141..b4a4075e 100755 --- a/src/unstructured_client/sdkconfiguration.py +++ b/src/unstructured_client/sdkconfiguration.py @@ -26,9 +26,9 @@ class SDKConfiguration: server: str = '' language: str = 'python' openapi_doc_version: str = '0.0.1' - sdk_version: str = '0.11.0' - gen_version: str = '2.166.0' - user_agent: str = 'speakeasy-sdk/python 0.11.0 2.166.0 0.0.1 unstructured-client' + sdk_version: str = '0.12.0' + gen_version: str = '2.169.0' + user_agent: str = 'speakeasy-sdk/python 0.12.0 2.169.0 0.0.1 unstructured-client' retry_config: RetryConfig = None def get_server_details(self) -> Tuple[str, Dict[str, str]]: