Skip to content

Commit f1cff4e

Browse files
chore: 🐝 Update SDK - Generate 0.26.0-beta.3 (#185)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/7589ec70b3a897396a138d6a10dd2f63> > OpenAPI Change report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/b5b6642915bdb669f15199631bc28b93> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.402.14 (2.422.22) 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 bb488f2 commit f1cff4e

File tree

6 files changed

+29
-19
lines changed

6 files changed

+29
-19
lines changed

Diff for: .speakeasy/gen.lock

+7-7
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: 50c3c5e39eb24b50e53fbe08f8156e76
5-
docVersion: 1.0.48
6-
speakeasyVersion: 1.401.2
7-
generationVersion: 2.421.3
8-
releaseVersion: 0.26.0-beta.2
9-
configChecksum: 1c64b3f4febc852a778315853edd62ff
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
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.4
18+
core: 5.5.5
1919
defaultEnabledRetries: 0.2.0
2020
enumUnions: 0.1.0
2121
envVarSecurityUsage: 0.3.1

Diff for: .speakeasy/workflow.lock

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

Diff for: RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -664,4 +664,14 @@ Based on:
664664
### Generated
665665
- [python v0.26.0-beta.2] .
666666
### Releases
667-
- [PyPI v0.26.0-beta.2] https://pypi.org/project/unstructured-client/0.26.0-beta.2 - .
667+
- [PyPI v0.26.0-beta.2] https://pypi.org/project/unstructured-client/0.26.0-beta.2 - .
668+
669+
## 2024-09-26 00:09:11
670+
### Changes
671+
Based on:
672+
- OpenAPI Doc
673+
- Speakeasy CLI 1.402.14 (2.422.22) https://github.com/speakeasy-api/speakeasy
674+
### Generated
675+
- [python v0.26.0-beta.3] .
676+
### Releases
677+
- [PyPI v0.26.0-beta.3] https://pypi.org/project/unstructured-client/0.26.0-beta.3 - .

Diff for: gen.yaml

+1-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.2
13+
version: 0.26.0-beta.3
1414
additionalDependencies:
1515
dev:
1616
deepdiff: '>=6.0'

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.2"
3+
version = "0.26.0-beta.3"
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.48"
37-
sdk_version: str = "0.26.0-beta.2"
38-
gen_version: str = "2.421.3"
36+
openapi_doc_version: str = "1.0.50"
37+
sdk_version: str = "0.26.0-beta.3"
38+
gen_version: str = "2.422.22"
3939
user_agent: str = (
40-
"speakeasy-sdk/python 0.26.0-beta.2 2.421.3 1.0.48 unstructured-client"
40+
"speakeasy-sdk/python 0.26.0-beta.3 2.422.22 1.0.50 unstructured-client"
4141
)
4242
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
4343
timeout_ms: Optional[int] = None

0 commit comments

Comments
 (0)