diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index bc0ac3a6..660a5923 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -3,10 +3,10 @@ id: 8b5fa338-9106-4734-abf0-e30d67044a90 management: docChecksum: f4daf2a82fa5421160b71b44ed12f0b9 docVersion: 1.0.43 - speakeasyVersion: 1.352.2 - generationVersion: 2.385.2 - releaseVersion: 0.25.3 - configChecksum: ddc7435caf130892c3dee03e0f26840a + speakeasyVersion: 1.354.0 + generationVersion: 2.386.2 + releaseVersion: 0.25.4 + configChecksum: 1f4bb53171d8f53ae1bc81f2b0b040e4 repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git repoSubDirectory: . installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git @@ -14,7 +14,7 @@ management: features: python: additionalDependencies: 0.1.0 - constsAndDefaults: 0.1.3 + constsAndDefaults: 0.1.4 core: 4.8.4 examples: 2.81.3 globalSecurity: 2.83.6 diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 65c3c75c..b5ed7b23 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,9 +1,9 @@ -speakeasyVersion: 1.352.2 +speakeasyVersion: 1.354.0 sources: my-source: sourceNamespace: my-source - sourceRevisionDigest: sha256:0016df31d8fd1ddee8895c62863313e3ff9a03e1aecca43c7b7fa995d357d80a - sourceBlobDigest: sha256:1d359865a4c9fed527678b686ca7e41b09bdb44f22e05c5dd7d81079a9e3dfe3 + sourceRevisionDigest: sha256:ee0d781765ce00c76d08ae0013b4636a39a807611e9eb20daf6de4a788966abc + sourceBlobDigest: sha256:4d3509bbee8300363a214c69eff09037aa9d589e46846af3687ebe57cb17194c tags: - latest - main @@ -11,8 +11,8 @@ targets: unstructured-python: source: my-source sourceNamespace: my-source - sourceRevisionDigest: sha256:0016df31d8fd1ddee8895c62863313e3ff9a03e1aecca43c7b7fa995d357d80a - sourceBlobDigest: sha256:1d359865a4c9fed527678b686ca7e41b09bdb44f22e05c5dd7d81079a9e3dfe3 + sourceRevisionDigest: sha256:ee0d781765ce00c76d08ae0013b4636a39a807611e9eb20daf6de4a788966abc + sourceBlobDigest: sha256:4d3509bbee8300363a214c69eff09037aa9d589e46846af3687ebe57cb17194c outLocation: /github/workspace/repo workflow: workflowVersion: 1.0.0 diff --git a/RELEASES.md b/RELEASES.md index 2cbac2ed..c723bb6e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -624,4 +624,14 @@ Based on: ### Generated - [python v0.25.3] . ### Releases -- [PyPI v0.25.3] https://pypi.org/project/unstructured-client/0.25.3 - . \ No newline at end of file +- [PyPI v0.25.3] https://pypi.org/project/unstructured-client/0.25.3 - . + +## 2024-08-06 19:57:54 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.354.0 (2.386.2) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.25.4] . +### Releases +- [PyPI v0.25.4] https://pypi.org/project/unstructured-client/0.25.4 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index eb1e3829..40f89c48 100644 --- a/gen.yaml +++ b/gen.yaml @@ -10,7 +10,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: false python: - version: 0.25.3 + version: 0.25.4 additionalDependencies: dependencies: deepdiff: '>=6.0' diff --git a/setup.py b/setup.py index 5f25c594..ddf5af0e 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setuptools.setup( name='unstructured-client', - version='0.25.3', + version='0.25.4', 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 53a61b10..b8213299 100644 --- a/src/unstructured_client/sdkconfiguration.py +++ b/src/unstructured_client/sdkconfiguration.py @@ -32,9 +32,9 @@ class SDKConfiguration: server: Optional[str] = '' language: str = 'python' openapi_doc_version: str = '1.0.43' - sdk_version: str = '0.25.3' - gen_version: str = '2.385.2' - user_agent: str = 'speakeasy-sdk/python 0.25.3 2.385.2 1.0.43 unstructured-client' + sdk_version: str = '0.25.4' + gen_version: str = '2.386.2' + user_agent: str = 'speakeasy-sdk/python 0.25.4 2.386.2 1.0.43 unstructured-client' retry_config: Optional[RetryConfig] = None def __post_init__(self):