File tree 9 files changed +50
-27
lines changed
9 files changed +50
-27
lines changed Original file line number Diff line number Diff line change 1
1
lockVersion: 2.0.0
2
2
id: 8b5fa338-9106-4734-abf0-e30d67044a90
3
3
management:
4
- docChecksum: c7e23b3b8242eb21eccb2091bcc57c72
5
- docVersion: 1.0.35
6
- speakeasyVersion: 1.308 .1
7
- generationVersion: 2.342.6
8
- releaseVersion: 0.23.7
9
- configChecksum: ace5c1ec7268837cec676d31f07d8337
4
+ docChecksum: 7f66a0b37f7c9410adfa767ab853be37
5
+ docVersion: 1.0.39
6
+ speakeasyVersion: 1.322 .1
7
+ generationVersion: 2.354.2
8
+ releaseVersion: 0.23.8
9
+ configChecksum: f3dd7a4511cf2bc22ddb479fa03effba
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
@@ -15,7 +15,7 @@ features:
15
15
python:
16
16
additionalDependencies: 0.1.0
17
17
constsAndDefaults: 0.1.3
18
- core: 4.6.11
18
+ core: 4.6.13
19
19
examples: 2.81.3
20
20
globalSecurity: 2.83.5
21
21
globalSecurityCallbacks: 0.1.0
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.308 .1
1
+ speakeasyVersion: 1.322 .1
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:5491f0ed917385a6505e2da173e898a2039fb131bf9cf5209426106b1efd09d5
6
- sourceBlobDigest: sha256:6f719e554e4b4829020cad9fe3db0747f49029d4961ea73b48ed0b94a9e9368e
5
+ sourceRevisionDigest: sha256:03a5b2400a0c666b000349883823d4ac9ab293b11599805156c54efe31325e6b
6
+ sourceBlobDigest: sha256:0fa8b3f2439934e2a1215d907f07b794569954dd381d7412f9f17627c4d46b67
7
7
tags:
8
8
- latest
9
9
- main
10
10
targets:
11
11
unstructured-python:
12
12
source: my-source
13
13
sourceNamespace: my-source
14
- sourceRevisionDigest: sha256:5491f0ed917385a6505e2da173e898a2039fb131bf9cf5209426106b1efd09d5
15
- sourceBlobDigest: sha256:6f719e554e4b4829020cad9fe3db0747f49029d4961ea73b48ed0b94a9e9368e
14
+ sourceRevisionDigest: sha256:03a5b2400a0c666b000349883823d4ac9ab293b11599805156c54efe31325e6b
15
+ sourceBlobDigest: sha256:0fa8b3f2439934e2a1215d907f07b794569954dd381d7412f9f17627c4d46b67
16
16
outLocation: /github/workspace/repo
17
17
workflow:
18
18
workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -544,4 +544,14 @@ Based on:
544
544
### Generated
545
545
- [ python v0.23.7] .
546
546
### Releases
547
- - [ PyPI v0.23.7] https://pypi.org/project/unstructured-client/0.23.7 - .
547
+ - [ PyPI v0.23.7] https://pypi.org/project/unstructured-client/0.23.7 - .
548
+
549
+ ## 2024-06-28 00:20:41
550
+ ### Changes
551
+ Based on:
552
+ - OpenAPI Doc
553
+ - Speakeasy CLI 1.322.1 (2.354.2) https://github.com/speakeasy-api/speakeasy
554
+ ### Generated
555
+ - [ python v0.23.8] .
556
+ ### Releases
557
+ - [ PyPI v0.23.8] https://pypi.org/project/unstructured-client/0.23.8 - .
Original file line number Diff line number Diff line change 3
3
4
4
## Supported Types
5
5
6
- ###
6
+ ### ` List[shared.ValidationError] `
7
7
8
8
``` python
9
- detail : List[shared.ValidationError] = /* values here */
9
+ value : List[shared.ValidationError] = /* values here */
10
10
```
11
11
12
- ###
12
+ ### ` str `
13
13
14
14
``` python
15
- detail : str = /* values here */
15
+ value : str = /* values here */
16
16
```
17
17
Original file line number Diff line number Diff line change 3
3
4
4
## Supported Types
5
5
6
- ###
6
+ ### ` str `
7
7
8
8
``` python
9
- loc : str = /* values here */
9
+ value : str = /* values here */
10
10
```
11
11
12
- ###
12
+ ### ` int `
13
13
14
14
``` python
15
- loc : int = /* values here */
15
+ value : int = /* values here */
16
16
```
17
17
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ generation:
10
10
auth :
11
11
oAuth2ClientCredentialsEnabled : false
12
12
python :
13
- version : 0.23.7
13
+ version : 0.23.8
14
14
additionalDependencies :
15
15
dependencies :
16
16
deepdiff : ' >=6.0'
@@ -40,3 +40,4 @@ python:
40
40
packageName : unstructured-client
41
41
projectUrls : {}
42
42
responseFormat : envelope
43
+ templateVersion : v1
Original file line number Diff line number Diff line change 19
19
20
20
setuptools .setup (
21
21
name = 'unstructured-client' ,
22
- version = '0.23.7 ' ,
22
+ version = '0.23.8 ' ,
23
23
author = 'Unstructured' ,
24
24
description = 'Python Client SDK for Unstructured API' ,
25
25
license = 'MIT' ,
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ class SDKConfiguration:
28
28
server_url : Optional [str ] = ''
29
29
server : Optional [str ] = ''
30
30
language : str = 'python'
31
- openapi_doc_version : str = '1.0.35 '
32
- sdk_version : str = '0.23.7 '
33
- gen_version : str = '2.342.6 '
34
- user_agent : str = 'speakeasy-sdk/python 0.23.7 2.342.6 1.0.35 unstructured-client'
31
+ openapi_doc_version : str = '1.0.39 '
32
+ sdk_version : str = '0.23.8 '
33
+ gen_version : str = '2.354.2 '
34
+ user_agent : str = 'speakeasy-sdk/python 0.23.8 2.354.2 1.0.39 unstructured-client'
35
35
retry_config : Optional [RetryConfig ] = None
36
36
37
37
def __post_init__ (self ):
Original file line number Diff line number Diff line change @@ -904,6 +904,9 @@ def bigintencode(val: int):
904
904
905
905
906
906
def bigintdecoder (val ):
907
+ if val is None :
908
+ return None
909
+
907
910
if isinstance (val , float ):
908
911
raise ValueError (f"{ val } is a float" )
909
912
return int (val )
@@ -918,6 +921,9 @@ def integerstrencode(val: int):
918
921
919
922
920
923
def integerstrdecoder (val ):
924
+ if val is None :
925
+ return None
926
+
921
927
if isinstance (val , float ):
922
928
raise ValueError (f"{ val } is a float" )
923
929
return int (val )
@@ -933,6 +939,9 @@ def numberstrencode(val: float):
933
939
934
940
935
941
def numberstrdecoder (val ):
942
+ if val is None :
943
+ return None
944
+
936
945
return float (val )
937
946
938
947
@@ -950,6 +959,9 @@ def decimalencode(val: Decimal):
950
959
951
960
952
961
def decimaldecoder (val ):
962
+ if val is None :
963
+ return None
964
+
953
965
return Decimal (str (val ))
954
966
955
967
You can’t perform that action at this time.
0 commit comments