Skip to content

Commit f1d799c

Browse files
chore: 🐝 Update SDK - Generate 0.25.8 (#172)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/e9de01e666565e62408c44cd641cc8b9> > OpenAPI Change report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/eaa6a1456213d6cb26317f5ffd2fc8fc> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.394.0 (2.413.0) https://github.com/speakeasy-api/speakeasy ## OpenAPI Change Summary ``` ├─┬Info │ └──[🔀] version (4:14) ├─┬Components │ └─┬partition_parameters │ ├──[➕] properties (275:17) │ └─┬strategy │ ├──[🔀] description (193:34) │ └──[🔀] default (194:30)❌ └─┬Extensions └──[🔀] x-speakeasy-retries (330:22) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | components | 3 | 1 | | info | 1 | 0 | Co-authored-by: speakeasybot <[email protected]>
1 parent 75eb8cd commit f1d799c

File tree

10 files changed

+82
-57
lines changed

10 files changed

+82
-57
lines changed

Diff for: .speakeasy/gen.lock

+51-39
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: 17bd23e4247d7b65a92813afd1252693
5-
docVersion: 1.0.44
6-
speakeasyVersion: 1.389.0
7-
generationVersion: 2.409.0
8-
releaseVersion: 0.25.7
9-
configChecksum: ac7a91ff3ca76edd4caa491893485665
4+
docChecksum: ad32e3faae264ab1eb7cf461e373dcfa
5+
docVersion: 1.0.48
6+
speakeasyVersion: 1.394.0
7+
generationVersion: 2.413.0
8+
releaseVersion: 0.25.8
9+
configChecksum: a507e57b6d5946017db1c1c77d195ca1
1010
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
@@ -15,7 +15,7 @@ features:
1515
python:
1616
additionalDependencies: 0.1.0
1717
constsAndDefaults: 0.1.4
18-
core: 4.8.6
18+
core: 4.8.7
1919
examples: 2.81.3
2020
globalSecurity: 2.83.7
2121
globalSecurityCallbacks: 0.1.0
@@ -30,45 +30,57 @@ features:
3030
serverIDs: 2.81.1
3131
unions: 2.82.9
3232
generatedFiles:
33-
- src/unstructured_client/sdkconfiguration.py
34-
- src/unstructured_client/general.py
35-
- src/unstructured_client/sdk.py
36-
- py.typed
37-
- pylintrc
38-
- scripts/publish.sh
39-
- setup.py
40-
- src/unstructured_client/__init__.py
41-
- src/unstructured_client/utils/__init__.py
42-
- src/unstructured_client/utils/enums.py
43-
- src/unstructured_client/utils/retries.py
44-
- src/unstructured_client/utils/utils.py
45-
- src/unstructured_client/models/errors/sdkerror.py
46-
- src/unstructured_client/models/operations/partition.py
47-
- src/unstructured_client/models/errors/httpvalidationerror.py
48-
- src/unstructured_client/models/errors/servererror.py
49-
- src/unstructured_client/models/shared/validationerror.py
50-
- src/unstructured_client/models/shared/partition_parameters.py
51-
- src/unstructured_client/models/shared/security.py
52-
- src/unstructured_client/models/__init__.py
53-
- src/unstructured_client/models/errors/__init__.py
54-
- src/unstructured_client/models/operations/__init__.py
55-
- src/unstructured_client/models/shared/__init__.py
56-
- docs/models/operations/partitionrequest.md
57-
- docs/models/operations/partitionresponse.md
33+
- .gitattributes
34+
- CONTRIBUTING.md
35+
- USAGE.md
5836
- docs/models/errors/detail.md
5937
- docs/models/errors/httpvalidationerror.md
6038
- docs/models/errors/servererror.md
61-
- docs/models/shared/loc.md
62-
- docs/models/shared/validationerror.md
39+
- docs/models/operations/partitionrequest.md
40+
- docs/models/operations/partitionresponse.md
6341
- docs/models/shared/chunkingstrategy.md
6442
- docs/models/shared/files.md
43+
- docs/models/shared/loc.md
6544
- docs/models/shared/outputformat.md
66-
- docs/models/shared/strategy.md
6745
- docs/models/shared/partitionparameters.md
6846
- docs/models/shared/security.md
69-
- USAGE.md
70-
- .gitattributes
47+
- docs/models/shared/strategy.md
48+
- docs/models/shared/validationerror.md
49+
- py.typed
50+
- pylintrc
51+
- scripts/publish.sh
52+
- setup.py
53+
- src/unstructured_client/__init__.py
54+
- src/unstructured_client/_hooks/__init__.py
7155
- src/unstructured_client/_hooks/sdkhooks.py
7256
- src/unstructured_client/_hooks/types.py
73-
- src/unstructured_client/_hooks/__init__.py
74-
- CONTRIBUTING.md
57+
- src/unstructured_client/general.py
58+
- src/unstructured_client/models/__init__.py
59+
- src/unstructured_client/models/errors/__init__.py
60+
- src/unstructured_client/models/errors/httpvalidationerror.py
61+
- src/unstructured_client/models/errors/sdkerror.py
62+
- src/unstructured_client/models/errors/servererror.py
63+
- src/unstructured_client/models/operations/__init__.py
64+
- src/unstructured_client/models/operations/partition.py
65+
- src/unstructured_client/models/shared/__init__.py
66+
- src/unstructured_client/models/shared/partition_parameters.py
67+
- src/unstructured_client/models/shared/security.py
68+
- src/unstructured_client/models/shared/validationerror.py
69+
- src/unstructured_client/sdk.py
70+
- src/unstructured_client/sdkconfiguration.py
71+
- src/unstructured_client/utils/__init__.py
72+
- src/unstructured_client/utils/enums.py
73+
- src/unstructured_client/utils/retries.py
74+
- src/unstructured_client/utils/utils.py
75+
examples:
76+
partition:
77+
speakeasy-default-partition:
78+
requestBody:
79+
multipart/form-data: {"chunking_strategy": "by_title", "files": {"": "your_file_here"}, "split_pdf_page_range": [1, 10], "strategy": "hi_res"}
80+
responses:
81+
"200":
82+
application/json: [{"type": "Title", "element_id": "6aa0ff22f91bbe7e26e8e25ca8052acd", "text": "LayoutParser: A Unified Toolkit for Deep Learning Based Document Image Analysis", "metadata": {"languages": ["eng"], "page_number": 1, "filename": "layout-parser-paper.pdf", "filetype": "application/pdf"}}]
83+
"422":
84+
application/json: {"detail": "<value>"}
85+
5XX:
86+
application/json: {"detail": "An error occurred"}

Diff for: .speakeasy/workflow.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.389.0
1+
speakeasyVersion: 1.394.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:feba65fd909aa4cc349aaaa38c23be272ab979a681780b115906994a933c6b57
6-
sourceBlobDigest: sha256:82a41fda0e36227f53d789a4dafb7cf900a19bd0588af24419a7adc780a2653a
5+
sourceRevisionDigest: sha256:29b9f3ceed3f42448875bdc907c1c392968b754dba42e07b8f52cdc00ceec316
6+
sourceBlobDigest: sha256:65a229a99ea03f305aa2234ac0cde685feca207446d2860c6e3d4b8280ad81d0
77
tags:
88
- latest
99
- release-0.25.x
1010
targets:
1111
unstructured-python:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:feba65fd909aa4cc349aaaa38c23be272ab979a681780b115906994a933c6b57
15-
sourceBlobDigest: sha256:82a41fda0e36227f53d789a4dafb7cf900a19bd0588af24419a7adc780a2653a
14+
sourceRevisionDigest: sha256:29b9f3ceed3f42448875bdc907c1c392968b754dba42e07b8f52cdc00ceec316
15+
sourceBlobDigest: sha256:65a229a99ea03f305aa2234ac0cde685feca207446d2860c6e3d4b8280ad81d0
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
@@ -665,4 +665,14 @@ Based on:
665665
### Generated
666666
- [python v0.25.7] .
667667
### Releases
668-
- [PyPI v0.25.7] https://pypi.org/project/unstructured-client/0.25.7 - .
668+
- [PyPI v0.25.7] https://pypi.org/project/unstructured-client/0.25.7 - .
669+
670+
## 2024-09-10 13:34:06
671+
### Changes
672+
Based on:
673+
- OpenAPI Doc
674+
- Speakeasy CLI 1.394.0 (2.413.0) https://github.com/speakeasy-api/speakeasy
675+
### Generated
676+
- [python v0.25.8] .
677+
### Releases
678+
- [PyPI v0.25.8] https://pypi.org/project/unstructured-client/0.25.8 - .

0 commit comments

Comments
 (0)