Skip to content

Commit 144e578

Browse files
committed
Reset to 0.30.6
1 parent 382a703 commit 144e578

File tree

5 files changed

+6
-17
lines changed

5 files changed

+6
-17
lines changed

.speakeasy/gen.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 1.0.78
66
speakeasyVersion: 1.490.0
77
generationVersion: 2.512.0
8-
releaseVersion: 0.30.7
9-
configChecksum: 46f8726e2bf10ce486127f02ec9801dd
8+
releaseVersion: 0.30.6
9+
configChecksum: c946e26d3a3b2fe2756ff169416b448c
1010
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git

RELEASES.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -835,14 +835,3 @@ Based on:
835835
- [python v0.30.6] .
836836
### Releases
837837
- [PyPI v0.30.6] https://pypi.org/project/unstructured-client/0.30.6 - .
838-
839-
840-
## 2025-03-03 00:10:16
841-
### Changes
842-
Based on:
843-
- OpenAPI Doc
844-
- Speakeasy CLI 1.508.1 (2.536.0) https://github.com/speakeasy-api/speakeasy
845-
### Generated
846-
- [python v0.30.7] .
847-
### Releases
848-
- [PyPI v0.30.7] https://pypi.org/project/unstructured-client/0.30.7 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ generation:
1313
oAuth2ClientCredentialsEnabled: false
1414
oAuth2PasswordEnabled: false
1515
python:
16-
version: 0.30.7
16+
version: 0.30.6
1717
additionalDependencies:
1818
dev:
1919
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.30.7"
3+
version = "0.30.6"
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.30.7"
6+
__version__: str = "0.30.6"
77
__openapi_doc_version__: str = "1.0.78"
88
__gen_version__: str = "2.512.0"
9-
__user_agent__: str = "speakeasy-sdk/python 0.30.7 2.512.0 1.0.78 unstructured-client"
9+
__user_agent__: str = "speakeasy-sdk/python 0.30.6 2.512.0 1.0.78 unstructured-client"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)