File tree 6 files changed +32
-20
lines changed
6 files changed +32
-20
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: 9539f605294aa86b949f639c62f09e45
5
- docVersion: 1.0.50
6
- speakeasyVersion: 1.402.14
7
- generationVersion: 2.422.22
8
- releaseVersion: 0.26.0-beta.3
9
- configChecksum: d33f785870188c842139f190d72017a7
4
+ docChecksum: 21f469b38bb72725739ee9d9d0fc8780
5
+ docVersion: 1.0.51
6
+ speakeasyVersion: 1.405.6
7
+ generationVersion: 2.428.1
8
+ releaseVersion: 0.26.0-beta.4
9
+ configChecksum: 0b79ec3eb6db29cf265da8359efa5611
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: 1.0.0
17
17
constsAndDefaults: 1.0.3
18
- core: 5.5.5
18
+ core: 5.5.7
19
19
defaultEnabledRetries: 0.2.0
20
20
enumUnions: 0.1.0
21
21
envVarSecurityUsage: 0.3.1
@@ -28,7 +28,7 @@ features:
28
28
nameOverrides: 3.0.0
29
29
nullables: 1.0.0
30
30
openEnums: 1.0.0
31
- responseFormat: 1.0.0
31
+ responseFormat: 1.0.1
32
32
retries: 3.0.2
33
33
sdkHooks: 1.0.0
34
34
serverIDs: 3.0.0
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.402.14
1
+ speakeasyVersion: 1.405.6
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:323f4dd5fa715938e57e2246e5f40cf999e9fe3dbc5a54ec7d004fff6e8a1c68
6
- sourceBlobDigest: sha256:4db0a8bb46a600fc04c0d4c9099183d62f37edeb72a2dbe4a668674e1bc4738e
5
+ sourceRevisionDigest: sha256:e3464d52f2e61a998b54643c076678c5fd4239186074f29643d5703366dedd85
6
+ sourceBlobDigest: sha256:27e4879df402e924f9f65d336ea6d2fc8b16a00b87b4a802866238f7e9f639d3
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:323f4dd5fa715938e57e2246e5f40cf999e9fe3dbc5a54ec7d004fff6e8a1c68
15
- sourceBlobDigest: sha256:4db0a8bb46a600fc04c0d4c9099183d62f37edeb72a2dbe4a668674e1bc4738e
14
+ sourceRevisionDigest: sha256:e3464d52f2e61a998b54643c076678c5fd4239186074f29643d5703366dedd85
15
+ sourceBlobDigest: sha256:27e4879df402e924f9f65d336ea6d2fc8b16a00b87b4a802866238f7e9f639d3
16
16
workflow:
17
17
workflowVersion: 1.0.0
18
18
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -674,4 +674,14 @@ Based on:
674
674
### Generated
675
675
- [ python v0.26.0-beta.3] .
676
676
### Releases
677
- - [ PyPI v0.26.0-beta.3] https://pypi.org/project/unstructured-client/0.26.0-beta.3 - .
677
+ - [ PyPI v0.26.0-beta.3] https://pypi.org/project/unstructured-client/0.26.0-beta.3 - .
678
+
679
+ ## 2024-10-02 00:09:13
680
+ ### Changes
681
+ Based on:
682
+ - OpenAPI Doc
683
+ - Speakeasy CLI 1.405.6 (2.428.1) https://github.com/speakeasy-api/speakeasy
684
+ ### Generated
685
+ - [ python v0.26.0-beta.4] .
686
+ ### Releases
687
+ - [ PyPI v0.26.0-beta.4] https://pypi.org/project/unstructured-client/0.26.0-beta.4 - .
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.26.0-beta.3
13
+ version : 0.26.0-beta.4
14
14
additionalDependencies :
15
15
dev :
16
16
deepdiff : ' >=6.0'
@@ -29,6 +29,8 @@ python:
29
29
clientServerStatusCodesAsErrors : true
30
30
description : Python Client SDK for Unstructured API
31
31
enumFormat : enum
32
+ fixFlags :
33
+ responseRequiredSep2024 : false
32
34
flattenGlobalSecurity : true
33
35
flattenRequests : false
34
36
imports :
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " unstructured-client"
3
- version = " 0.26.0-beta.3 "
3
+ version = " 0.26.0-beta.4 "
4
4
description = " Python Client SDK for Unstructured API"
5
5
authors = [" Unstructured" ,]
6
6
readme = " README-PYPI.md"
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ class SDKConfiguration:
33
33
server_url : Optional [str ] = ""
34
34
server : Optional [str ] = ""
35
35
language : str = "python"
36
- openapi_doc_version : str = "1.0.50 "
37
- sdk_version : str = "0.26.0-beta.3 "
38
- gen_version : str = "2.422.22 "
36
+ openapi_doc_version : str = "1.0.51 "
37
+ sdk_version : str = "0.26.0-beta.4 "
38
+ gen_version : str = "2.428.1 "
39
39
user_agent : str = (
40
- "speakeasy-sdk/python 0.26.0-beta.3 2.422.22 1.0.50 unstructured-client"
40
+ "speakeasy-sdk/python 0.26.0-beta.4 2.428.1 1.0.51 unstructured-client"
41
41
)
42
42
retry_config : OptionalNullable [RetryConfig ] = Field (default_factory = lambda : UNSET )
43
43
timeout_ms : Optional [int ] = None
You can’t perform that action at this time.
0 commit comments