Skip to content

Commit 75eb8cd

Browse files
chore: 🐝 Update SDK - Generate 0.25.7 (#169)
# SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.389.0 (2.409.0) https://github.com/speakeasy-api/speakeasy ## OpenAPI Change Summary No specification changes Co-authored-by: speakeasybot <[email protected]>
1 parent 3d13c23 commit 75eb8cd

File tree

6 files changed

+23
-12
lines changed

6 files changed

+23
-12
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: 17bd23e4247d7b65a92813afd1252693
55
docVersion: 1.0.44
6-
speakeasyVersion: 1.385.0
7-
generationVersion: 2.407.2
8-
releaseVersion: 0.25.6
9-
configChecksum: 644542f7a4c35c96247736a612b132b3
6+
speakeasyVersion: 1.389.0
7+
generationVersion: 2.409.0
8+
releaseVersion: 0.25.7
9+
configChecksum: ac7a91ff3ca76edd4caa491893485665
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
speakeasyVersion: 1.385.0
1+
speakeasyVersion: 1.389.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:a05642179a4388c25aa5ca3d761c2456378bff1ad0b53401e4544a5f6a666a8c
5+
sourceRevisionDigest: sha256:feba65fd909aa4cc349aaaa38c23be272ab979a681780b115906994a933c6b57
66
sourceBlobDigest: sha256:82a41fda0e36227f53d789a4dafb7cf900a19bd0588af24419a7adc780a2653a
77
tags:
88
- latest
@@ -11,7 +11,7 @@ targets:
1111
unstructured-python:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:a05642179a4388c25aa5ca3d761c2456378bff1ad0b53401e4544a5f6a666a8c
14+
sourceRevisionDigest: sha256:feba65fd909aa4cc349aaaa38c23be272ab979a681780b115906994a933c6b57
1515
sourceBlobDigest: sha256:82a41fda0e36227f53d789a4dafb7cf900a19bd0588af24419a7adc780a2653a
1616
outLocation: /github/workspace/repo
1717
workflow:

Diff for: RELEASES.md

+11
Original file line numberDiff line numberDiff line change
@@ -655,3 +655,14 @@ Based on:
655655
- [python v0.25.6] .
656656
### Releases
657657
- [PyPI v0.25.6] https://pypi.org/project/unstructured-client/0.25.6 - .
658+
659+
660+
## 2024-09-03 20:09:49
661+
### Changes
662+
Based on:
663+
- OpenAPI Doc
664+
- Speakeasy CLI 1.389.0 (2.409.0) https://github.com/speakeasy-api/speakeasy
665+
### Generated
666+
- [python v0.25.7] .
667+
### Releases
668+
- [PyPI v0.25.7] https://pypi.org/project/unstructured-client/0.25.7 - .

Diff for: docs/models/shared/partitionparameters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8-
| `files` | [shared.Files](../../models/shared/files.md) | :heavy_check_mark: | The file to extract | |
8+
| `files` | [shared.Files](../../models/shared/files.md) | :heavy_check_mark: | The file to extract | {<br/>"summary": "File to be partitioned",<br/>"externalValue": "https://github.com/Unstructured-IO/unstructured/blob/98d3541909f64290b5efb65a226fc3ee8a7cc5ee/example-docs/layout-parser-paper.pdf"<br/>} |
99
| `chunking_strategy` | [Optional[shared.ChunkingStrategy]](../../models/shared/chunkingstrategy.md) | :heavy_minus_sign: | Use one of the supported strategies to chunk the returned elements after partitioning. When 'chunking_strategy' is not specified, no chunking is performed and any other chunking parameters provided are ignored. Supported strategies: 'basic', 'by_page', 'by_similarity', or 'by_title' | by_title |
1010
| `combine_under_n_chars` | *Optional[int]* | :heavy_minus_sign: | If chunking strategy is set, combine elements until a section reaches a length of n chars. Default: 500 | |
1111
| `content_type` | *Optional[str]* | :heavy_minus_sign: | A hint about the content type to use (such as text/markdown), when there are problems processing a specific file. This value is a MIME type in the format type/subtype. | |

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.6',
22+
version='0.25.7',
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
@@ -32,9 +32,9 @@ class SDKConfiguration:
3232
server: Optional[str] = ''
3333
language: str = 'python'
3434
openapi_doc_version: str = '1.0.44'
35-
sdk_version: str = '0.25.6'
36-
gen_version: str = '2.407.2'
37-
user_agent: str = 'speakeasy-sdk/python 0.25.6 2.407.2 1.0.44 unstructured-client'
35+
sdk_version: str = '0.25.7'
36+
gen_version: str = '2.409.0'
37+
user_agent: str = 'speakeasy-sdk/python 0.25.7 2.409.0 1.0.44 unstructured-client'
3838
retry_config: Optional[RetryConfig] = None
3939

4040
def __post_init__(self):

0 commit comments

Comments
 (0)