Skip to content

Commit 554d17c

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.552.0
1 parent 986d8b8 commit 554d17c

File tree

7 files changed

+177
-167
lines changed

7 files changed

+177
-167
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 1.1.30
66
speakeasyVersion: 1.552.0
77
generationVersion: 2.610.0
8-
releaseVersion: 0.37.4
9-
configChecksum: e25743f343bf001c8363d5a665e685d5
8+
releaseVersion: 0.38.1
9+
configChecksum: accf1dab899bf95bca0a1c9d8f7ce37a
1010
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
@@ -17,6 +17,7 @@ features:
1717
additionalDependencies: 1.0.0
1818
constsAndDefaults: 1.0.5
1919
core: 5.19.0
20+
customCodeRegions: 0.1.1
2021
defaultEnabledRetries: 0.2.0
2122
enumUnions: 0.1.0
2223
envVarSecurityUsage: 0.3.2

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.552.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:eb89977003fa8188a88bc2996d243ca9385d4d6964330e201b0f76a0a4bb2dcd
5+
sourceRevisionDigest: sha256:2f2db6ff7bc20d7cf5d761369bbca095edb6c1fd11a11cbf90b1356285b31cea
66
sourceBlobDigest: sha256:ebd768e737b62ea63eb80866cbb5520c544310d41e0960dad7f1b7f056e8e9c7
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1751381120
9+
- speakeasy-sdk-regen-1751553080
1010
- 1.1.30
1111
targets:
1212
unstructured-python:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:eb89977003fa8188a88bc2996d243ca9385d4d6964330e201b0f76a0a4bb2dcd
15+
sourceRevisionDigest: sha256:2f2db6ff7bc20d7cf5d761369bbca095edb6c1fd11a11cbf90b1356285b31cea
1616
sourceBlobDigest: sha256:ebd768e737b62ea63eb80866cbb5520c544310d41e0960dad7f1b7f056e8e9c7
1717
codeSamplesNamespace: my-source-code-samples
18-
codeSamplesRevisionDigest: sha256:881506df7bd3dc39018398887eb4b2914e0f22f7be5b7c6418810213af6d1546
18+
codeSamplesRevisionDigest: sha256:d7f7ccae807fbcc93d5037607208e53a3605ebc2c0919f8ad2d9f5d63fdd006d
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,4 +1038,14 @@ Based on:
10381038
### Generated
10391039
- [python v0.37.4] .
10401040
### Releases
1041-
- [PyPI v0.37.4] https://pypi.org/project/unstructured-client/0.37.4 - .
1041+
- [PyPI v0.37.4] https://pypi.org/project/unstructured-client/0.37.4 - .
1042+
1043+
## 2025-07-03 14:31:04
1044+
### Changes
1045+
Based on:
1046+
- OpenAPI Doc
1047+
- Speakeasy CLI 1.552.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
1048+
### Generated
1049+
- [python v0.38.1] .
1050+
### Releases
1051+
- [PyPI v0.38.1] https://pypi.org/project/unstructured-client/0.38.1 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ generation:
1414
oAuth2ClientCredentialsEnabled: false
1515
oAuth2PasswordEnabled: false
1616
python:
17-
version: 0.37.4
17+
version: 0.38.1
1818
additionalDependencies:
1919
dev:
2020
deepdiff: '>=6.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "unstructured-client"
3-
version = "0.37.4"
3+
version = "0.38.1"
44
description = "Python Client SDK for Unstructured API"
55
authors = [{ name = "Unstructured" },]
66
readme = "README-PYPI.md"

src/unstructured_client/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "unstructured-client"
6-
__version__: str = "0.37.4"
6+
__version__: str = "0.38.1"
77
__openapi_doc_version__: str = "1.1.30"
88
__gen_version__: str = "2.610.0"
9-
__user_agent__: str = "speakeasy-sdk/python 0.37.4 2.610.0 1.1.30 unstructured-client"
9+
__user_agent__: str = "speakeasy-sdk/python 0.38.1 2.610.0 1.1.30 unstructured-client"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)