Skip to content

Commit 91462b2

Browse files
chore: 🐝 Update SDK - Generate (#123)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasyapi.dev/org/unstructured/unstructured5xr/linting-report/4f0ce155b8184add31556e4e9df60a84> > OpenAPI Change report available at: <https://app.speakeasyapi.dev/org/unstructured/unstructured5xr/changes-report/25efa7d832228704d26082e3827858f9> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.327.0 (2.359.6) https://github.com/speakeasy-api/speakeasy ## OpenAPI Change Summary ``` ├─┬Paths │ └─┬/general/v0/general │ └──POST ├──Servers ├──Servers ├─┬Components │ ├─┬Element │ │ └──[🔀] example (283:22) │ ├─┬HTTPValidationError │ │ └──[🔀] example (65:22) │ ├─┬ServerError │ │ └──[🔀] example (289:22) │ ├─┬partition_parameters │ │ ├─┬output_format │ │ │ ├──[➕] enum (150:27) │ │ │ ├──[➕] enum (151:27) │ │ │ ├──[➖] enum (177:27)❌ │ │ │ └──[➖] enum (178:27)❌ │ │ ├──files │ │ ├─┬chunking_strategy │ │ │ └─┬ANYOF │ │ │ ├──[➕] enum (203:31) │ │ │ ├──[➕] enum (204:31) │ │ │ ├──[➕] enum (205:31) │ │ │ ├──[➕] enum (206:31) │ │ │ ├──[➖] enum (68:31)❌ │ │ │ ├──[➖] enum (69:31)❌ │ │ │ ├──[➖] enum (70:31)❌ │ │ │ └──[➖] enum (71:31)❌ │ │ └─┬strategy │ │ ├──[➕] enum (179:27) │ │ ├──[➕] enum (180:27) │ │ ├──[➕] enum (181:27) │ │ ├──[➕] enum (178:27) │ │ ├──[➖] enum (232:27)❌ │ │ ├──[➖] enum (233:27)❌ │ │ ├──[➖] enum (234:27)❌ │ │ └──[➖] enum (235:27)❌ │ └──ApiKeyAuth └─┬Extensions └──[🔀] x-speakeasy-retries (300:22) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | paths | 0 | 0 | | servers | 0 | 0 | | components | 23 | 10 | ## PYTHON CHANGELOG Co-authored-by: speakeasybot <[email protected]>
1 parent 42a9a24 commit 91462b2

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
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 8b5fa338-9106-4734-abf0-e30d67044a90
33
management:
4-
docChecksum: 7f66a0b37f7c9410adfa767ab853be37
4+
docChecksum: 6d116a47ec6d55caaccd4c9ceb6e341c
55
docVersion: 1.0.39
6-
speakeasyVersion: 1.322.1
7-
generationVersion: 2.354.2
8-
releaseVersion: 0.23.8
9-
configChecksum: f3dd7a4511cf2bc22ddb479fa03effba
6+
speakeasyVersion: 1.327.0
7+
generationVersion: 2.359.6
8+
releaseVersion: 0.23.9
9+
configChecksum: 4172e7500bacd1576ca11842b238ea91
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.322.1
1+
speakeasyVersion: 1.327.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:03a5b2400a0c666b000349883823d4ac9ab293b11599805156c54efe31325e6b
6-
sourceBlobDigest: sha256:0fa8b3f2439934e2a1215d907f07b794569954dd381d7412f9f17627c4d46b67
5+
sourceRevisionDigest: sha256:e314656ed0783acddc764f41dac1c85143ec8f8aebc9aed4d7faaf01567b71f5
6+
sourceBlobDigest: sha256:8d6f613e19339641bbaab5f2c7d9702a790377f6e9a9e3e20c066ea02f4ce36c
77
tags:
88
- latest
99
- main
1010
targets:
1111
unstructured-python:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:03a5b2400a0c666b000349883823d4ac9ab293b11599805156c54efe31325e6b
15-
sourceBlobDigest: sha256:0fa8b3f2439934e2a1215d907f07b794569954dd381d7412f9f17627c4d46b67
14+
sourceRevisionDigest: sha256:e314656ed0783acddc764f41dac1c85143ec8f8aebc9aed4d7faaf01567b71f5
15+
sourceBlobDigest: sha256:8d6f613e19339641bbaab5f2c7d9702a790377f6e9a9e3e20c066ea02f4ce36c
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
@@ -554,4 +554,14 @@ Based on:
554554
### Generated
555555
- [python v0.23.8] .
556556
### Releases
557-
- [PyPI v0.23.8] https://pypi.org/project/unstructured-client/0.23.8 - .
557+
- [PyPI v0.23.8] https://pypi.org/project/unstructured-client/0.23.8 - .
558+
559+
## 2024-07-08 00:21:59
560+
### Changes
561+
Based on:
562+
- OpenAPI Doc
563+
- Speakeasy CLI 1.327.0 (2.359.6) https://github.com/speakeasy-api/speakeasy
564+
### Generated
565+
- [python v0.23.9] .
566+
### Releases
567+
- [PyPI v0.23.9] https://pypi.org/project/unstructured-client/0.23.9 - .

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.8
13+
version: 0.23.9
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.8',
22+
version='0.23.9',
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.39'
32-
sdk_version: str = '0.23.8'
33-
gen_version: str = '2.354.2'
34-
user_agent: str = 'speakeasy-sdk/python 0.23.8 2.354.2 1.0.39 unstructured-client'
32+
sdk_version: str = '0.23.9'
33+
gen_version: str = '2.359.6'
34+
user_agent: str = 'speakeasy-sdk/python 0.23.9 2.359.6 1.0.39 unstructured-client'
3535
retry_config: Optional[RetryConfig] = None
3636

3737
def __post_init__(self):

0 commit comments

Comments
 (0)