File tree 6 files changed +25
-15
lines changed
6 files changed +25
-15
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ id: 8b5fa338-9106-4734-abf0-e30d67044a90
3
3
management:
4
4
docChecksum: 2cabb51a37782b691a9f16fbbf8df52b
5
5
docVersion: 1.0.33
6
- speakeasyVersion: 1.299.7
7
- generationVersion: 2.338.12
8
- releaseVersion: 0.23.0
9
- configChecksum: c451a545ab58abbd26cd9ffb7fb32e98
6
+ speakeasyVersion: 1.300.0
7
+ generationVersion: 2.338.14
8
+ releaseVersion: 0.23.1
9
+ configChecksum: 1ff015a4f01b59b8410c220d105f05a2
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
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.299.7
1
+ speakeasyVersion: 1.300.0
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:29730cd6d9ea733e1974ee5f90b11774f0a5c308eddad34250d93787d5a9d0c3
6
- sourceBlobDigest: sha256:110f9538009774e75d0a6cbc32c3d8651a0bc9223e397d34a8956b6394495ea5
5
+ sourceRevisionDigest: sha256:9185f612fb7b29e3977b6a818d07a5e05274d149c2f1e5faef03980913817bd2
6
+ sourceBlobDigest: sha256:ca32fe0602b577603a80b173976350fddad466232f4b971f2b90ae2405ead69b
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:29730cd6d9ea733e1974ee5f90b11774f0a5c308eddad34250d93787d5a9d0c3
15
- sourceBlobDigest: sha256:110f9538009774e75d0a6cbc32c3d8651a0bc9223e397d34a8956b6394495ea5
14
+ sourceRevisionDigest: sha256:9185f612fb7b29e3977b6a818d07a5e05274d149c2f1e5faef03980913817bd2
15
+ sourceBlobDigest: sha256:ca32fe0602b577603a80b173976350fddad466232f4b971f2b90ae2405ead69b
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 @@ -484,4 +484,14 @@ Based on:
484
484
### Generated
485
485
- [ python v0.23.0] .
486
486
### Releases
487
- - [ PyPI v0.23.0] https://pypi.org/project/unstructured-client/0.23.0 - .
487
+ - [ PyPI v0.23.0] https://pypi.org/project/unstructured-client/0.23.0 - .
488
+
489
+ ## 2024-06-06 15:46:18
490
+ ### Changes
491
+ Based on:
492
+ - OpenAPI Doc
493
+ - Speakeasy CLI 1.300.0 (2.338.14) https://github.com/speakeasy-api/speakeasy
494
+ ### Generated
495
+ - [ python v0.23.1] .
496
+ ### Releases
497
+ - [ PyPI v0.23.1] https://pypi.org/project/unstructured-client/0.23.1 - .
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.0
13
+ version : 0.23.1
14
14
additionalDependencies :
15
15
dependencies :
16
16
deepdiff : ' >=6.0'
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.0 ' ,
22
+ version = '0.23.1 ' ,
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 @@ -29,9 +29,9 @@ class SDKConfiguration:
29
29
server : Optional [str ] = ''
30
30
language : str = 'python'
31
31
openapi_doc_version : str = '1.0.33'
32
- sdk_version : str = '0.23.0 '
33
- gen_version : str = '2.338.12 '
34
- user_agent : str = 'speakeasy-sdk/python 0.23.0 2.338.12 1.0.33 unstructured-client'
32
+ sdk_version : str = '0.23.1 '
33
+ gen_version : str = '2.338.14 '
34
+ user_agent : str = 'speakeasy-sdk/python 0.23.1 2.338.14 1.0.33 unstructured-client'
35
35
retry_config : Optional [RetryConfig ] = None
36
36
37
37
def __post_init__ (self ):
You can’t perform that action at this time.
0 commit comments