Skip to content

Commit 7fe66d6

Browse files
github-actions[bot]speakeasybotawalker4
authored
chore: 🐝 Update SDK - Generate 0.25.2 (#143)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasyapi.dev/org/unstructured/unstructured5xr/linting-report/38839b02490ec839f218de5cb3d8322b> > OpenAPI Change report available at: <https://app.speakeasyapi.dev/org/unstructured/unstructured5xr/changes-report/ce3f859bd05781d66a86db427a72746f> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.352.1 (2.385.1) https://github.com/speakeasy-api/speakeasy ## OpenAPI Change Summary ``` └─┬Info └──[🔀] version (4:14) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | info | 1 | 0 | Co-authored-by: speakeasybot <[email protected]> Co-authored-by: Austin Walker <[email protected]>
1 parent 2c3fcbe commit 7fe66d6

File tree

6 files changed

+28
-18
lines changed

6 files changed

+28
-18
lines changed

Diff for: .speakeasy/gen.lock

+6-6
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: 10d6e50c2142f9d44bc03cb74664a2c4
5-
docVersion: 1.0.41
6-
speakeasyVersion: 1.349.0
7-
generationVersion: 2.382.0
8-
releaseVersion: 0.25.1
9-
configChecksum: 83450d02d23f7ebc3d13eb098b07b583
4+
docChecksum: 47b6fa4630fd66b59c0579ce79bc6ce3
5+
docVersion: 1.0.42
6+
speakeasyVersion: 1.352.1
7+
generationVersion: 2.385.1
8+
releaseVersion: 0.25.2
9+
configChecksum: a9359082a36d964c3b4ca401770510ea
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.349.0
1+
speakeasyVersion: 1.352.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:6316cd6a8ea4254edfce7c25db49f21d835e0f0bfc4017caf81b1ba69551bc8b
6-
sourceBlobDigest: sha256:1fe4394ff6a8c82e9eb10bc20c5bcec7537fb1b30229401b175a0dadf6767251
5+
sourceRevisionDigest: sha256:204ce6bd0666235fd0364d4befe342a0a3ef1de2c7efb26c8c7347fb73c8de0e
6+
sourceBlobDigest: sha256:29f4b5735bb7a333f2efcf0f1453e6c8281f7a04302837c07a92dc0e7b0115c4
77
tags:
88
- latest
99
- main
1010
targets:
1111
unstructured-python:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:6316cd6a8ea4254edfce7c25db49f21d835e0f0bfc4017caf81b1ba69551bc8b
15-
sourceBlobDigest: sha256:1fe4394ff6a8c82e9eb10bc20c5bcec7537fb1b30229401b175a0dadf6767251
14+
sourceRevisionDigest: sha256:204ce6bd0666235fd0364d4befe342a0a3ef1de2c7efb26c8c7347fb73c8de0e
15+
sourceBlobDigest: sha256:29f4b5735bb7a333f2efcf0f1453e6c8281f7a04302837c07a92dc0e7b0115c4
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
@@ -604,4 +604,14 @@ Based on:
604604
### Generated
605605
- [python v0.25.1] .
606606
### Releases
607-
- [PyPI v0.25.1] https://pypi.org/project/unstructured-client/0.25.1 - .
607+
- [PyPI v0.25.1] https://pypi.org/project/unstructured-client/0.25.1 - .
608+
609+
## 2024-08-05 00:22:36
610+
### Changes
611+
Based on:
612+
- OpenAPI Doc
613+
- Speakeasy CLI 1.352.1 (2.385.1) https://github.com/speakeasy-api/speakeasy
614+
### Generated
615+
- [python v0.25.2] .
616+
### Releases
617+
- [PyPI v0.25.2] https://pypi.org/project/unstructured-client/0.25.2 - .

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

Diff for: src/unstructured_client/sdkconfiguration.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ class SDKConfiguration:
3131
server_url: Optional[str] = ''
3232
server: Optional[str] = ''
3333
language: str = 'python'
34-
openapi_doc_version: str = '1.0.41'
35-
sdk_version: str = '0.25.1'
36-
gen_version: str = '2.382.0'
37-
user_agent: str = 'speakeasy-sdk/python 0.25.1 2.382.0 1.0.41 unstructured-client'
34+
openapi_doc_version: str = '1.0.42'
35+
sdk_version: str = '0.25.2'
36+
gen_version: str = '2.385.1'
37+
user_agent: str = 'speakeasy-sdk/python 0.25.2 2.385.1 1.0.42 unstructured-client'
3838
retry_config: Optional[RetryConfig] = None
3939

4040
def __post_init__(self):

0 commit comments

Comments
 (0)