File tree 6 files changed +28
-18
lines changed
6 files changed +28
-18
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: 10d6e50c2142f9d44bc03cb74664a2c4
5
- docVersion: 1.0.41
6
- speakeasyVersion: 1.349.0
7
- generationVersion: 2.382.0
8
- releaseVersion: 0.25.1
9
- configChecksum: 83450d02d23f7ebc3d13eb098b07b583
4
+ docChecksum: 47b6fa4630fd66b59c0579ce79bc6ce3
5
+ docVersion: 1.0.42
6
+ speakeasyVersion: 1.352.1
7
+ generationVersion: 2.385.1
8
+ releaseVersion: 0.25.2
9
+ configChecksum: a9359082a36d964c3b4ca401770510ea
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.349.0
1
+ speakeasyVersion: 1.352.1
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:6316cd6a8ea4254edfce7c25db49f21d835e0f0bfc4017caf81b1ba69551bc8b
6
- sourceBlobDigest: sha256:1fe4394ff6a8c82e9eb10bc20c5bcec7537fb1b30229401b175a0dadf6767251
5
+ sourceRevisionDigest: sha256:204ce6bd0666235fd0364d4befe342a0a3ef1de2c7efb26c8c7347fb73c8de0e
6
+ sourceBlobDigest: sha256:29f4b5735bb7a333f2efcf0f1453e6c8281f7a04302837c07a92dc0e7b0115c4
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:6316cd6a8ea4254edfce7c25db49f21d835e0f0bfc4017caf81b1ba69551bc8b
15
- sourceBlobDigest: sha256:1fe4394ff6a8c82e9eb10bc20c5bcec7537fb1b30229401b175a0dadf6767251
14
+ sourceRevisionDigest: sha256:204ce6bd0666235fd0364d4befe342a0a3ef1de2c7efb26c8c7347fb73c8de0e
15
+ sourceBlobDigest: sha256:29f4b5735bb7a333f2efcf0f1453e6c8281f7a04302837c07a92dc0e7b0115c4
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 @@ -604,4 +604,14 @@ Based on:
604
604
### Generated
605
605
- [ python v0.25.1] .
606
606
### Releases
607
- - [ PyPI v0.25.1] https://pypi.org/project/unstructured-client/0.25.1 - .
607
+ - [ PyPI v0.25.1] https://pypi.org/project/unstructured-client/0.25.1 - .
608
+
609
+ ## 2024-08-05 00:22:36
610
+ ### Changes
611
+ Based on:
612
+ - OpenAPI Doc
613
+ - Speakeasy CLI 1.352.1 (2.385.1) https://github.com/speakeasy-api/speakeasy
614
+ ### Generated
615
+ - [ python v0.25.2] .
616
+ ### Releases
617
+ - [ PyPI v0.25.2] https://pypi.org/project/unstructured-client/0.25.2 - .
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.25.1
13
+ version : 0.25.2
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.25.1 ' ,
22
+ version = '0.25.2 ' ,
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 @@ -31,10 +31,10 @@ class SDKConfiguration:
31
31
server_url : Optional [str ] = ''
32
32
server : Optional [str ] = ''
33
33
language : str = 'python'
34
- openapi_doc_version : str = '1.0.41 '
35
- sdk_version : str = '0.25.1 '
36
- gen_version : str = '2.382.0 '
37
- user_agent : str = 'speakeasy-sdk/python 0.25.1 2.382.0 1.0.41 unstructured-client'
34
+ openapi_doc_version : str = '1.0.42 '
35
+ sdk_version : str = '0.25.2 '
36
+ gen_version : str = '2.385.1 '
37
+ user_agent : str = 'speakeasy-sdk/python 0.25.2 2.385.1 1.0.42 unstructured-client'
38
38
retry_config : Optional [RetryConfig ] = None
39
39
40
40
def __post_init__ (self ):
You can’t perform that action at this time.
0 commit comments