From 7fe66d66ac247eb2ebf2a9bd6f2988701fad4b51 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:45:02 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=90=9D=20Update=20SDK=20-=20Gene?= =?UTF-8?q?rate=200.25.2=20(#143)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > [!IMPORTANT] > Linting report available at: > OpenAPI Change report available at: # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.352.1 (2.385.1) https://github.com/speakeasy-api/speakeasy ## OpenAPI Change Summary ``` └─┬Info └──[🔀] version (4:14) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | info | 1 | 0 | Co-authored-by: speakeasybot Co-authored-by: Austin Walker --- .speakeasy/gen.lock | 12 ++++++------ .speakeasy/workflow.lock | 10 +++++----- RELEASES.md | 12 +++++++++++- gen.yaml | 2 +- setup.py | 2 +- src/unstructured_client/sdkconfiguration.py | 8 ++++---- 6 files changed, 28 insertions(+), 18 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 47925d3a..a8ada2e4 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: 10d6e50c2142f9d44bc03cb74664a2c4 - docVersion: 1.0.41 - speakeasyVersion: 1.349.0 - generationVersion: 2.382.0 - releaseVersion: 0.25.1 - configChecksum: 83450d02d23f7ebc3d13eb098b07b583 + docChecksum: 47b6fa4630fd66b59c0579ce79bc6ce3 + docVersion: 1.0.42 + speakeasyVersion: 1.352.1 + generationVersion: 2.385.1 + releaseVersion: 0.25.2 + configChecksum: a9359082a36d964c3b4ca401770510ea 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 ce042a1a..98342105 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,9 +1,9 @@ -speakeasyVersion: 1.349.0 +speakeasyVersion: 1.352.1 sources: my-source: sourceNamespace: my-source - sourceRevisionDigest: sha256:6316cd6a8ea4254edfce7c25db49f21d835e0f0bfc4017caf81b1ba69551bc8b - sourceBlobDigest: sha256:1fe4394ff6a8c82e9eb10bc20c5bcec7537fb1b30229401b175a0dadf6767251 + sourceRevisionDigest: sha256:204ce6bd0666235fd0364d4befe342a0a3ef1de2c7efb26c8c7347fb73c8de0e + sourceBlobDigest: sha256:29f4b5735bb7a333f2efcf0f1453e6c8281f7a04302837c07a92dc0e7b0115c4 tags: - latest - main @@ -11,8 +11,8 @@ targets: unstructured-python: source: my-source sourceNamespace: my-source - sourceRevisionDigest: sha256:6316cd6a8ea4254edfce7c25db49f21d835e0f0bfc4017caf81b1ba69551bc8b - sourceBlobDigest: sha256:1fe4394ff6a8c82e9eb10bc20c5bcec7537fb1b30229401b175a0dadf6767251 + sourceRevisionDigest: sha256:204ce6bd0666235fd0364d4befe342a0a3ef1de2c7efb26c8c7347fb73c8de0e + sourceBlobDigest: sha256:29f4b5735bb7a333f2efcf0f1453e6c8281f7a04302837c07a92dc0e7b0115c4 outLocation: /github/workspace/repo workflow: workflowVersion: 1.0.0 diff --git a/RELEASES.md b/RELEASES.md index 8870fe3c..0d34daab 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -604,4 +604,14 @@ Based on: ### Generated - [python v0.25.1] . ### Releases -- [PyPI v0.25.1] https://pypi.org/project/unstructured-client/0.25.1 - . \ No newline at end of file +- [PyPI v0.25.1] https://pypi.org/project/unstructured-client/0.25.1 - . + +## 2024-08-05 00:22:36 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.352.1 (2.385.1) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.25.2] . +### Releases +- [PyPI v0.25.2] https://pypi.org/project/unstructured-client/0.25.2 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 575bf37e..11db7b72 100644 --- a/gen.yaml +++ b/gen.yaml @@ -10,7 +10,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: false python: - version: 0.25.1 + version: 0.25.2 additionalDependencies: dependencies: deepdiff: '>=6.0' diff --git a/setup.py b/setup.py index 50d00040..dcc3ac79 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setuptools.setup( name='unstructured-client', - version='0.25.1', + version='0.25.2', 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 6941e764..f627a5df 100644 --- a/src/unstructured_client/sdkconfiguration.py +++ b/src/unstructured_client/sdkconfiguration.py @@ -31,10 +31,10 @@ class SDKConfiguration: server_url: Optional[str] = '' server: Optional[str] = '' language: str = 'python' - openapi_doc_version: str = '1.0.41' - sdk_version: str = '0.25.1' - gen_version: str = '2.382.0' - user_agent: str = 'speakeasy-sdk/python 0.25.1 2.382.0 1.0.41 unstructured-client' + openapi_doc_version: str = '1.0.42' + sdk_version: str = '0.25.2' + gen_version: str = '2.385.1' + user_agent: str = 'speakeasy-sdk/python 0.25.2 2.385.1 1.0.42 unstructured-client' retry_config: Optional[RetryConfig] = None def __post_init__(self):