Skip to content

Commit fea1e88

Browse files
committed
ci: regenerated with OpenAPI Doc 0.0.1, Speakeay CLI 1.92.3
1 parent 5d5f946 commit fea1e88

File tree

4 files changed

+19
-9
lines changed

4 files changed

+19
-9
lines changed

Diff for: RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,14 @@ Based on:
154154
### Generated
155155
- [python v0.8.0] .
156156
### Releases
157-
- [PyPI v0.8.0] https://pypi.org/project/unstructured-client/0.8.0 - .
157+
- [PyPI v0.8.0] https://pypi.org/project/unstructured-client/0.8.0 - .
158+
159+
## 2023-10-02 00:18:30
160+
### Changes
161+
Based on:
162+
- OpenAPI Doc 0.0.1
163+
- Speakeasy CLI 1.92.3 (2.143.2) https://github.com/speakeasy-api/speakeasy
164+
### Generated
165+
- [python v0.8.1] .
166+
### Releases
167+
- [PyPI v0.8.1] https://pypi.org/project/unstructured-client/0.8.1 - .

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.92.2
6-
generationVersion: 2.142.2
5+
speakeasyVersion: 1.92.3
6+
generationVersion: 2.143.2
77
generation:
88
comments:
99
disableComments: false
@@ -14,7 +14,7 @@ generation:
1414
tagNamespacingDisabled: false
1515
features:
1616
python:
17-
core: 2.88.0
17+
core: 2.88.1
1818
downloadStreams: 0.0.1
1919
examples: 2.81.2
2020
globalSecurity: 2.81.1
@@ -23,7 +23,7 @@ features:
2323
retries: 2.82.0
2424
serverIDs: 2.81.1
2525
python:
26-
version: 0.8.0
26+
version: 0.8.1
2727
author: Unstructured
2828
clientServerStatusCodesAsErrors: true
2929
description: Python Client SDK Generated by Speakeasy

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.8.0",
13+
version="0.8.1",
1414
author="Unstructured",
1515
description="Python Client SDK Generated by Speakeasy",
1616
long_description=long_description,

Diff for: src/unstructured_client/sdkconfiguration.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ class SDKConfiguration:
2525
server: str = ''
2626
language: str = 'python'
2727
openapi_doc_version: str = '0.0.1'
28-
sdk_version: str = '0.8.0'
29-
gen_version: str = '2.142.2'
30-
user_agent: str = 'speakeasy-sdk/python 0.8.0 2.142.2 0.0.1 unstructured-client'
28+
sdk_version: str = '0.8.1'
29+
gen_version: str = '2.143.2'
30+
user_agent: str = 'speakeasy-sdk/python 0.8.1 2.143.2 0.0.1 unstructured-client'
3131
retry_config: RetryConfig = None
3232

3333
def get_server_details(self) -> tuple[str, dict[str, str]]:

0 commit comments

Comments
 (0)