Skip to content

Commit 90cf070

Browse files
authored
Merge pull request #6 from Unstructured-IO/speakeasy-sdk-regen-1697847457
chore: speakeasy sdk regeneration - Generate
2 parents 1ba7b35 + 33fd0ed commit 90cf070

File tree

6 files changed

+21
-11
lines changed

6 files changed

+21
-11
lines changed

Diff for: RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,14 @@ Based on:
204204
### Generated
205205
- [python v0.11.0] .
206206
### Releases
207-
- [PyPI v0.11.0] https://pypi.org/project/unstructured-client/0.11.0 - .
207+
- [PyPI v0.11.0] https://pypi.org/project/unstructured-client/0.11.0 - .
208+
209+
## 2023-10-21 00:17:35
210+
### Changes
211+
Based on:
212+
- OpenAPI Doc 0.0.1
213+
- Speakeasy CLI 1.104.0 (2.169.0) https://github.com/speakeasy-api/speakeasy
214+
### Generated
215+
- [python v0.12.0] .
216+
### Releases
217+
- [PyPI v0.12.0] https://pypi.org/project/unstructured-client/0.12.0 - .

Diff for: USAGE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ req = shared.PartitionParameters(
1515
encoding='utf-8',
1616
files=shared.PartitionParametersFiles(
1717
content='+WmI5Q)|yy'.encode(),
18-
files='Washington',
18+
files='string',
1919
),
2020
gz_uncompressed_content_type='application/pdf',
2121
hi_res_model_name='yolox',

Diff for: docs/sdks/general/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ req = shared.PartitionParameters(
2525
encoding='utf-8',
2626
files=shared.PartitionParametersFiles(
2727
content='+WmI5Q)|yy'.encode(),
28-
files='Washington',
28+
files='string',
2929
),
3030
gz_uncompressed_content_type='application/pdf',
3131
hi_res_model_name='yolox',

Diff for: gen.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 25324f1821b1070aa4a416ec8ddca590
44
docVersion: 0.0.1
5-
speakeasyVersion: 1.102.1
6-
generationVersion: 2.166.0
5+
speakeasyVersion: 1.104.0
6+
generationVersion: 2.169.0
77
generation:
88
comments:
99
disableComments: false
@@ -15,15 +15,15 @@ generation:
1515
tagNamespacingDisabled: false
1616
features:
1717
python:
18-
core: 3.2.3
18+
core: 3.3.0
1919
examples: 2.81.3
2020
globalSecurity: 2.82.0
2121
globalServerURLs: 2.82.0
2222
nameOverrides: 2.81.1
2323
retries: 2.82.0
2424
serverIDs: 2.81.1
2525
python:
26-
version: 0.11.0
26+
version: 0.12.0
2727
author: Unstructured
2828
clientServerStatusCodesAsErrors: true
2929
description: Python Client SDK for Unstructured API

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="unstructured-client",
13-
version="0.11.0",
13+
version="0.12.0",
1414
author="Unstructured",
1515
description="Python Client SDK for Unstructured API",
1616
long_description=long_description,

Diff for: src/unstructured_client/sdkconfiguration.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ class SDKConfiguration:
2626
server: str = ''
2727
language: str = 'python'
2828
openapi_doc_version: str = '0.0.1'
29-
sdk_version: str = '0.11.0'
30-
gen_version: str = '2.166.0'
31-
user_agent: str = 'speakeasy-sdk/python 0.11.0 2.166.0 0.0.1 unstructured-client'
29+
sdk_version: str = '0.12.0'
30+
gen_version: str = '2.169.0'
31+
user_agent: str = 'speakeasy-sdk/python 0.12.0 2.169.0 0.0.1 unstructured-client'
3232
retry_config: RetryConfig = None
3333

3434
def get_server_details(self) -> Tuple[str, Dict[str, str]]:

0 commit comments

Comments
 (0)