Skip to content

Commit 66f280b

Browse files
committed
ci: regenerated with OpenAPI Doc 0.0.1, Speakeasy CLI 1.121.3
1 parent 08fe8ac commit 66f280b

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
lines changed

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,14 @@ Based on:
274274
### Generated
275275
- [python v0.14.2] .
276276
### Releases
277-
- [PyPI v0.14.2] https://pypi.org/project/unstructured-client/0.14.2 - .
277+
- [PyPI v0.14.2] https://pypi.org/project/unstructured-client/0.14.2 - .
278+
279+
## 2023-11-21 00:19:25
280+
### Changes
281+
Based on:
282+
- OpenAPI Doc 0.0.1
283+
- Speakeasy CLI 1.121.3 (2.195.2) https://github.com/speakeasy-api/speakeasy
284+
### Generated
285+
- [python v0.14.3] .
286+
### Releases
287+
- [PyPI v0.14.3] https://pypi.org/project/unstructured-client/0.14.3 - .

gen.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ configVersion: 1.0.0
22
management:
33
docChecksum: bf57420eebd40f2b1d166092f01e3927
44
docVersion: 0.0.1
5-
speakeasyVersion: 1.121.1
6-
generationVersion: 2.194.1
5+
speakeasyVersion: 1.121.3
6+
generationVersion: 2.195.2
77
generation:
88
comments: {}
99
sdkClassName: unstructured_client
@@ -12,15 +12,15 @@ generation:
1212
optionalPropertyRendering: withExample
1313
features:
1414
python:
15-
core: 4.1.4
15+
core: 4.1.5
1616
examples: 2.81.3
1717
globalSecurity: 2.83.0
1818
globalServerURLs: 2.82.1
1919
nameOverrides: 2.81.1
2020
retries: 2.82.0
2121
serverIDs: 2.81.1
2222
python:
23-
version: 0.14.2
23+
version: 0.14.3
2424
author: Unstructured
2525
clientServerStatusCodesAsErrors: true
2626
description: Python Client SDK for Unstructured API

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="unstructured-client",
13-
version="0.14.2",
13+
version="0.14.3",
1414
author="Unstructured",
1515
description="Python Client SDK for Unstructured API",
1616
long_description=long_description,
@@ -30,7 +30,7 @@
3030
"six>=1.16.0",
3131
"typing-inspect>=0.9.0",
3232
"typing_extensions>=4.7.1",
33-
"urllib3>=2.0.4",
33+
"urllib3>=1.26.18",
3434
],
3535
extras_require={
3636
"dev":["pylint==2.16.2"]

src/unstructured_client/sdkconfiguration.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ class SDKConfiguration:
2727
server: str = ''
2828
language: str = 'python'
2929
openapi_doc_version: str = '0.0.1'
30-
sdk_version: str = '0.14.2'
31-
gen_version: str = '2.194.1'
32-
user_agent: str = 'speakeasy-sdk/python 0.14.2 2.194.1 0.0.1 unstructured-client'
30+
sdk_version: str = '0.14.3'
31+
gen_version: str = '2.195.2'
32+
user_agent: str = 'speakeasy-sdk/python 0.14.3 2.195.2 0.0.1 unstructured-client'
3333
retry_config: RetryConfig = None
3434

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

0 commit comments

Comments
 (0)