From a87cd038874169e3e62900e8c58522cacaa832bb Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Thu, 6 Jun 2024 15:47:03 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.300.0 --- .speakeasy/gen.lock | 8 ++++---- .speakeasy/workflow.lock | 10 +++++----- RELEASES.md | 12 +++++++++++- gen.yaml | 2 +- setup.py | 2 +- src/unstructured_client/sdkconfiguration.py | 6 +++--- 6 files changed, 25 insertions(+), 15 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index c8943e38..be5d46dd 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -3,10 +3,10 @@ id: 8b5fa338-9106-4734-abf0-e30d67044a90 management: docChecksum: 2cabb51a37782b691a9f16fbbf8df52b docVersion: 1.0.33 - speakeasyVersion: 1.299.7 - generationVersion: 2.338.12 - releaseVersion: 0.23.0 - configChecksum: c451a545ab58abbd26cd9ffb7fb32e98 + speakeasyVersion: 1.300.0 + generationVersion: 2.338.14 + releaseVersion: 0.23.1 + configChecksum: 1ff015a4f01b59b8410c220d105f05a2 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 d51e8710..3c51bd49 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,9 +1,9 @@ -speakeasyVersion: 1.299.7 +speakeasyVersion: 1.300.0 sources: my-source: sourceNamespace: my-source - sourceRevisionDigest: sha256:29730cd6d9ea733e1974ee5f90b11774f0a5c308eddad34250d93787d5a9d0c3 - sourceBlobDigest: sha256:110f9538009774e75d0a6cbc32c3d8651a0bc9223e397d34a8956b6394495ea5 + sourceRevisionDigest: sha256:9185f612fb7b29e3977b6a818d07a5e05274d149c2f1e5faef03980913817bd2 + sourceBlobDigest: sha256:ca32fe0602b577603a80b173976350fddad466232f4b971f2b90ae2405ead69b tags: - latest - main @@ -11,8 +11,8 @@ targets: unstructured-python: source: my-source sourceNamespace: my-source - sourceRevisionDigest: sha256:29730cd6d9ea733e1974ee5f90b11774f0a5c308eddad34250d93787d5a9d0c3 - sourceBlobDigest: sha256:110f9538009774e75d0a6cbc32c3d8651a0bc9223e397d34a8956b6394495ea5 + sourceRevisionDigest: sha256:9185f612fb7b29e3977b6a818d07a5e05274d149c2f1e5faef03980913817bd2 + sourceBlobDigest: sha256:ca32fe0602b577603a80b173976350fddad466232f4b971f2b90ae2405ead69b outLocation: /github/workspace/repo workflow: workflowVersion: 1.0.0 diff --git a/RELEASES.md b/RELEASES.md index 8453d826..11c66548 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -484,4 +484,14 @@ Based on: ### Generated - [python v0.23.0] . ### Releases -- [PyPI v0.23.0] https://pypi.org/project/unstructured-client/0.23.0 - . \ No newline at end of file +- [PyPI v0.23.0] https://pypi.org/project/unstructured-client/0.23.0 - . + +## 2024-06-06 15:46:18 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.300.0 (2.338.14) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.23.1] . +### Releases +- [PyPI v0.23.1] https://pypi.org/project/unstructured-client/0.23.1 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 37402e67..acf93de7 100644 --- a/gen.yaml +++ b/gen.yaml @@ -10,7 +10,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: false python: - version: 0.23.0 + version: 0.23.1 additionalDependencies: dependencies: deepdiff: '>=6.0' diff --git a/setup.py b/setup.py index efec2449..a23d7dae 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setuptools.setup( name='unstructured-client', - version='0.23.0', + version='0.23.1', author='Unstructured', description='Python Client SDK for Unstructured API', license = 'MIT', diff --git a/src/unstructured_client/sdkconfiguration.py b/src/unstructured_client/sdkconfiguration.py index f1999bf3..0e923bee 100644 --- a/src/unstructured_client/sdkconfiguration.py +++ b/src/unstructured_client/sdkconfiguration.py @@ -29,9 +29,9 @@ class SDKConfiguration: server: Optional[str] = '' language: str = 'python' openapi_doc_version: str = '1.0.33' - sdk_version: str = '0.23.0' - gen_version: str = '2.338.12' - user_agent: str = 'speakeasy-sdk/python 0.23.0 2.338.12 1.0.33 unstructured-client' + sdk_version: str = '0.23.1' + gen_version: str = '2.338.14' + user_agent: str = 'speakeasy-sdk/python 0.23.1 2.338.14 1.0.33 unstructured-client' retry_config: Optional[RetryConfig] = None def __post_init__(self):