Skip to content

Commit

Permalink
Merge pull request #6 from Unstructured-IO/speakeasy-sdk-regen-169784…
Browse files Browse the repository at this point in the history
…7457

chore: speakeasy sdk regeneration - Generate
  • Loading branch information
awalker4 authored Oct 25, 2023
2 parents 1ba7b35 + 33fd0ed commit 90cf070
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 11 deletions.
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,14 @@ Based on:
### Generated
- [python v0.11.0] .
### Releases
- [PyPI v0.11.0] https://pypi.org/project/unstructured-client/0.11.0 - .
- [PyPI v0.11.0] https://pypi.org/project/unstructured-client/0.11.0 - .

## 2023-10-21 00:17:35
### Changes
Based on:
- OpenAPI Doc 0.0.1
- Speakeasy CLI 1.104.0 (2.169.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.12.0] .
### Releases
- [PyPI v0.12.0] https://pypi.org/project/unstructured-client/0.12.0 - .
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ req = shared.PartitionParameters(
encoding='utf-8',
files=shared.PartitionParametersFiles(
content='+WmI5Q)|yy'.encode(),
files='Washington',
files='string',
),
gz_uncompressed_content_type='application/pdf',
hi_res_model_name='yolox',
Expand Down
2 changes: 1 addition & 1 deletion docs/sdks/general/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ req = shared.PartitionParameters(
encoding='utf-8',
files=shared.PartitionParametersFiles(
content='+WmI5Q)|yy'.encode(),
files='Washington',
files='string',
),
gz_uncompressed_content_type='application/pdf',
hi_res_model_name='yolox',
Expand Down
8 changes: 4 additions & 4 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ configVersion: 1.0.0
management:
docChecksum: 25324f1821b1070aa4a416ec8ddca590
docVersion: 0.0.1
speakeasyVersion: 1.102.1
generationVersion: 2.166.0
speakeasyVersion: 1.104.0
generationVersion: 2.169.0
generation:
comments:
disableComments: false
Expand All @@ -15,15 +15,15 @@ generation:
tagNamespacingDisabled: false
features:
python:
core: 3.2.3
core: 3.3.0
examples: 2.81.3
globalSecurity: 2.82.0
globalServerURLs: 2.82.0
nameOverrides: 2.81.1
retries: 2.82.0
serverIDs: 2.81.1
python:
version: 0.11.0
version: 0.12.0
author: Unstructured
clientServerStatusCodesAsErrors: true
description: Python Client SDK for Unstructured API
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="unstructured-client",
version="0.11.0",
version="0.12.0",
author="Unstructured",
description="Python Client SDK for Unstructured API",
long_description=long_description,
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 @@ -26,9 +26,9 @@ class SDKConfiguration:
server: str = ''
language: str = 'python'
openapi_doc_version: str = '0.0.1'
sdk_version: str = '0.11.0'
gen_version: str = '2.166.0'
user_agent: str = 'speakeasy-sdk/python 0.11.0 2.166.0 0.0.1 unstructured-client'
sdk_version: str = '0.12.0'
gen_version: str = '2.169.0'
user_agent: str = 'speakeasy-sdk/python 0.12.0 2.169.0 0.0.1 unstructured-client'
retry_config: RetryConfig = None

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

0 comments on commit 90cf070

Please sign in to comment.