Skip to content

Commit 8fe17f7

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

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
@@ -74,4 +74,14 @@ Based on:
7474
### Generated
7575
- [python v0.4.0] .
7676
### Releases
77-
- [PyPI v0.4.0] https://pypi.org/project/unstructured-client/0.4.0 - .
77+
- [PyPI v0.4.0] https://pypi.org/project/unstructured-client/0.4.0 - .
78+
79+
## 2023-09-21 22:14:21
80+
### Changes
81+
Based on:
82+
- OpenAPI Doc 0.0.1
83+
- Speakeasy CLI 1.89.0 (2.125.1) https://github.com/speakeasy-api/speakeasy
84+
### Generated
85+
- [python v0.5.0] .
86+
### Releases
87+
- [PyPI v0.5.0] https://pypi.org/project/unstructured-client/0.5.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.4.0
26+
version: 0.5.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.4.0",
13+
version="0.5.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.4.0'
28+
sdk_version: str = '0.5.0'
2929
gen_version: str = '2.125.1'
3030
retry_config: RetryConfig = None
3131

0 commit comments

Comments
 (0)