Skip to content

Commit c55e721

Browse files
chore: 🐝 Update SDK - Generate (#117)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasyapi.dev/org/unstructured/unstructured5xr/linting-report/3aec785f32070a79daac48f3e257f88d> > OpenAPI Change report available at: <https://app.speakeasyapi.dev/org/unstructured/unstructured5xr/changes-report/1ed855e6e969ec81ba5d8815b2cad456> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.308.1 (2.342.6) https://github.com/speakeasy-api/speakeasy ## PYTHON CHANGELOG Co-authored-by: speakeasybot <[email protected]>
1 parent 2c0beeb commit c55e721

File tree

6 files changed

+21
-11
lines changed

6 files changed

+21
-11
lines changed

Diff for: .speakeasy/gen.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 1.0.35
66
speakeasyVersion: 1.308.1
77
generationVersion: 2.342.6
8-
releaseVersion: 0.23.4
9-
configChecksum: 2f71ba62e42129740d3fe7343a6e3d57
8+
releaseVersion: 0.23.5
9+
configChecksum: e210d7bff3afd386269cb7c6adeef630
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

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ speakeasyVersion: 1.308.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:2afe2b4cc03c9cec18d5b1b183a58d9d215c4741446a4deac25700bdb98a7aeb
6-
sourceBlobDigest: sha256:5f8888fc7a7d4dd77922a6607261d2b76bb51c2aeda36e98a33d4c3cbdf40f5e
5+
sourceRevisionDigest: sha256:38f36639160a7a7c2e13fe645af60e6a23cdb92e129c237fc875de6f4bbccdea
6+
sourceBlobDigest: sha256:27e4f3ab00cea0674220f9ec195ac9216cfe33416a5fe51f2015c8382357b43c
77
tags:
88
- latest
99
- main
1010
targets:
1111
unstructured-python:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:2afe2b4cc03c9cec18d5b1b183a58d9d215c4741446a4deac25700bdb98a7aeb
15-
sourceBlobDigest: sha256:5f8888fc7a7d4dd77922a6607261d2b76bb51c2aeda36e98a33d4c3cbdf40f5e
14+
sourceRevisionDigest: sha256:38f36639160a7a7c2e13fe645af60e6a23cdb92e129c237fc875de6f4bbccdea
15+
sourceBlobDigest: sha256:27e4f3ab00cea0674220f9ec195ac9216cfe33416a5fe51f2015c8382357b43c
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
@@ -524,4 +524,14 @@ Based on:
524524
### Generated
525525
- [python v0.23.4] .
526526
### Releases
527-
- [PyPI v0.23.4] https://pypi.org/project/unstructured-client/0.23.4 - .
527+
- [PyPI v0.23.4] https://pypi.org/project/unstructured-client/0.23.4 - .
528+
529+
## 2024-06-15 19:11:05
530+
### Changes
531+
Based on:
532+
- OpenAPI Doc
533+
- Speakeasy CLI 1.308.1 (2.342.6) https://github.com/speakeasy-api/speakeasy
534+
### Generated
535+
- [python v0.23.5] .
536+
### Releases
537+
- [PyPI v0.23.5] https://pypi.org/project/unstructured-client/0.23.5 - .

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.4
13+
version: 0.23.5
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.4',
22+
version='0.23.5',
2323
author='Unstructured',
2424
description='Python Client SDK for Unstructured API',
2525
license = 'MIT',

Diff for: src/unstructured_client/sdkconfiguration.py

+2-2
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.35'
32-
sdk_version: str = '0.23.4'
32+
sdk_version: str = '0.23.5'
3333
gen_version: str = '2.342.6'
34-
user_agent: str = 'speakeasy-sdk/python 0.23.4 2.342.6 1.0.35 unstructured-client'
34+
user_agent: str = 'speakeasy-sdk/python 0.23.5 2.342.6 1.0.35 unstructured-client'
3535
retry_config: Optional[RetryConfig] = None
3636

3737
def __post_init__(self):

0 commit comments

Comments
 (0)