Skip to content

Commit 2797cac

Browse files
chore: 🐝 Update SDK - Generate (#108)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasyapi.dev/org/unstructured/unstructured5xr/linting-report/482056910a6dbf60d3f53a1dc5af27a5> > OpenAPI Change report available at: <https://app.speakeasyapi.dev/org/unstructured/unstructured5xr/changes-report/37c93e98e1b0c8ec5531af6551eab9b0> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.300.0 (2.338.14) https://github.com/speakeasy-api/speakeasy ## PYTHON CHANGELOG Co-authored-by: speakeasybot <[email protected]>
1 parent 799e204 commit 2797cac

File tree

6 files changed

+25
-15
lines changed

6 files changed

+25
-15
lines changed

Diff for: .speakeasy/gen.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 8b5fa338-9106-4734-abf0-e30d67044a90
33
management:
44
docChecksum: 2cabb51a37782b691a9f16fbbf8df52b
55
docVersion: 1.0.33
6-
speakeasyVersion: 1.299.7
7-
generationVersion: 2.338.12
8-
releaseVersion: 0.23.0
9-
configChecksum: c451a545ab58abbd26cd9ffb7fb32e98
6+
speakeasyVersion: 1.300.0
7+
generationVersion: 2.338.14
8+
releaseVersion: 0.23.1
9+
configChecksum: 1ff015a4f01b59b8410c220d105f05a2
1010
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git

Diff for: .speakeasy/workflow.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.299.7
1+
speakeasyVersion: 1.300.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:29730cd6d9ea733e1974ee5f90b11774f0a5c308eddad34250d93787d5a9d0c3
6-
sourceBlobDigest: sha256:110f9538009774e75d0a6cbc32c3d8651a0bc9223e397d34a8956b6394495ea5
5+
sourceRevisionDigest: sha256:9185f612fb7b29e3977b6a818d07a5e05274d149c2f1e5faef03980913817bd2
6+
sourceBlobDigest: sha256:ca32fe0602b577603a80b173976350fddad466232f4b971f2b90ae2405ead69b
77
tags:
88
- latest
99
- main
1010
targets:
1111
unstructured-python:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:29730cd6d9ea733e1974ee5f90b11774f0a5c308eddad34250d93787d5a9d0c3
15-
sourceBlobDigest: sha256:110f9538009774e75d0a6cbc32c3d8651a0bc9223e397d34a8956b6394495ea5
14+
sourceRevisionDigest: sha256:9185f612fb7b29e3977b6a818d07a5e05274d149c2f1e5faef03980913817bd2
15+
sourceBlobDigest: sha256:ca32fe0602b577603a80b173976350fddad466232f4b971f2b90ae2405ead69b
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
@@ -484,4 +484,14 @@ Based on:
484484
### Generated
485485
- [python v0.23.0] .
486486
### Releases
487-
- [PyPI v0.23.0] https://pypi.org/project/unstructured-client/0.23.0 - .
487+
- [PyPI v0.23.0] https://pypi.org/project/unstructured-client/0.23.0 - .
488+
489+
## 2024-06-06 15:46:18
490+
### Changes
491+
Based on:
492+
- OpenAPI Doc
493+
- Speakeasy CLI 1.300.0 (2.338.14) https://github.com/speakeasy-api/speakeasy
494+
### Generated
495+
- [python v0.23.1] .
496+
### Releases
497+
- [PyPI v0.23.1] https://pypi.org/project/unstructured-client/0.23.1 - .

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.23.0
13+
version: 0.23.1
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.23.0',
22+
version='0.23.1',
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
@@ -29,9 +29,9 @@ class SDKConfiguration:
2929
server: Optional[str] = ''
3030
language: str = 'python'
3131
openapi_doc_version: str = '1.0.33'
32-
sdk_version: str = '0.23.0'
33-
gen_version: str = '2.338.12'
34-
user_agent: str = 'speakeasy-sdk/python 0.23.0 2.338.12 1.0.33 unstructured-client'
32+
sdk_version: str = '0.23.1'
33+
gen_version: str = '2.338.14'
34+
user_agent: str = 'speakeasy-sdk/python 0.23.1 2.338.14 1.0.33 unstructured-client'
3535
retry_config: Optional[RetryConfig] = None
3636

3737
def __post_init__(self):

0 commit comments

Comments
 (0)