diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 57e886b1..86f1c003 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: b83a55777bc5d3b1bda7cdfe7ee07a04 - docVersion: 1.1.30 + docChecksum: 3e52fdac3e417f8e48fcb920b829025c + docVersion: 1.1.34 speakeasyVersion: 1.552.0 generationVersion: 2.610.0 - releaseVersion: 0.38.1 - configChecksum: accf1dab899bf95bca0a1c9d8f7ce37a + releaseVersion: 0.39.1 + configChecksum: 2b0094ee827eb2deb71ef0ff9e572192 repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git repoSubDirectory: . installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 33c4c366..84c24252 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,20 +2,20 @@ speakeasyVersion: 1.552.0 sources: my-source: sourceNamespace: my-source - sourceRevisionDigest: sha256:2f2db6ff7bc20d7cf5d761369bbca095edb6c1fd11a11cbf90b1356285b31cea - sourceBlobDigest: sha256:ebd768e737b62ea63eb80866cbb5520c544310d41e0960dad7f1b7f056e8e9c7 + sourceRevisionDigest: sha256:ac2955e4a812caa63ad339156504c9bdfae02dd241800a6c48892aaf37552c54 + sourceBlobDigest: sha256:eb516ced31caa9801a7996b8216fa7c7a46ab16dc9edd4d9eef5721cee7acd6c tags: - latest - - speakeasy-sdk-regen-1751553080 - - 1.1.30 + - speakeasy-sdk-regen-1752365566 + - 1.1.34 targets: unstructured-python: source: my-source sourceNamespace: my-source - sourceRevisionDigest: sha256:2f2db6ff7bc20d7cf5d761369bbca095edb6c1fd11a11cbf90b1356285b31cea - sourceBlobDigest: sha256:ebd768e737b62ea63eb80866cbb5520c544310d41e0960dad7f1b7f056e8e9c7 + sourceRevisionDigest: sha256:ac2955e4a812caa63ad339156504c9bdfae02dd241800a6c48892aaf37552c54 + sourceBlobDigest: sha256:eb516ced31caa9801a7996b8216fa7c7a46ab16dc9edd4d9eef5721cee7acd6c codeSamplesNamespace: my-source-code-samples - codeSamplesRevisionDigest: sha256:d7f7ccae807fbcc93d5037607208e53a3605ebc2c0919f8ad2d9f5d63fdd006d + codeSamplesRevisionDigest: sha256:e644b82aab2fb0dc0c506d643aa22910ae14bc998f2b13ac7cc019a789dbe552 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index bb14869b..ae6292b0 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1048,4 +1048,14 @@ Based on: ### Generated - [python v0.38.1] . ### Releases -- [PyPI v0.38.1] https://pypi.org/project/unstructured-client/0.38.1 - . \ No newline at end of file +- [PyPI v0.38.1] https://pypi.org/project/unstructured-client/0.38.1 - . + +## 2025-07-16 19:20:27 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.552.0 (2.610.0) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.39.1] . +### Releases +- [PyPI v0.39.1] https://pypi.org/project/unstructured-client/0.39.1 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index d0e3a401..2ce09a83 100644 --- a/gen.yaml +++ b/gen.yaml @@ -14,7 +14,7 @@ generation: oAuth2ClientCredentialsEnabled: false oAuth2PasswordEnabled: false python: - version: 0.38.1 + version: 0.39.1 additionalDependencies: dev: deepdiff: '>=6.0' diff --git a/pyproject.toml b/pyproject.toml index 4e51f923..b8d94b42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "unstructured-client" -version = "0.38.1" +version = "0.39.1" description = "Python Client SDK for Unstructured API" authors = [{ name = "Unstructured" },] readme = "README-PYPI.md" diff --git a/src/unstructured_client/_version.py b/src/unstructured_client/_version.py index 1b774d0c..26bd4e88 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.38.1" -__openapi_doc_version__: str = "1.1.30" +__version__: str = "0.39.1" +__openapi_doc_version__: str = "1.1.34" __gen_version__: str = "2.610.0" -__user_agent__: str = "speakeasy-sdk/python 0.38.1 2.610.0 1.1.30 unstructured-client" +__user_agent__: str = "speakeasy-sdk/python 0.39.1 2.610.0 1.1.34 unstructured-client" try: if __package__ is not None: