File tree 6 files changed +21
-11
lines changed
6 files changed +21
-11
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
5
5
docVersion: 1.0.33
6
6
speakeasyVersion: 1.300.1
7
7
generationVersion: 2.339.1
8
- releaseVersion: 0.23.2
9
- configChecksum: a468a45a33e1c1f49b439ef4ac9f9de9
8
+ releaseVersion: 0.23.3
9
+ configChecksum: 91a382013e2cda44b21c580620de3424
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 @@ -2,17 +2,17 @@ speakeasyVersion: 1.300.1
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:2d784171c0d3cf861c9b0e03a73d0eb4e99bdd1dd73f59aaf11490110af5f4ac
6
- sourceBlobDigest: sha256:9f004e6ecd506c665f6de41a3b5c6d6dc0918c0df0680808e6a218d9b86d24b8
5
+ sourceRevisionDigest: sha256:a621cbff6995a7d971a973cc7abe784ebf6f6cd5da0c305c06cc1759674cf95a
6
+ sourceBlobDigest: sha256:c4508c75038ffde557290925e80d31c169551a1f1ef948833ff7779d63c6881a
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:2d784171c0d3cf861c9b0e03a73d0eb4e99bdd1dd73f59aaf11490110af5f4ac
15
- sourceBlobDigest: sha256:9f004e6ecd506c665f6de41a3b5c6d6dc0918c0df0680808e6a218d9b86d24b8
14
+ sourceRevisionDigest: sha256:a621cbff6995a7d971a973cc7abe784ebf6f6cd5da0c305c06cc1759674cf95a
15
+ sourceBlobDigest: sha256:c4508c75038ffde557290925e80d31c169551a1f1ef948833ff7779d63c6881a
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 @@ -504,4 +504,14 @@ Based on:
504
504
### Generated
505
505
- [ python v0.23.2] .
506
506
### Releases
507
- - [ PyPI v0.23.2] https://pypi.org/project/unstructured-client/0.23.2 - .
507
+ - [ PyPI v0.23.2] https://pypi.org/project/unstructured-client/0.23.2 - .
508
+
509
+ ## 2024-06-10 15:30:46
510
+ ### Changes
511
+ Based on:
512
+ - OpenAPI Doc
513
+ - Speakeasy CLI 1.300.1 (2.339.1) https://github.com/speakeasy-api/speakeasy
514
+ ### Generated
515
+ - [ python v0.23.3] .
516
+ ### Releases
517
+ - [ PyPI v0.23.3] https://pypi.org/project/unstructured-client/0.23.3 - .
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.2
13
+ version : 0.23.3
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.2 ' ,
22
+ version = '0.23.3 ' ,
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.2 '
32
+ sdk_version : str = '0.23.3 '
33
33
gen_version : str = '2.339.1'
34
- user_agent : str = 'speakeasy-sdk/python 0.23.2 2.339.1 1.0.33 unstructured-client'
34
+ user_agent : str = 'speakeasy-sdk/python 0.23.3 2.339.1 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