Skip to content

Commit 4bb4369

Browse files
chore: 🐝 Update SDK - Generate 0.26.0-beta.4 (#186)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/527e2a953c5f3761b640d62d21b4ef1e> > OpenAPI Change report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/5c589f7a36018c3cff39c423b2033e4a> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.405.6 (2.428.1) https://github.com/speakeasy-api/speakeasy ## OpenAPI Change Summary ``` └─┬Info └──[🔀] version (5:16) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | info | 1 | 0 | Co-authored-by: speakeasybot <[email protected]>
1 parent f1cff4e commit 4bb4369

File tree

6 files changed

+32
-20
lines changed

6 files changed

+32
-20
lines changed

Diff for: .speakeasy/gen.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 8b5fa338-9106-4734-abf0-e30d67044a90
33
management:
4-
docChecksum: 9539f605294aa86b949f639c62f09e45
5-
docVersion: 1.0.50
6-
speakeasyVersion: 1.402.14
7-
generationVersion: 2.422.22
8-
releaseVersion: 0.26.0-beta.3
9-
configChecksum: d33f785870188c842139f190d72017a7
4+
docChecksum: 21f469b38bb72725739ee9d9d0fc8780
5+
docVersion: 1.0.51
6+
speakeasyVersion: 1.405.6
7+
generationVersion: 2.428.1
8+
releaseVersion: 0.26.0-beta.4
9+
configChecksum: 0b79ec3eb6db29cf265da8359efa5611
1010
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
@@ -15,7 +15,7 @@ features:
1515
python:
1616
additionalDependencies: 1.0.0
1717
constsAndDefaults: 1.0.3
18-
core: 5.5.5
18+
core: 5.5.7
1919
defaultEnabledRetries: 0.2.0
2020
enumUnions: 0.1.0
2121
envVarSecurityUsage: 0.3.1
@@ -28,7 +28,7 @@ features:
2828
nameOverrides: 3.0.0
2929
nullables: 1.0.0
3030
openEnums: 1.0.0
31-
responseFormat: 1.0.0
31+
responseFormat: 1.0.1
3232
retries: 3.0.2
3333
sdkHooks: 1.0.0
3434
serverIDs: 3.0.0

Diff for: .speakeasy/workflow.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.402.14
1+
speakeasyVersion: 1.405.6
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:323f4dd5fa715938e57e2246e5f40cf999e9fe3dbc5a54ec7d004fff6e8a1c68
6-
sourceBlobDigest: sha256:4db0a8bb46a600fc04c0d4c9099183d62f37edeb72a2dbe4a668674e1bc4738e
5+
sourceRevisionDigest: sha256:e3464d52f2e61a998b54643c076678c5fd4239186074f29643d5703366dedd85
6+
sourceBlobDigest: sha256:27e4879df402e924f9f65d336ea6d2fc8b16a00b87b4a802866238f7e9f639d3
77
tags:
88
- latest
99
- main
1010
targets:
1111
unstructured-python:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:323f4dd5fa715938e57e2246e5f40cf999e9fe3dbc5a54ec7d004fff6e8a1c68
15-
sourceBlobDigest: sha256:4db0a8bb46a600fc04c0d4c9099183d62f37edeb72a2dbe4a668674e1bc4738e
14+
sourceRevisionDigest: sha256:e3464d52f2e61a998b54643c076678c5fd4239186074f29643d5703366dedd85
15+
sourceBlobDigest: sha256:27e4879df402e924f9f65d336ea6d2fc8b16a00b87b4a802866238f7e9f639d3
1616
workflow:
1717
workflowVersion: 1.0.0
1818
speakeasyVersion: latest

Diff for: RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -674,4 +674,14 @@ Based on:
674674
### Generated
675675
- [python v0.26.0-beta.3] .
676676
### Releases
677-
- [PyPI v0.26.0-beta.3] https://pypi.org/project/unstructured-client/0.26.0-beta.3 - .
677+
- [PyPI v0.26.0-beta.3] https://pypi.org/project/unstructured-client/0.26.0-beta.3 - .
678+
679+
## 2024-10-02 00:09:13
680+
### Changes
681+
Based on:
682+
- OpenAPI Doc
683+
- Speakeasy CLI 1.405.6 (2.428.1) https://github.com/speakeasy-api/speakeasy
684+
### Generated
685+
- [python v0.26.0-beta.4] .
686+
### Releases
687+
- [PyPI v0.26.0-beta.4] https://pypi.org/project/unstructured-client/0.26.0-beta.4 - .

Diff for: gen.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
python:
13-
version: 0.26.0-beta.3
13+
version: 0.26.0-beta.4
1414
additionalDependencies:
1515
dev:
1616
deepdiff: '>=6.0'
@@ -29,6 +29,8 @@ python:
2929
clientServerStatusCodesAsErrors: true
3030
description: Python Client SDK for Unstructured API
3131
enumFormat: enum
32+
fixFlags:
33+
responseRequiredSep2024: false
3234
flattenGlobalSecurity: true
3335
flattenRequests: false
3436
imports:

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "unstructured-client"
3-
version = "0.26.0-beta.3"
3+
version = "0.26.0-beta.4"
44
description = "Python Client SDK for Unstructured API"
55
authors = ["Unstructured",]
66
readme = "README-PYPI.md"

Diff for: src/unstructured_client/sdkconfiguration.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ class SDKConfiguration:
3333
server_url: Optional[str] = ""
3434
server: Optional[str] = ""
3535
language: str = "python"
36-
openapi_doc_version: str = "1.0.50"
37-
sdk_version: str = "0.26.0-beta.3"
38-
gen_version: str = "2.422.22"
36+
openapi_doc_version: str = "1.0.51"
37+
sdk_version: str = "0.26.0-beta.4"
38+
gen_version: str = "2.428.1"
3939
user_agent: str = (
40-
"speakeasy-sdk/python 0.26.0-beta.3 2.422.22 1.0.50 unstructured-client"
40+
"speakeasy-sdk/python 0.26.0-beta.4 2.428.1 1.0.51 unstructured-client"
4141
)
4242
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
4343
timeout_ms: Optional[int] = None

0 commit comments

Comments
 (0)