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 @@ -3,18 +3,18 @@ id: 8b5fa338-9106-4734-abf0-e30d67044a90
3
3
management:
4
4
docChecksum: f4daf2a82fa5421160b71b44ed12f0b9
5
5
docVersion: 1.0.43
6
- speakeasyVersion: 1.352.2
7
- generationVersion: 2.385 .2
8
- releaseVersion: 0.25.3
9
- configChecksum: ddc7435caf130892c3dee03e0f26840a
6
+ speakeasyVersion: 1.354.0
7
+ generationVersion: 2.386 .2
8
+ releaseVersion: 0.25.4
9
+ configChecksum: 1f4bb53171d8f53ae1bc81f2b0b040e4
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
13
13
published: true
14
14
features:
15
15
python:
16
16
additionalDependencies: 0.1.0
17
- constsAndDefaults: 0.1.3
17
+ constsAndDefaults: 0.1.4
18
18
core: 4.8.4
19
19
examples: 2.81.3
20
20
globalSecurity: 2.83.6
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.352.2
1
+ speakeasyVersion: 1.354.0
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:0016df31d8fd1ddee8895c62863313e3ff9a03e1aecca43c7b7fa995d357d80a
6
- sourceBlobDigest: sha256:1d359865a4c9fed527678b686ca7e41b09bdb44f22e05c5dd7d81079a9e3dfe3
5
+ sourceRevisionDigest: sha256:ee0d781765ce00c76d08ae0013b4636a39a807611e9eb20daf6de4a788966abc
6
+ sourceBlobDigest: sha256:4d3509bbee8300363a214c69eff09037aa9d589e46846af3687ebe57cb17194c
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:0016df31d8fd1ddee8895c62863313e3ff9a03e1aecca43c7b7fa995d357d80a
15
- sourceBlobDigest: sha256:1d359865a4c9fed527678b686ca7e41b09bdb44f22e05c5dd7d81079a9e3dfe3
14
+ sourceRevisionDigest: sha256:ee0d781765ce00c76d08ae0013b4636a39a807611e9eb20daf6de4a788966abc
15
+ sourceBlobDigest: sha256:4d3509bbee8300363a214c69eff09037aa9d589e46846af3687ebe57cb17194c
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 @@ -624,4 +624,14 @@ Based on:
624
624
### Generated
625
625
- [ python v0.25.3] .
626
626
### Releases
627
- - [ PyPI v0.25.3] https://pypi.org/project/unstructured-client/0.25.3 - .
627
+ - [ PyPI v0.25.3] https://pypi.org/project/unstructured-client/0.25.3 - .
628
+
629
+ ## 2024-08-06 19:57:54
630
+ ### Changes
631
+ Based on:
632
+ - OpenAPI Doc
633
+ - Speakeasy CLI 1.354.0 (2.386.2) https://github.com/speakeasy-api/speakeasy
634
+ ### Generated
635
+ - [ python v0.25.4] .
636
+ ### Releases
637
+ - [ PyPI v0.25.4] https://pypi.org/project/unstructured-client/0.25.4 - .
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.3
13
+ version : 0.25.4
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.3 ' ,
22
+ version = '0.25.4 ' ,
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 @@ -32,9 +32,9 @@ class SDKConfiguration:
32
32
server : Optional [str ] = ''
33
33
language : str = 'python'
34
34
openapi_doc_version : str = '1.0.43'
35
- sdk_version : str = '0.25.3 '
36
- gen_version : str = '2.385 .2'
37
- user_agent : str = 'speakeasy-sdk/python 0.25.3 2.385 .2 1.0.43 unstructured-client'
35
+ sdk_version : str = '0.25.4 '
36
+ gen_version : str = '2.386 .2'
37
+ user_agent : str = 'speakeasy-sdk/python 0.25.4 2.386 .2 1.0.43 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