Skip to content

Commit a6e5b7c

Browse files
committed
ci: regenerated with OpenAPI Doc 0.0.1, Speakeay CLI 1.89.0
1 parent 95181cc commit a6e5b7c

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

Diff for: RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,14 @@ Based on:
6464
### Generated
6565
- [python v0.3.0] .
6666
### Releases
67-
- [PyPI v0.3.0] https://pypi.org/project/unstructured-client/0.3.0 - .
67+
- [PyPI v0.3.0] https://pypi.org/project/unstructured-client/0.3.0 - .
68+
69+
## 2023-09-21 22:00:13
70+
### Changes
71+
Based on:
72+
- OpenAPI Doc 0.0.1
73+
- Speakeasy CLI 1.89.0 (2.125.1) https://github.com/speakeasy-api/speakeasy
74+
### Generated
75+
- [python v0.4.0] .
76+
### Releases
77+
- [PyPI v0.4.0] https://pypi.org/project/unstructured-client/0.4.0 - .

Diff for: gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ features:
2323
retries: 2.82.0
2424
serverIDs: 2.81.1
2525
python:
26-
version: 0.3.0
26+
version: 0.4.0
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.3.0",
13+
version="0.4.0",
1414
author="Unstructured",
1515
description="Python Client SDK Generated by Speakeasy",
1616
long_description=long_description,

Diff for: src/unstructured_client/sdkconfiguration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class SDKConfiguration:
2525
server: str = ''
2626
language: str = 'python'
2727
openapi_doc_version: str = '0.0.1'
28-
sdk_version: str = '0.3.0'
28+
sdk_version: str = '0.4.0'
2929
gen_version: str = '2.125.1'
3030
retry_config: RetryConfig = None
3131

0 commit comments

Comments
 (0)