Skip to content

Commit a8c13ef

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.444.1
1 parent 2082d4f commit a8c13ef

File tree

8 files changed

+28
-18
lines changed

8 files changed

+28
-18
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 8b5fa338-9106-4734-abf0-e30d67044a90
33
management:
44
docChecksum: 98911c628e565edfa455e36caff7f1c6
55
docVersion: 1.0.53
6-
speakeasyVersion: 1.441.1
7-
generationVersion: 2.461.2
8-
releaseVersion: 0.28.0
9-
configChecksum: 664b8dd37fcde24058d9dd3153443a91
6+
speakeasyVersion: 1.444.1
7+
generationVersion: 2.461.4
8+
releaseVersion: 0.28.1
9+
configChecksum: 3df668d026dd2957c13f7d95dbd86e99
1010
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
@@ -16,7 +16,7 @@ features:
1616
acceptHeaders: 3.0.0
1717
additionalDependencies: 1.0.0
1818
constsAndDefaults: 1.0.5
19-
core: 5.6.5
19+
core: 5.6.6
2020
defaultEnabledRetries: 0.2.0
2121
enumUnions: 0.1.0
2222
envVarSecurityUsage: 0.3.2

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
speakeasyVersion: 1.441.1
1+
speakeasyVersion: 1.444.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:038b0ca7f385b85ad48ed90e401baf382a23098ae9b31f4f38556eea1236a228
5+
sourceRevisionDigest: sha256:8c07c2d5295c7f45ba6f50f80ba92576b38742d3349248ab50570c97c950f994
66
sourceBlobDigest: sha256:58ed8248232b8a0505cc6ca21a37347df8b85011736c5c20728265de9e841a7e
77
tags:
88
- latest
@@ -11,10 +11,10 @@ targets:
1111
unstructured-python:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:038b0ca7f385b85ad48ed90e401baf382a23098ae9b31f4f38556eea1236a228
14+
sourceRevisionDigest: sha256:8c07c2d5295c7f45ba6f50f80ba92576b38742d3349248ab50570c97c950f994
1515
sourceBlobDigest: sha256:58ed8248232b8a0505cc6ca21a37347df8b85011736c5c20728265de9e841a7e
1616
codeSamplesNamespace: my-source-code-samples
17-
codeSamplesRevisionDigest: sha256:7bd56d7d28128fd2bdb364cbd5f0b77af7512dbe80181a5a8844e3f24bc1b313
17+
codeSamplesRevisionDigest: sha256:943eccadbc48e9424e8f160957701be2ee5a2b07fe75ff88fd8aef67f1f3ee85
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,4 +734,14 @@ Based on:
734734
### Generated
735735
- [python v0.28.0] .
736736
### Releases
737-
- [PyPI v0.28.0] https://pypi.org/project/unstructured-client/0.28.0 - .
737+
- [PyPI v0.28.0] https://pypi.org/project/unstructured-client/0.28.0 - .
738+
739+
## 2024-11-24 00:10:37
740+
### Changes
741+
Based on:
742+
- OpenAPI Doc
743+
- Speakeasy CLI 1.444.1 (2.461.4) https://github.com/speakeasy-api/speakeasy
744+
### Generated
745+
- [python v0.28.1] .
746+
### Releases
747+
- [PyPI v0.28.1] https://pypi.org/project/unstructured-client/0.28.1 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ generation:
1111
oAuth2ClientCredentialsEnabled: false
1212
oAuth2PasswordEnabled: false
1313
python:
14-
version: 0.28.0
14+
version: 0.28.1
1515
additionalDependencies:
1616
dev:
1717
deepdiff: '>=6.0'

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "unstructured-client"
3-
version = "0.28.0"
3+
version = "0.28.1"
44
description = "Python Client SDK for Unstructured API"
55
authors = ["Unstructured",]
66
readme = "README-PYPI.md"
@@ -27,7 +27,7 @@ jsonpath-python = "^1.0.6"
2727
nest-asyncio = ">=1.6.0"
2828
pydantic = "~2.9.2"
2929
pypdf = ">=4.0"
30-
python-dateutil = "2.8.2"
30+
python-dateutil = "^2.8.2"
3131
requests-toolbelt = ">=1.0.0"
3232
typing-inspect = "^0.9.0"
3333

src/unstructured_client/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import importlib.metadata
44

55
__title__: str = "unstructured-client"
6-
__version__: str = "0.28.0"
6+
__version__: str = "0.28.1"
77

88
try:
99
if __package__ is not None:

src/unstructured_client/sdkconfiguration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ class SDKConfiguration:
3434
server: Optional[str] = ""
3535
language: str = "python"
3636
openapi_doc_version: str = "1.0.53"
37-
sdk_version: str = "0.28.0"
38-
gen_version: str = "2.461.2"
39-
user_agent: str = "speakeasy-sdk/python 0.28.0 2.461.2 1.0.53 unstructured-client"
37+
sdk_version: str = "0.28.1"
38+
gen_version: str = "2.461.4"
39+
user_agent: str = "speakeasy-sdk/python 0.28.1 2.461.4 1.0.53 unstructured-client"
4040
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
4141
timeout_ms: Optional[int] = None
4242

0 commit comments

Comments
 (0)