Skip to content

Commit 96961a4

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.601.0
1 parent 33ad81a commit 96961a4

File tree

6 files changed

+22
-11
lines changed

6 files changed

+22
-11
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 1.2.23
66
speakeasyVersion: 1.601.0
77
generationVersion: 2.680.0
8-
releaseVersion: 0.42.7
9-
configChecksum: f3ac5d91367e5b0e16ca9f813b77af9a
8+
releaseVersion: 0.42.8
9+
configChecksum: abbc5148e43147f076699209aa67174a
1010
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
@@ -1190,7 +1190,7 @@ trackedFiles:
11901190
pylintrc:
11911191
last_write_checksum: sha1:db2aebd83e553dd59d3965e79104a3fb780c403a
11921192
pyproject.toml:
1193-
last_write_checksum: sha1:621955f20cac2d988186376042771c4eb875f320
1193+
last_write_checksum: sha1:6690c2c6cd0795582a8ee7ad5485df40ac64294c
11941194
scripts/prepare_readme.py:
11951195
last_write_checksum: sha1:ccdba5069fbb7997500b6ba22366e004394cdca2
11961196
scripts/publish.sh:
@@ -1204,7 +1204,7 @@ trackedFiles:
12041204
src/unstructured_client/_hooks/types.py:
12051205
last_write_checksum: sha1:ac25bc33fba97274c6554d0e735b4c90c2650a88
12061206
src/unstructured_client/_version.py:
1207-
last_write_checksum: sha1:4282b6a2eef663243a0f7099d2be65fd3f238dd8
1207+
last_write_checksum: sha1:7fe276d7bd0b5da654e20474d7037195ea772d9b
12081208
src/unstructured_client/basesdk.py:
12091209
last_write_checksum: sha1:c630e3511b954676ab8b477fd7b11c4ce8f443a7
12101210
src/unstructured_client/destinations.py:
@@ -1542,7 +1542,7 @@ trackedFiles:
15421542
src/unstructured_client/types/__init__.py:
15431543
last_write_checksum: sha1:140ebdd01a46f92ffc710c52c958c4eba3cf68ed
15441544
src/unstructured_client/types/basemodel.py:
1545-
last_write_checksum: sha1:615d0b364fa924b0fef719958df34596cc7c1ae2
1545+
last_write_checksum: sha1:10d84aedeb9d35edfdadf2c3020caa1d24d8b584
15461546
src/unstructured_client/utils/__init__.py:
15471547
last_write_checksum: sha1:81e0385b93362e0f3f6911b65bd4cc601ebc11e1
15481548
src/unstructured_client/utils/annotations.py:

.speakeasy/workflow.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sources:
66
sourceBlobDigest: sha256:9d8baaccd13c785a0c4f6b4eff57d0432dc1f978ff4d87065c68a15bbd8f4014
77
tags:
88
- latest
9+
- speakeasy-sdk-regen-1767731152
910
- 1.2.23
1011
targets:
1112
unstructured-python:
@@ -14,7 +15,7 @@ targets:
1415
sourceRevisionDigest: sha256:70ec1e7cfa1e804a9187f8798f93d6549dace1021f1ce0fbb13752ffdadc1ea0
1516
sourceBlobDigest: sha256:9d8baaccd13c785a0c4f6b4eff57d0432dc1f978ff4d87065c68a15bbd8f4014
1617
codeSamplesNamespace: my-source-code-samples
17-
codeSamplesRevisionDigest: sha256:84b2c9f8504f9957f4215d5fa013aad3cc2cd0aa043413825db52b3b3c82b73b
18+
codeSamplesRevisionDigest: sha256:ee2dd2d6a93a43d9a4528a2678dd7092d4488e6825964c3a947c64e1ea7a216a
1819
workflow:
1920
workflowVersion: 1.0.0
2021
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,4 +1160,14 @@ Based on:
11601160
### Generated
11611161
- [python v0.42.6] .
11621162
### Releases
1163-
- [PyPI v0.42.6] https://pypi.org/project/unstructured-client/0.42.6 - .
1163+
- [PyPI v0.42.6] https://pypi.org/project/unstructured-client/0.42.6 - .
1164+
1165+
## 2026-01-06 20:25:35
1166+
### Changes
1167+
Based on:
1168+
- OpenAPI Doc
1169+
- Speakeasy CLI 1.601.0 (2.680.0) https://github.com/speakeasy-api/speakeasy
1170+
### Generated
1171+
- [python v0.42.8] .
1172+
### Releases
1173+
- [PyPI v0.42.8] https://pypi.org/project/unstructured-client/0.42.8 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ generation:
2222
schemas:
2323
allOfMergeStrategy: shallowMerge
2424
python:
25-
version: 0.42.7
25+
version: 0.42.8
2626
additionalDependencies:
2727
dev:
2828
deepdiff: '>=6.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[project]
33
name = "unstructured-client"
4-
version = "0.42.7"
4+
version = "0.42.8"
55
description = "Python Client SDK for Unstructured API"
66
authors = [{ name = "Unstructured" },]
77
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.42.7"
6+
__version__: str = "0.42.8"
77
__openapi_doc_version__: str = "1.2.23"
88
__gen_version__: str = "2.680.0"
9-
__user_agent__: str = "speakeasy-sdk/python 0.42.7 2.680.0 1.2.23 unstructured-client"
9+
__user_agent__: str = "speakeasy-sdk/python 0.42.8 2.680.0 1.2.23 unstructured-client"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)