Skip to content

Commit 62bb644

Browse files
chore: 🐝 Update SDK - Generate 0.28.1 (#209)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/efc89a20175e75a2d533748718434f9f> > OpenAPI Change report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/e3e7cef5091a4d597f6bb0b877dddde5> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.445.2 (2.461.4) https://github.com/speakeasy-api/speakeasy ## Versioning Version Bump Type: [patch] - 🤖 (automated) ## OpenAPI Change Summary No specification changes ## PYTHON CHANGELOG ## core: 5.6.6 - 2024-11-21 ### 🐛 Bug Fixes - widen python-dateutil dependency requirement *(commit by [@disintegrator](https://github.com/disintegrator))* Co-authored-by: speakeasybot <[email protected]>
1 parent 2082d4f commit 62bb644

File tree

8 files changed

+31
-20
lines changed

8 files changed

+31
-20
lines changed

Diff for: .speakeasy/gen.lock

+5-5
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.445.2
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

Diff for: .speakeasy/workflow.lock

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
speakeasyVersion: 1.441.1
1+
speakeasyVersion: 1.445.2
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:038b0ca7f385b85ad48ed90e401baf382a23098ae9b31f4f38556eea1236a228
6-
sourceBlobDigest: sha256:58ed8248232b8a0505cc6ca21a37347df8b85011736c5c20728265de9e841a7e
5+
sourceRevisionDigest: sha256:efb042eb73c04bcd6d191aaa4071804cafea59920311cf022fcfd61d08ccb1c7
6+
sourceBlobDigest: sha256:e55b63b92eeb51ac3a89c688fb59c7cfa1cdc0b294e639bcf000ebdd241d5a54
77
tags:
88
- latest
99
- speakeasy-sdk-regen-1731423394
10+
- 1.0.53
1011
targets:
1112
unstructured-python:
1213
source: my-source
1314
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:038b0ca7f385b85ad48ed90e401baf382a23098ae9b31f4f38556eea1236a228
15-
sourceBlobDigest: sha256:58ed8248232b8a0505cc6ca21a37347df8b85011736c5c20728265de9e841a7e
15+
sourceRevisionDigest: sha256:efb042eb73c04bcd6d191aaa4071804cafea59920311cf022fcfd61d08ccb1c7
16+
sourceBlobDigest: sha256:e55b63b92eeb51ac3a89c688fb59c7cfa1cdc0b294e639bcf000ebdd241d5a54
1617
codeSamplesNamespace: my-source-code-samples
17-
codeSamplesRevisionDigest: sha256:7bd56d7d28128fd2bdb364cbd5f0b77af7512dbe80181a5a8844e3f24bc1b313
18+
codeSamplesRevisionDigest: sha256:943eccadbc48e9424e8f160957701be2ee5a2b07fe75ff88fd8aef67f1f3ee85
1819
workflow:
1920
workflowVersion: 1.0.0
2021
speakeasyVersion: latest

Diff for: RELEASES.md

+11-1
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-26 00:09:45
740+
### Changes
741+
Based on:
742+
- OpenAPI Doc
743+
- Speakeasy CLI 1.445.2 (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 - .

Diff for: gen.yaml

+1-1
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'

Diff for: poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+2-2
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

Diff for: src/unstructured_client/_version.py

+1-1
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:

Diff for: src/unstructured_client/sdkconfiguration.py

+3-3
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)