File tree 6 files changed +26
-16
lines changed
6 files changed +26
-16
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: 7f66a0b37f7c9410adfa767ab853be37
4
+ docChecksum: 6d116a47ec6d55caaccd4c9ceb6e341c
5
5
docVersion: 1.0.39
6
- speakeasyVersion: 1.322.1
7
- generationVersion: 2.354.2
8
- releaseVersion: 0.23.8
9
- configChecksum: f3dd7a4511cf2bc22ddb479fa03effba
6
+ speakeasyVersion: 1.327.0
7
+ generationVersion: 2.359.6
8
+ releaseVersion: 0.23.9
9
+ configChecksum: 4172e7500bacd1576ca11842b238ea91
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.322.1
1
+ speakeasyVersion: 1.327.0
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:03a5b2400a0c666b000349883823d4ac9ab293b11599805156c54efe31325e6b
6
- sourceBlobDigest: sha256:0fa8b3f2439934e2a1215d907f07b794569954dd381d7412f9f17627c4d46b67
5
+ sourceRevisionDigest: sha256:e314656ed0783acddc764f41dac1c85143ec8f8aebc9aed4d7faaf01567b71f5
6
+ sourceBlobDigest: sha256:8d6f613e19339641bbaab5f2c7d9702a790377f6e9a9e3e20c066ea02f4ce36c
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:03a5b2400a0c666b000349883823d4ac9ab293b11599805156c54efe31325e6b
15
- sourceBlobDigest: sha256:0fa8b3f2439934e2a1215d907f07b794569954dd381d7412f9f17627c4d46b67
14
+ sourceRevisionDigest: sha256:e314656ed0783acddc764f41dac1c85143ec8f8aebc9aed4d7faaf01567b71f5
15
+ sourceBlobDigest: sha256:8d6f613e19339641bbaab5f2c7d9702a790377f6e9a9e3e20c066ea02f4ce36c
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 @@ -554,4 +554,14 @@ Based on:
554
554
### Generated
555
555
- [ python v0.23.8] .
556
556
### Releases
557
- - [ PyPI v0.23.8] https://pypi.org/project/unstructured-client/0.23.8 - .
557
+ - [ PyPI v0.23.8] https://pypi.org/project/unstructured-client/0.23.8 - .
558
+
559
+ ## 2024-07-08 00:21:59
560
+ ### Changes
561
+ Based on:
562
+ - OpenAPI Doc
563
+ - Speakeasy CLI 1.327.0 (2.359.6) https://github.com/speakeasy-api/speakeasy
564
+ ### Generated
565
+ - [ python v0.23.9] .
566
+ ### Releases
567
+ - [ PyPI v0.23.9] https://pypi.org/project/unstructured-client/0.23.9 - .
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.8
13
+ version : 0.23.9
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.8 ' ,
22
+ version = '0.23.9 ' ,
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.39'
32
- sdk_version : str = '0.23.8 '
33
- gen_version : str = '2.354.2 '
34
- user_agent : str = 'speakeasy-sdk/python 0.23.8 2.354.2 1.0.39 unstructured-client'
32
+ sdk_version : str = '0.23.9 '
33
+ gen_version : str = '2.359.6 '
34
+ user_agent : str = 'speakeasy-sdk/python 0.23.9 2.359.6 1.0.39 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