Skip to content

Commit 9b869a0

Browse files
committed
ci: regenerated with OpenAPI Doc 0.0.1, Speakeay CLI 1.88.0
1 parent 2e326cc commit 9b869a0

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

Diff for: RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,14 @@ Based on:
3434
### Generated
3535
- [python v0.1.3] .
3636
### Releases
37-
- [PyPI v0.1.3] https://pypi.org/project/unstructured-client/0.1.3 - .
37+
- [PyPI v0.1.3] https://pypi.org/project/unstructured-client/0.1.3 - .
38+
39+
## 2023-09-20 00:17:48
40+
### Changes
41+
Based on:
42+
- OpenAPI Doc 0.0.1
43+
- Speakeasy CLI 1.88.0 (2.118.1) https://github.com/speakeasy-api/speakeasy
44+
### Generated
45+
- [python v0.1.4] .
46+
### Releases
47+
- [PyPI v0.1.4] https://pypi.org/project/unstructured-client/0.1.4 - .

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: cc03d89cb6fb271665ed6c9eff312ff0
44
docVersion: 0.0.1
5-
speakeasyVersion: 1.86.0
6-
generationVersion: 2.115.2
5+
speakeasyVersion: 1.88.0
6+
generationVersion: 2.118.1
77
generation:
88
comments:
99
disableComments: false
@@ -14,7 +14,7 @@ generation:
1414
tagNamespacingDisabled: false
1515
features:
1616
python:
17-
core: 2.85.5
17+
core: 2.85.6
1818
examples: 2.81.2
1919
globalSecurity: 2.81.1
2020
globalServerURLs: 2.82.0
@@ -23,7 +23,7 @@ features:
2323
retries: 2.82.0
2424
serverIDs: 2.81.1
2525
python:
26-
version: 0.1.3
26+
version: 0.1.4
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.1.3",
13+
version="0.1.4",
1414
author="Unstructured",
1515
description="Python Client SDK Generated by Speakeasy",
1616
long_description=long_description,

Diff for: src/unstructured/sdkconfiguration.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ class SDKConfiguration:
2525
server: str = ''
2626
language: str = 'python'
2727
openapi_doc_version: str = '0.0.1'
28-
sdk_version: str = '0.1.3'
29-
gen_version: str = '2.115.2'
28+
sdk_version: str = '0.1.4'
29+
gen_version: str = '2.118.1'
3030
retry_config: RetryConfig = None
3131

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

0 commit comments

Comments
 (0)