Skip to content

Commit fbd80fd

Browse files
chore: 🐝 Update SDK - Generate 0.42.10 (#329)
# SDK update ## Versioning Version Bump Type: [patch] - πŸ€– (automated) [View full SDK changelog](https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/5a3cd247d1de374a010b2d312a09a5e4) <details> <summary>OpenAPI Change Summary</summary> Based on [Speakeasy CLI](https://github.com/speakeasy-api/speakeasy) 1.601.0 Co-authored-by: Austin Walker <austin@unstructured.io>
1 parent 6b73904 commit fbd80fd

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,4 +1180,14 @@ Based on:
11801180
### Generated
11811181
- [python v0.42.9] .
11821182
### Releases
1183-
- [PyPI v0.42.9] https://pypi.org/project/unstructured-client/0.42.9 - .
1183+
- [PyPI v0.42.9] https://pypi.org/project/unstructured-client/0.42.9 - .
1184+
1185+
## 2026-02-03 16:49:02
1186+
### Changes
1187+
Based on:
1188+
- OpenAPI Doc
1189+
- Speakeasy CLI 1.601.0 (2.680.0) https://github.com/speakeasy-api/speakeasy
1190+
### Generated
1191+
- [python v0.42.10] .
1192+
### Releases
1193+
- [PyPI v0.42.10] https://pypi.org/project/unstructured-client/0.42.10 - .

β€Žpoetry.lockβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žsrc/unstructured_client/_version.pyβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "unstructured-client"
6-
__version__: str = "0.42.9"
7-
__openapi_doc_version__: str = "1.2.28"
6+
__version__: str = "0.42.10"
7+
__openapi_doc_version__: str = "1.2.31"
88
__gen_version__: str = "2.680.0"
9-
__user_agent__: str = "speakeasy-sdk/python 0.42.9 2.680.0 1.2.28 unstructured-client"
9+
__user_agent__: str = "speakeasy-sdk/python 0.42.10 2.680.0 1.2.31 unstructured-client"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
Β (0)