Skip to content

chore: 🐝 Update SDK - Generate 0.25.7 #169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 8b5fa338-9106-4734-abf0-e30d67044a90
management:
docChecksum: 17bd23e4247d7b65a92813afd1252693
docVersion: 1.0.44
speakeasyVersion: 1.385.0
generationVersion: 2.407.2
releaseVersion: 0.25.6
configChecksum: 644542f7a4c35c96247736a612b132b3
speakeasyVersion: 1.389.0
generationVersion: 2.409.0
releaseVersion: 0.25.7
configChecksum: ac7a91ff3ca76edd4caa491893485665
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
repoSubDirectory: .
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
Expand Down
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
speakeasyVersion: 1.385.0
speakeasyVersion: 1.389.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:a05642179a4388c25aa5ca3d761c2456378bff1ad0b53401e4544a5f6a666a8c
sourceRevisionDigest: sha256:feba65fd909aa4cc349aaaa38c23be272ab979a681780b115906994a933c6b57
sourceBlobDigest: sha256:82a41fda0e36227f53d789a4dafb7cf900a19bd0588af24419a7adc780a2653a
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
unstructured-python:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:a05642179a4388c25aa5ca3d761c2456378bff1ad0b53401e4544a5f6a666a8c
sourceRevisionDigest: sha256:feba65fd909aa4cc349aaaa38c23be272ab979a681780b115906994a933c6b57
sourceBlobDigest: sha256:82a41fda0e36227f53d789a4dafb7cf900a19bd0588af24419a7adc780a2653a
outLocation: /github/workspace/repo
workflow:
Expand Down
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -655,3 +655,14 @@ Based on:
- [python v0.25.6] .
### Releases
- [PyPI v0.25.6] https://pypi.org/project/unstructured-client/0.25.6 - .


## 2024-09-03 20:09:49
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.389.0 (2.409.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.25.7] .
### Releases
- [PyPI v0.25.7] https://pypi.org/project/unstructured-client/0.25.7 - .
2 changes: 1 addition & 1 deletion docs/models/shared/partitionparameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `files` | [shared.Files](../../models/shared/files.md) | :heavy_check_mark: | The file to extract | |
| `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/>} |
| `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 |
| `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 | |
| `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. | |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name='unstructured-client',
version='0.25.6',
version='0.25.7',
author='Unstructured',
description='Python Client SDK for Unstructured API',
license = 'MIT',
Expand Down
6 changes: 3 additions & 3 deletions src/unstructured_client/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ class SDKConfiguration:
server: Optional[str] = ''
language: str = 'python'
openapi_doc_version: str = '1.0.44'
sdk_version: str = '0.25.6'
gen_version: str = '2.407.2'
user_agent: str = 'speakeasy-sdk/python 0.25.6 2.407.2 1.0.44 unstructured-client'
sdk_version: str = '0.25.7'
gen_version: str = '2.409.0'
user_agent: str = 'speakeasy-sdk/python 0.25.7 2.409.0 1.0.44 unstructured-client'
retry_config: Optional[RetryConfig] = None

def __post_init__(self):
Expand Down