From eb54211621169bc44ac4151b91ade43d763037aa Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Tue, 9 Jan 2024 00:20:17 +0000 Subject: [PATCH 1/2] ci: regenerated with OpenAPI Doc 0.0.1, Speakeasy CLI 1.134.0 --- .speakeasy/gen.lock | 2 +- RELEASES.md | 10 ++++++++++ setup.py | 1 - src/unstructured_client/sdkconfiguration.py | 4 ++-- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index cb79be0e..25e4d1a4 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -4,7 +4,7 @@ management: docChecksum: 559aacf6828c62bd379326645382b3ba docVersion: 0.0.1 speakeasyVersion: internal - generationVersion: 2.228.1 + generationVersion: 2.230.1 releaseVersion: 0.15.2 configChecksum: c7f5587d10f16ad71c809e8627e64175 repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git diff --git a/RELEASES.md b/RELEASES.md index 30d89f88..b68bee7c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -334,4 +334,14 @@ Based on: ### Generated - [python v0.15.2] . ### Releases +- [PyPI v0.15.2] https://pypi.org/project/unstructured-client/0.15.2 - . + +## 2024-01-09 00:20:10 +### Changes +Based on: +- OpenAPI Doc 0.0.1 +- Speakeasy CLI 1.134.0 (2.230.1) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.15.2] . +### Releases - [PyPI v0.15.2] https://pypi.org/project/unstructured-client/0.15.2 - . \ No newline at end of file diff --git a/setup.py b/setup.py index 4fca2489..a914284b 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,5 @@ "dev":["pylint==2.16.2"] }, package_dir={'': 'src'}, - license="MIT License", python_requires='>=3.8' ) diff --git a/src/unstructured_client/sdkconfiguration.py b/src/unstructured_client/sdkconfiguration.py index bc9b98af..bb4fd2af 100644 --- a/src/unstructured_client/sdkconfiguration.py +++ b/src/unstructured_client/sdkconfiguration.py @@ -28,8 +28,8 @@ class SDKConfiguration: language: str = 'python' openapi_doc_version: str = '0.0.1' sdk_version: str = '0.15.2' - gen_version: str = '2.228.1' - user_agent: str = 'speakeasy-sdk/python 0.15.2 2.228.1 0.0.1 unstructured-client' + gen_version: str = '2.230.1' + user_agent: str = 'speakeasy-sdk/python 0.15.2 2.230.1 0.0.1 unstructured-client' retry_config: RetryConfig = None def get_server_details(self) -> Tuple[str, Dict[str, str]]: From b9e731348f33182d64e66a5e381de2bb1dc2f943 Mon Sep 17 00:00:00 2001 From: Austin Walker Date: Wed, 10 Jan 2024 23:43:53 -0500 Subject: [PATCH 2/2] revert license change --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a914284b..4fca2489 100644 --- a/setup.py +++ b/setup.py @@ -36,5 +36,6 @@ "dev":["pylint==2.16.2"] }, package_dir={'': 'src'}, + license="MIT License", python_requires='>=3.8' )