diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index b652ef46..e193b5e4 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: 9539f605294aa86b949f639c62f09e45 - docVersion: 1.0.50 - speakeasyVersion: 1.402.14 - generationVersion: 2.422.22 - releaseVersion: 0.26.0-beta.3 - configChecksum: d33f785870188c842139f190d72017a7 + docChecksum: 21f469b38bb72725739ee9d9d0fc8780 + docVersion: 1.0.51 + speakeasyVersion: 1.405.6 + generationVersion: 2.428.1 + releaseVersion: 0.26.0-beta.4 + configChecksum: 0b79ec3eb6db29cf265da8359efa5611 repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git repoSubDirectory: . installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git @@ -15,7 +15,7 @@ features: python: additionalDependencies: 1.0.0 constsAndDefaults: 1.0.3 - core: 5.5.5 + core: 5.5.7 defaultEnabledRetries: 0.2.0 enumUnions: 0.1.0 envVarSecurityUsage: 0.3.1 @@ -28,7 +28,7 @@ features: nameOverrides: 3.0.0 nullables: 1.0.0 openEnums: 1.0.0 - responseFormat: 1.0.0 + responseFormat: 1.0.1 retries: 3.0.2 sdkHooks: 1.0.0 serverIDs: 3.0.0 diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index d2b676b5..20b8cc73 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,9 +1,9 @@ -speakeasyVersion: 1.402.14 +speakeasyVersion: 1.405.6 sources: my-source: sourceNamespace: my-source - sourceRevisionDigest: sha256:323f4dd5fa715938e57e2246e5f40cf999e9fe3dbc5a54ec7d004fff6e8a1c68 - sourceBlobDigest: sha256:4db0a8bb46a600fc04c0d4c9099183d62f37edeb72a2dbe4a668674e1bc4738e + sourceRevisionDigest: sha256:e3464d52f2e61a998b54643c076678c5fd4239186074f29643d5703366dedd85 + sourceBlobDigest: sha256:27e4879df402e924f9f65d336ea6d2fc8b16a00b87b4a802866238f7e9f639d3 tags: - latest - main @@ -11,8 +11,8 @@ targets: unstructured-python: source: my-source sourceNamespace: my-source - sourceRevisionDigest: sha256:323f4dd5fa715938e57e2246e5f40cf999e9fe3dbc5a54ec7d004fff6e8a1c68 - sourceBlobDigest: sha256:4db0a8bb46a600fc04c0d4c9099183d62f37edeb72a2dbe4a668674e1bc4738e + sourceRevisionDigest: sha256:e3464d52f2e61a998b54643c076678c5fd4239186074f29643d5703366dedd85 + sourceBlobDigest: sha256:27e4879df402e924f9f65d336ea6d2fc8b16a00b87b4a802866238f7e9f639d3 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index ffb028fc..4de9c6e3 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -674,4 +674,14 @@ Based on: ### Generated - [python v0.26.0-beta.3] . ### Releases -- [PyPI v0.26.0-beta.3] https://pypi.org/project/unstructured-client/0.26.0-beta.3 - . \ No newline at end of file +- [PyPI v0.26.0-beta.3] https://pypi.org/project/unstructured-client/0.26.0-beta.3 - . + +## 2024-10-02 00:09:13 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.405.6 (2.428.1) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.26.0-beta.4] . +### Releases +- [PyPI v0.26.0-beta.4] https://pypi.org/project/unstructured-client/0.26.0-beta.4 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index fa3daa3e..43dc0c06 100644 --- a/gen.yaml +++ b/gen.yaml @@ -10,7 +10,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: false python: - version: 0.26.0-beta.3 + version: 0.26.0-beta.4 additionalDependencies: dev: deepdiff: '>=6.0' @@ -29,6 +29,8 @@ python: clientServerStatusCodesAsErrors: true description: Python Client SDK for Unstructured API enumFormat: enum + fixFlags: + responseRequiredSep2024: false flattenGlobalSecurity: true flattenRequests: false imports: diff --git a/pyproject.toml b/pyproject.toml index 5d3a10d5..d0c94840 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "unstructured-client" -version = "0.26.0-beta.3" +version = "0.26.0-beta.4" description = "Python Client SDK for Unstructured API" authors = ["Unstructured",] readme = "README-PYPI.md" diff --git a/src/unstructured_client/sdkconfiguration.py b/src/unstructured_client/sdkconfiguration.py index a868f5a4..0c24c405 100644 --- a/src/unstructured_client/sdkconfiguration.py +++ b/src/unstructured_client/sdkconfiguration.py @@ -33,11 +33,11 @@ class SDKConfiguration: server_url: Optional[str] = "" server: Optional[str] = "" language: str = "python" - openapi_doc_version: str = "1.0.50" - sdk_version: str = "0.26.0-beta.3" - gen_version: str = "2.422.22" + openapi_doc_version: str = "1.0.51" + sdk_version: str = "0.26.0-beta.4" + gen_version: str = "2.428.1" user_agent: str = ( - "speakeasy-sdk/python 0.26.0-beta.3 2.422.22 1.0.50 unstructured-client" + "speakeasy-sdk/python 0.26.0-beta.4 2.428.1 1.0.51 unstructured-client" ) retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET) timeout_ms: Optional[int] = None