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.35
6
6
speakeasyVersion: 1.308.1
7
7
generationVersion: 2.342.6
8
- releaseVersion: 0.23.4
9
- configChecksum: 2f71ba62e42129740d3fe7343a6e3d57
8
+ releaseVersion: 0.23.5
9
+ configChecksum: e210d7bff3afd386269cb7c6adeef630
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.308.1
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:2afe2b4cc03c9cec18d5b1b183a58d9d215c4741446a4deac25700bdb98a7aeb
6
- sourceBlobDigest: sha256:5f8888fc7a7d4dd77922a6607261d2b76bb51c2aeda36e98a33d4c3cbdf40f5e
5
+ sourceRevisionDigest: sha256:38f36639160a7a7c2e13fe645af60e6a23cdb92e129c237fc875de6f4bbccdea
6
+ sourceBlobDigest: sha256:27e4f3ab00cea0674220f9ec195ac9216cfe33416a5fe51f2015c8382357b43c
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:2afe2b4cc03c9cec18d5b1b183a58d9d215c4741446a4deac25700bdb98a7aeb
15
- sourceBlobDigest: sha256:5f8888fc7a7d4dd77922a6607261d2b76bb51c2aeda36e98a33d4c3cbdf40f5e
14
+ sourceRevisionDigest: sha256:38f36639160a7a7c2e13fe645af60e6a23cdb92e129c237fc875de6f4bbccdea
15
+ sourceBlobDigest: sha256:27e4f3ab00cea0674220f9ec195ac9216cfe33416a5fe51f2015c8382357b43c
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 @@ -524,4 +524,14 @@ Based on:
524
524
### Generated
525
525
- [ python v0.23.4] .
526
526
### Releases
527
- - [ PyPI v0.23.4] https://pypi.org/project/unstructured-client/0.23.4 - .
527
+ - [ PyPI v0.23.4] https://pypi.org/project/unstructured-client/0.23.4 - .
528
+
529
+ ## 2024-06-15 19:11:05
530
+ ### Changes
531
+ Based on:
532
+ - OpenAPI Doc
533
+ - Speakeasy CLI 1.308.1 (2.342.6) https://github.com/speakeasy-api/speakeasy
534
+ ### Generated
535
+ - [ python v0.23.5] .
536
+ ### Releases
537
+ - [ PyPI v0.23.5] https://pypi.org/project/unstructured-client/0.23.5 - .
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.4
13
+ version : 0.23.5
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.4 ' ,
22
+ version = '0.23.5 ' ,
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.35'
32
- sdk_version : str = '0.23.4 '
32
+ sdk_version : str = '0.23.5 '
33
33
gen_version : str = '2.342.6'
34
- user_agent : str = 'speakeasy-sdk/python 0.23.4 2.342.6 1.0.35 unstructured-client'
34
+ user_agent : str = 'speakeasy-sdk/python 0.23.5 2.342.6 1.0.35 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