diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 6982a41e..0a645122 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -1,12 +1,12 @@ lockVersion: 2.0.0 id: 8b5fa338-9106-4734-abf0-e30d67044a90 management: - docChecksum: edc837c11b1a19b20f4f8e98bbf5c118 - docVersion: 1.2.21 + docChecksum: e741a96121ddff12793a36dd5e2258f4 + docVersion: 1.2.23 speakeasyVersion: 1.601.0 generationVersion: 2.680.0 - releaseVersion: 0.42.4 - configChecksum: 3db8ad876dc10cf3b033f710eb1411d3 + releaseVersion: 0.42.5 + configChecksum: 3b3b92259de5fc0033e3f01348631e31 repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git repoSubDirectory: . installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git @@ -1181,7 +1181,7 @@ trackedFiles: pylintrc: last_write_checksum: sha1:db2aebd83e553dd59d3965e79104a3fb780c403a pyproject.toml: - last_write_checksum: sha1:c8c5dd42f3990f787b8db57c625080e7b24ff1c7 + last_write_checksum: sha1:6690c2c6cd0795582a8ee7ad5485df40ac64294c scripts/prepare_readme.py: last_write_checksum: sha1:ccdba5069fbb7997500b6ba22366e004394cdca2 scripts/publish.sh: @@ -1195,7 +1195,7 @@ trackedFiles: src/unstructured_client/_hooks/types.py: last_write_checksum: sha1:ac25bc33fba97274c6554d0e735b4c90c2650a88 src/unstructured_client/_version.py: - last_write_checksum: sha1:04347a4921c6bf252eba5cb11c1ce385548a1c03 + last_write_checksum: sha1:8df230bbe57fe1ed3def0d60fe15c23ef29eb8d2 src/unstructured_client/basesdk.py: last_write_checksum: sha1:c630e3511b954676ab8b477fd7b11c4ce8f443a7 src/unstructured_client/destinations.py: diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index bff48ae4..ebb5cdc3 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,20 +2,20 @@ speakeasyVersion: 1.601.0 sources: my-source: sourceNamespace: my-source - sourceRevisionDigest: sha256:b52b0c33c6a50addb404027e76807677297f288b2b1f22eaf9713b528ca64c9c - sourceBlobDigest: sha256:15c781166845c591afeb3eec92a8ed77f867be120294a01fd34b48538d285b9a + sourceRevisionDigest: sha256:f678ba24b97d66fb952504f32632687a733de3b78cbbabbcc94f05bd2518760f + sourceBlobDigest: sha256:a05d5043ae1f3f3b9efdffd41aaa99a59de5c9efde44b1fb3b8ce8b8f9711f31 tags: - latest - - speakeasy-sdk-regen-1765576473 - - 1.2.21 + - speakeasy-sdk-regen-1765907791 + - 1.2.23 targets: unstructured-python: source: my-source sourceNamespace: my-source - sourceRevisionDigest: sha256:b52b0c33c6a50addb404027e76807677297f288b2b1f22eaf9713b528ca64c9c - sourceBlobDigest: sha256:15c781166845c591afeb3eec92a8ed77f867be120294a01fd34b48538d285b9a + sourceRevisionDigest: sha256:f678ba24b97d66fb952504f32632687a733de3b78cbbabbcc94f05bd2518760f + sourceBlobDigest: sha256:a05d5043ae1f3f3b9efdffd41aaa99a59de5c9efde44b1fb3b8ce8b8f9711f31 codeSamplesNamespace: my-source-code-samples - codeSamplesRevisionDigest: sha256:43c867f2d8d6bf35ac4afe0dc12c6601d71bbf62de31b3d4c0b93c8d4778f6a9 + codeSamplesRevisionDigest: sha256:ba3cf768e47791ee0767b02702cbe524c083b17eadfde982ddb7418695ecd375 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ee08aa3..5353696a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.42.5 + +### Enhancements +* Support for on-demand jobs via CreateJob API +* New Read-only APIs GetTemplate and ListTemplates + +### Features + +### Fixes + ## 0.42.4 ### Enhancements diff --git a/RELEASES.md b/RELEASES.md index e727600c..be1a6c07 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1140,4 +1140,14 @@ Based on: ### Generated - [python v0.42.4] . ### Releases -- [PyPI v0.42.4] https://pypi.org/project/unstructured-client/0.42.4 - . \ No newline at end of file +- [PyPI v0.42.4] https://pypi.org/project/unstructured-client/0.42.4 - . + +## 2025-12-16 17:56:13 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.601.0 (2.680.0) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.42.5] . +### Releases +- [PyPI v0.42.5] https://pypi.org/project/unstructured-client/0.42.5 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index ec6cbe49..1e0e0b8e 100644 --- a/gen.yaml +++ b/gen.yaml @@ -22,7 +22,7 @@ generation: schemas: allOfMergeStrategy: shallowMerge python: - version: 0.42.4 + version: 0.42.5 additionalDependencies: dev: deepdiff: '>=6.0' diff --git a/pyproject.toml b/pyproject.toml index 552e5c53..e03df679 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "unstructured-client" -version = "0.42.4" +version = "0.42.5" description = "Python Client SDK for Unstructured API" authors = [{ name = "Unstructured" },] readme = "README.md" diff --git a/src/unstructured_client/_version.py b/src/unstructured_client/_version.py index da027fa4..64163fad 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.4" -__openapi_doc_version__: str = "1.2.21" +__version__: str = "0.42.5" +__openapi_doc_version__: str = "1.2.23" __gen_version__: str = "2.680.0" -__user_agent__: str = "speakeasy-sdk/python 0.42.4 2.680.0 1.2.21 unstructured-client" +__user_agent__: str = "speakeasy-sdk/python 0.42.5 2.680.0 1.2.23 unstructured-client" try: if __package__ is not None: