File tree 5 files changed +22
-11
lines changed
5 files changed +22
-11
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ management:
4
4
docChecksum: 903444f359d1dfa6342c692ae3e5c7ff
5
5
docVersion: 0.0.1
6
6
speakeasyVersion: internal
7
- generationVersion: 2.245 .1
8
- releaseVersion: 0.16.1
9
- configChecksum: dc6701b5b977dc4d73e21db3ea4791cb
7
+ generationVersion: 2.248 .1
8
+ releaseVersion: 0.17.0
9
+ configChecksum: b943408cdcab76d427c2cba0f6584bf4
10
10
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
11
11
repoSubDirectory: .
12
12
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
13
13
published: true
14
14
features:
15
15
python:
16
- core: 4.4.3
16
+ core: 4.4.4
17
17
examples: 2.81.3
18
18
globalSecurity: 2.83.2
19
19
globalServerURLs: 2.82.1
Original file line number Diff line number Diff line change @@ -404,4 +404,14 @@ Based on:
404
404
### Generated
405
405
- [ python v0.16.1] .
406
406
### Releases
407
- - [ PyPI v0.16.1] https://pypi.org/project/unstructured-client/0.16.1 - .
407
+ - [ PyPI v0.16.1] https://pypi.org/project/unstructured-client/0.16.1 - .
408
+
409
+ ## 2024-02-02 00:18:09
410
+ ### Changes
411
+ Based on:
412
+ - OpenAPI Doc 0.0.1
413
+ - Speakeasy CLI 1.164.0 (2.248.1) https://github.com/speakeasy-api/speakeasy
414
+ ### Generated
415
+ - [ python v0.17.0] .
416
+ ### Releases
417
+ - [ PyPI v0.17.0] https://pypi.org/project/unstructured-client/0.17.0 - .
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ generation:
5
5
optionalPropertyRendering : withExample
6
6
fixes :
7
7
nameResolutionDec2023 : false
8
+ parameterOrderingFeb2024 : false
8
9
python :
9
- version : 0.16.1
10
+ version : 0.17.0
10
11
author : Unstructured
11
12
clientServerStatusCodesAsErrors : true
12
13
description : Python Client SDK for Unstructured API
Original file line number Diff line number Diff line change 10
10
11
11
setuptools .setup (
12
12
name = "unstructured-client" ,
13
- version = "0.16.1 " ,
13
+ version = "0.17.0 " ,
14
14
author = "Unstructured" ,
15
15
description = "Python Client SDK for Unstructured API" ,
16
16
license = "MIT" ,
20
20
install_requires = [
21
21
"certifi>=2023.7.22" ,
22
22
"charset-normalizer>=3.2.0" ,
23
- "dataclasses-json @ git+https://github.com/speakeasy-api/dataclasses-json@fix-union-deserialization " ,
23
+ "dataclasses-json-speakeasy>=0.5.11 " ,
24
24
"idna>=3.4" ,
25
25
"jsonpath-python>=1.0.6 " ,
26
26
"marshmallow>=3.19.0" ,
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ class SDKConfiguration:
27
27
server : str = ''
28
28
language : str = 'python'
29
29
openapi_doc_version : str = '0.0.1'
30
- sdk_version : str = '0.16.1 '
31
- gen_version : str = '2.245 .1'
32
- user_agent : str = 'speakeasy-sdk/python 0.16.1 2.245 .1 0.0.1 unstructured-client'
30
+ sdk_version : str = '0.17.0 '
31
+ gen_version : str = '2.248 .1'
32
+ user_agent : str = 'speakeasy-sdk/python 0.17.0 2.248 .1 0.0.1 unstructured-client'
33
33
retry_config : RetryConfig = None
34
34
35
35
def get_server_details (self ) -> Tuple [str , Dict [str , str ]]:
You can’t perform that action at this time.
0 commit comments