Skip to content

Commit 25010eb

Browse files
chore: 🐝 Update SDK - Generate 0.27.0 (#205)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/e79d7e35b4170bf9006bf055ed71cc01> > OpenAPI Change report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/ecf3ddae663fc0a2fadecc9fba1bc8ec> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.424.0 (2.445.1) https://github.com/speakeasy-api/speakeasy ## OpenAPI Change Summary No specification changes Co-authored-by: speakeasybot <[email protected]>
1 parent e3f818d commit 25010eb

File tree

8 files changed

+124
-113
lines changed

8 files changed

+124
-113
lines changed

Diff for: .speakeasy/gen.lock

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 8b5fa338-9106-4734-abf0-e30d67044a90
33
management:
44
docChecksum: 21f469b38bb72725739ee9d9d0fc8780
55
docVersion: 1.0.51
6-
speakeasyVersion: 1.422.1
7-
generationVersion: 2.438.15
8-
releaseVersion: 0.26.2
9-
configChecksum: c46fa7f108a08d4565530aa29da677b5
6+
speakeasyVersion: 1.424.0
7+
generationVersion: 2.445.1
8+
releaseVersion: 0.27.0
9+
configChecksum: 6ece96f34cb076ad455a9c66b68c30b0
1010
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
@@ -15,7 +15,7 @@ features:
1515
python:
1616
additionalDependencies: 1.0.0
1717
constsAndDefaults: 1.0.4
18-
core: 5.6.0
18+
core: 5.6.1
1919
defaultEnabledRetries: 0.2.0
2020
enumUnions: 0.1.0
2121
envVarSecurityUsage: 0.3.1
@@ -32,6 +32,7 @@ features:
3232
retries: 3.0.2
3333
sdkHooks: 1.0.0
3434
serverIDs: 3.0.0
35+
tests: 1.6.0
3536
unions: 3.0.2
3637
uploadStreams: 1.0.0
3738
generatedFiles:

Diff for: .speakeasy/workflow.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
speakeasyVersion: 1.422.1
1+
speakeasyVersion: 1.424.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:31c94056ebc941cdfcf3fd4ba5e04880e978740963f7ce79169ba66cd033d74d
5+
sourceRevisionDigest: sha256:a021df00d899b4a9c10656edde506318d3824d78b51e0f15f5af3f4b4e2633a3
66
sourceBlobDigest: sha256:27e4879df402e924f9f65d336ea6d2fc8b16a00b87b4a802866238f7e9f639d3
77
tags:
88
- latest
@@ -11,7 +11,7 @@ targets:
1111
unstructured-python:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:31c94056ebc941cdfcf3fd4ba5e04880e978740963f7ce79169ba66cd033d74d
14+
sourceRevisionDigest: sha256:a021df00d899b4a9c10656edde506318d3824d78b51e0f15f5af3f4b4e2633a3
1515
sourceBlobDigest: sha256:27e4879df402e924f9f65d336ea6d2fc8b16a00b87b4a802866238f7e9f639d3
1616
workflow:
1717
workflowVersion: 1.0.0

Diff for: RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -714,4 +714,14 @@ Based on:
714714
### Generated
715715
- [python v0.26.2] .
716716
### Releases
717-
- [PyPI v0.26.2] https://pypi.org/project/unstructured-client/0.26.2 - .
717+
- [PyPI v0.26.2] https://pypi.org/project/unstructured-client/0.26.2 - .
718+
719+
## 2024-11-04 00:09:48
720+
### Changes
721+
Based on:
722+
- OpenAPI Doc
723+
- Speakeasy CLI 1.424.0 (2.445.1) https://github.com/speakeasy-api/speakeasy
724+
### Generated
725+
- [python v0.27.0] .
726+
### Releases
727+
- [PyPI v0.27.0] https://pypi.org/project/unstructured-client/0.27.0 - .

Diff for: gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
python:
13-
version: 0.26.2
13+
version: 0.27.0
1414
additionalDependencies:
1515
dev:
1616
deepdiff: '>=6.0'

Diff for: poetry.lock

+97-97
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.26.2"
3+
version = "0.27.0"
44
description = "Python Client SDK for Unstructured API"
55
authors = ["Unstructured",]
66
readme = "README-PYPI.md"
@@ -24,7 +24,7 @@ eval-type-backport = "^0.2.0"
2424
httpx = ">=0.27.0"
2525
jsonpath-python = "^1.0.6"
2626
nest-asyncio = ">=1.6.0"
27-
pydantic = "~2.9.0"
27+
pydantic = "~2.9.2"
2828
pypdf = ">=4.0"
2929
python-dateutil = "2.8.2"
3030
requests-toolbelt = ">=1.0.0"

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.26.2"
6+
__version__: str = "0.27.0"
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.51"
37-
sdk_version: str = "0.26.2"
38-
gen_version: str = "2.438.15"
39-
user_agent: str = "speakeasy-sdk/python 0.26.2 2.438.15 1.0.51 unstructured-client"
37+
sdk_version: str = "0.27.0"
38+
gen_version: str = "2.445.1"
39+
user_agent: str = "speakeasy-sdk/python 0.27.0 2.445.1 1.0.51 unstructured-client"
4040
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
4141
timeout_ms: Optional[int] = None
4242

0 commit comments

Comments
 (0)