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/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]]: