File tree Expand file tree Collapse file tree 4 files changed +18
-8
lines changed Expand file tree Collapse file tree 4 files changed +18
-8
lines changed Original file line number Diff line number Diff 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 - .
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ configVersion: 1.0.0
22management:
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
77generation:
88 comments:
99 disableComments: false
@@ -14,7 +14,7 @@ generation:
1414 tagNamespacingDisabled: false
1515features:
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
2525python:
26- version: 0.1.3
26+ version: 0.1.4
2727 author: Unstructured
2828 clientServerStatusCodesAsErrors: true
2929 description: Python Client SDK Generated by Speakeasy
Original file line number Diff line number Diff line change 1010
1111setuptools.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,
Original file line number Diff line number Diff 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]]:
You can’t perform that action at this time.
0 commit comments