From 46ea8f669b23ae3420d25237460c1f010b0ddf3e Mon Sep 17 00:00:00 2001 From: Austin Walker Date: Tue, 3 Feb 2026 12:10:06 -0500 Subject: [PATCH] Revert additional changes for 0.42.10 --- RELEASES.md | 12 +++++++++++- poetry.lock | 4 ++-- src/unstructured_client/_version.py | 6 +++--- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index f1b5ba73..80c317db 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1180,4 +1180,14 @@ Based on: ### Generated - [python v0.42.9] . ### Releases -- [PyPI v0.42.9] https://pypi.org/project/unstructured-client/0.42.9 - . \ No newline at end of file +- [PyPI v0.42.9] https://pypi.org/project/unstructured-client/0.42.9 - . + +## 2026-02-03 16:49:02 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.601.0 (2.680.0) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.42.10] . +### Releases +- [PyPI v0.42.10] https://pypi.org/project/unstructured-client/0.42.10 - . \ No newline at end of file diff --git a/poetry.lock b/poetry.lock index 772d6bae..ae31a04f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aiofiles" @@ -959,7 +959,7 @@ files = [ ] [package.dependencies] -astroid = ">=3.2.2,<=3.3.0.dev0" +astroid = ">=3.2.2,<=3.3.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.2", markers = "python_version < \"3.11\""}, diff --git a/src/unstructured_client/_version.py b/src/unstructured_client/_version.py index 699b7dfc..e17f20f9 100644 --- a/src/unstructured_client/_version.py +++ b/src/unstructured_client/_version.py @@ -3,10 +3,10 @@ import importlib.metadata __title__: str = "unstructured-client" -__version__: str = "0.42.9" -__openapi_doc_version__: str = "1.2.28" +__version__: str = "0.42.10" +__openapi_doc_version__: str = "1.2.31" __gen_version__: str = "2.680.0" -__user_agent__: str = "speakeasy-sdk/python 0.42.9 2.680.0 1.2.28 unstructured-client" +__user_agent__: str = "speakeasy-sdk/python 0.42.10 2.680.0 1.2.31 unstructured-client" try: if __package__ is not None: