Skip to content

Commit 85c5b02

Browse files
chore: 🐝 Update SDK - Generate 0.25.4 (#146)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasyapi.dev/org/unstructured/unstructured5xr/linting-report/f8d4328d4f87aac13f656cdffbbbd794> > OpenAPI Change report available at: <https://app.speakeasyapi.dev/org/unstructured/unstructured5xr/changes-report/9e74c527c6dfa7387f60e56aed4f6008> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.354.0 (2.386.2) https://github.com/speakeasy-api/speakeasy ## OpenAPI Change Summary No specification changes Co-authored-by: speakeasybot <[email protected]>
1 parent f9cc36f commit 85c5b02

File tree

6 files changed

+26
-16
lines changed

6 files changed

+26
-16
lines changed

Diff for: .speakeasy/gen.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ id: 8b5fa338-9106-4734-abf0-e30d67044a90
33
management:
44
docChecksum: f4daf2a82fa5421160b71b44ed12f0b9
55
docVersion: 1.0.43
6-
speakeasyVersion: 1.352.2
7-
generationVersion: 2.385.2
8-
releaseVersion: 0.25.3
9-
configChecksum: ddc7435caf130892c3dee03e0f26840a
6+
speakeasyVersion: 1.354.0
7+
generationVersion: 2.386.2
8+
releaseVersion: 0.25.4
9+
configChecksum: 1f4bb53171d8f53ae1bc81f2b0b040e4
1010
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1313
published: true
1414
features:
1515
python:
1616
additionalDependencies: 0.1.0
17-
constsAndDefaults: 0.1.3
17+
constsAndDefaults: 0.1.4
1818
core: 4.8.4
1919
examples: 2.81.3
2020
globalSecurity: 2.83.6

Diff for: .speakeasy/workflow.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.352.2
1+
speakeasyVersion: 1.354.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:0016df31d8fd1ddee8895c62863313e3ff9a03e1aecca43c7b7fa995d357d80a
6-
sourceBlobDigest: sha256:1d359865a4c9fed527678b686ca7e41b09bdb44f22e05c5dd7d81079a9e3dfe3
5+
sourceRevisionDigest: sha256:ee0d781765ce00c76d08ae0013b4636a39a807611e9eb20daf6de4a788966abc
6+
sourceBlobDigest: sha256:4d3509bbee8300363a214c69eff09037aa9d589e46846af3687ebe57cb17194c
77
tags:
88
- latest
99
- main
1010
targets:
1111
unstructured-python:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:0016df31d8fd1ddee8895c62863313e3ff9a03e1aecca43c7b7fa995d357d80a
15-
sourceBlobDigest: sha256:1d359865a4c9fed527678b686ca7e41b09bdb44f22e05c5dd7d81079a9e3dfe3
14+
sourceRevisionDigest: sha256:ee0d781765ce00c76d08ae0013b4636a39a807611e9eb20daf6de4a788966abc
15+
sourceBlobDigest: sha256:4d3509bbee8300363a214c69eff09037aa9d589e46846af3687ebe57cb17194c
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

Diff for: RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -624,4 +624,14 @@ Based on:
624624
### Generated
625625
- [python v0.25.3] .
626626
### Releases
627-
- [PyPI v0.25.3] https://pypi.org/project/unstructured-client/0.25.3 - .
627+
- [PyPI v0.25.3] https://pypi.org/project/unstructured-client/0.25.3 - .
628+
629+
## 2024-08-06 19:57:54
630+
### Changes
631+
Based on:
632+
- OpenAPI Doc
633+
- Speakeasy CLI 1.354.0 (2.386.2) https://github.com/speakeasy-api/speakeasy
634+
### Generated
635+
- [python v0.25.4] .
636+
### Releases
637+
- [PyPI v0.25.4] https://pypi.org/project/unstructured-client/0.25.4 - .

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.25.3
13+
version: 0.25.4
1414
additionalDependencies:
1515
dependencies:
1616
deepdiff: '>=6.0'

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setuptools.setup(
2121
name='unstructured-client',
22-
version='0.25.3',
22+
version='0.25.4',
2323
author='Unstructured',
2424
description='Python Client SDK for Unstructured API',
2525
license = 'MIT',

Diff for: src/unstructured_client/sdkconfiguration.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ class SDKConfiguration:
3232
server: Optional[str] = ''
3333
language: str = 'python'
3434
openapi_doc_version: str = '1.0.43'
35-
sdk_version: str = '0.25.3'
36-
gen_version: str = '2.385.2'
37-
user_agent: str = 'speakeasy-sdk/python 0.25.3 2.385.2 1.0.43 unstructured-client'
35+
sdk_version: str = '0.25.4'
36+
gen_version: str = '2.386.2'
37+
user_agent: str = 'speakeasy-sdk/python 0.25.4 2.386.2 1.0.43 unstructured-client'
3838
retry_config: Optional[RetryConfig] = None
3939

4040
def __post_init__(self):

0 commit comments

Comments
 (0)