Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 - .
- [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 - .
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/unstructured_client/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading