File tree Expand file tree Collapse file tree 6 files changed +27
-17
lines changed Expand file tree Collapse file tree 6 files changed +27
-17
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: b83a55777bc5d3b1bda7cdfe7ee07a04
5
- docVersion: 1.1.30
4
+ docChecksum: 3e52fdac3e417f8e48fcb920b829025c
5
+ docVersion: 1.1.34
6
6
speakeasyVersion: 1.552.0
7
7
generationVersion: 2.610.0
8
- releaseVersion: 0.38 .1
9
- configChecksum: accf1dab899bf95bca0a1c9d8f7ce37a
8
+ releaseVersion: 0.39 .1
9
+ configChecksum: 2b0094ee827eb2deb71ef0ff9e572192
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,20 +2,20 @@ speakeasyVersion: 1.552.0
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:2f2db6ff7bc20d7cf5d761369bbca095edb6c1fd11a11cbf90b1356285b31cea
6
- sourceBlobDigest: sha256:ebd768e737b62ea63eb80866cbb5520c544310d41e0960dad7f1b7f056e8e9c7
5
+ sourceRevisionDigest: sha256:ac2955e4a812caa63ad339156504c9bdfae02dd241800a6c48892aaf37552c54
6
+ sourceBlobDigest: sha256:eb516ced31caa9801a7996b8216fa7c7a46ab16dc9edd4d9eef5721cee7acd6c
7
7
tags:
8
8
- latest
9
- - speakeasy-sdk-regen-1751553080
10
- - 1.1.30
9
+ - speakeasy-sdk-regen-1752365566
10
+ - 1.1.34
11
11
targets:
12
12
unstructured-python:
13
13
source: my-source
14
14
sourceNamespace: my-source
15
- sourceRevisionDigest: sha256:2f2db6ff7bc20d7cf5d761369bbca095edb6c1fd11a11cbf90b1356285b31cea
16
- sourceBlobDigest: sha256:ebd768e737b62ea63eb80866cbb5520c544310d41e0960dad7f1b7f056e8e9c7
15
+ sourceRevisionDigest: sha256:ac2955e4a812caa63ad339156504c9bdfae02dd241800a6c48892aaf37552c54
16
+ sourceBlobDigest: sha256:eb516ced31caa9801a7996b8216fa7c7a46ab16dc9edd4d9eef5721cee7acd6c
17
17
codeSamplesNamespace: my-source-code-samples
18
- codeSamplesRevisionDigest: sha256:d7f7ccae807fbcc93d5037607208e53a3605ebc2c0919f8ad2d9f5d63fdd006d
18
+ codeSamplesRevisionDigest: sha256:e644b82aab2fb0dc0c506d643aa22910ae14bc998f2b13ac7cc019a789dbe552
19
19
workflow:
20
20
workflowVersion: 1.0.0
21
21
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -1048,4 +1048,14 @@ Based on:
1048
1048
### Generated
1049
1049
- [ python v0.38.1] .
1050
1050
### Releases
1051
- - [ PyPI v0.38.1] https://pypi.org/project/unstructured-client/0.38.1 - .
1051
+ - [ PyPI v0.38.1] https://pypi.org/project/unstructured-client/0.38.1 - .
1052
+
1053
+ ## 2025-07-16 19:20:27
1054
+ ### Changes
1055
+ Based on:
1056
+ - OpenAPI Doc
1057
+ - Speakeasy CLI 1.552.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
1058
+ ### Generated
1059
+ - [ python v0.39.1] .
1060
+ ### Releases
1061
+ - [ PyPI v0.39.1] https://pypi.org/project/unstructured-client/0.39.1 - .
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ generation:
14
14
oAuth2ClientCredentialsEnabled : false
15
15
oAuth2PasswordEnabled : false
16
16
python :
17
- version : 0.38 .1
17
+ version : 0.39 .1
18
18
additionalDependencies :
19
19
dev :
20
20
deepdiff : ' >=6.0'
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " unstructured-client"
3
- version = " 0.38 .1"
3
+ version = " 0.39 .1"
4
4
description = " Python Client SDK for Unstructured API"
5
5
authors = [{ name = " Unstructured" },]
6
6
readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 3
3
import importlib .metadata
4
4
5
5
__title__ : str = "unstructured-client"
6
- __version__ : str = "0.38 .1"
7
- __openapi_doc_version__ : str = "1.1.30 "
6
+ __version__ : str = "0.39 .1"
7
+ __openapi_doc_version__ : str = "1.1.34 "
8
8
__gen_version__ : str = "2.610.0"
9
- __user_agent__ : str = "speakeasy-sdk/python 0.38 .1 2.610.0 1.1.30 unstructured-client"
9
+ __user_agent__ : str = "speakeasy-sdk/python 0.39 .1 2.610.0 1.1.34 unstructured-client"
10
10
11
11
try :
12
12
if __package__ is not None :
You can’t perform that action at this time.
0 commit comments