Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: 🐝 Update SDK - Generate 0.40.1 #293

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 8b5fa338-9106-4734-abf0-e30d67044a90
management:
docChecksum: 3e52fdac3e417f8e48fcb920b829025c
docVersion: 1.1.34
docChecksum: d83f9275e2527fc96cb2aff4e40cc712
docVersion: 1.1.39
speakeasyVersion: 1.552.0
generationVersion: 2.610.0
releaseVersion: 0.39.1
configChecksum: 2b0094ee827eb2deb71ef0ff9e572192
releaseVersion: 0.40.1
configChecksum: b7e5a869d4b1f84ef06903555efe9232
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
repoSubDirectory: .
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.552.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:ac2955e4a812caa63ad339156504c9bdfae02dd241800a6c48892aaf37552c54
sourceBlobDigest: sha256:eb516ced31caa9801a7996b8216fa7c7a46ab16dc9edd4d9eef5721cee7acd6c
sourceRevisionDigest: sha256:5bea67d1764b840dda72b5c5a2df30eba4d04fee9a1fd938a3b410961b6c7c26
sourceBlobDigest: sha256:d0e2637f8a4000982f575e44321d5cb41615ca457f55f6fb1f401f2d0a7e9b75
tags:
- latest
- speakeasy-sdk-regen-1752365566
- 1.1.34
- speakeasy-sdk-regen-1752797502
- 1.1.39
targets:
unstructured-python:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:ac2955e4a812caa63ad339156504c9bdfae02dd241800a6c48892aaf37552c54
sourceBlobDigest: sha256:eb516ced31caa9801a7996b8216fa7c7a46ab16dc9edd4d9eef5721cee7acd6c
sourceRevisionDigest: sha256:5bea67d1764b840dda72b5c5a2df30eba4d04fee9a1fd938a3b410961b6c7c26
sourceBlobDigest: sha256:d0e2637f8a4000982f575e44321d5cb41615ca457f55f6fb1f401f2d0a7e9b75
codeSamplesNamespace: my-source-code-samples
codeSamplesRevisionDigest: sha256:e644b82aab2fb0dc0c506d643aa22910ae14bc998f2b13ac7cc019a789dbe552
codeSamplesRevisionDigest: sha256:15160068cd610424a8cd58434216a95fd0f577e229b824215e6a6cd3f8d799b9
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1058,4 +1058,14 @@ Based on:
### Generated
- [python v0.39.1] .
### Releases
- [PyPI v0.39.1] https://pypi.org/project/unstructured-client/0.39.1 - .
- [PyPI v0.39.1] https://pypi.org/project/unstructured-client/0.39.1 - .

## 2025-07-18 00:11:25
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.552.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.40.1] .
### Releases
- [PyPI v0.40.1] https://pypi.org/project/unstructured-client/0.40.1 - .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
python:
version: 0.39.1
version: 0.40.1
additionalDependencies:
dev:
deepdiff: '>=6.0'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "unstructured-client"
version = "0.39.1"
version = "0.40.1"
description = "Python Client SDK for Unstructured API"
authors = [{ name = "Unstructured" },]
readme = "README-PYPI.md"
Expand Down
6 changes: 3 additions & 3 deletions src/unstructured_client/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import importlib.metadata

__title__: str = "unstructured-client"
__version__: str = "0.39.1"
__openapi_doc_version__: str = "1.1.34"
__version__: str = "0.40.1"
__openapi_doc_version__: str = "1.1.39"
__gen_version__: str = "2.610.0"
__user_agent__: str = "speakeasy-sdk/python 0.39.1 2.610.0 1.1.34 unstructured-client"
__user_agent__: str = "speakeasy-sdk/python 0.40.1 2.610.0 1.1.39 unstructured-client"

try:
if __package__ is not None:
Expand Down