Skip to content

Commit 421efb1

Browse files
chore: 🐝 Update SDK - Generate (#106)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasyapi.dev/org/unstructured/unstructured5xr/linting-report/816dffe1d4e68668beb03d2fbf94c6b2> > OpenAPI Change report available at: <https://app.speakeasyapi.dev/org/unstructured/unstructured5xr/changes-report/d6609910d3434cf4bff19c21160c8da9> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.299.7 (2.338.12) https://github.com/speakeasy-api/speakeasy ## PYTHON CHANGELOG Co-authored-by: speakeasybot <[email protected]>
1 parent 3a24eb4 commit 421efb1

File tree

5 files changed

+25
-12
lines changed

5 files changed

+25
-12
lines changed

Diff for: .speakeasy/gen.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 8b5fa338-9106-4734-abf0-e30d67044a90
33
management:
44
docChecksum: 2cabb51a37782b691a9f16fbbf8df52b
55
docVersion: 1.0.33
6-
speakeasyVersion: 1.299.6
6+
speakeasyVersion: 1.299.7
77
generationVersion: 2.338.12
8-
releaseVersion: 0.27.1
9-
configChecksum: be7515df9b3a3a127ec54c60f405dc64
8+
releaseVersion: 0.23.0
9+
configChecksum: c451a545ab58abbd26cd9ffb7fb32e98
1010
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git

Diff for: .speakeasy/workflow.lock

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.299.6
1+
speakeasyVersion: 1.299.7
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:90bd16aaed9a9bfefbf815e309c927f19491bd472b7c1f7f56dab7bf4a4c2dc7
6-
sourceBlobDigest: sha256:6d2271499f0b5dd811144b3e1857443c6401e45229627f3078f88672f655334c
5+
sourceRevisionDigest: sha256:29730cd6d9ea733e1974ee5f90b11774f0a5c308eddad34250d93787d5a9d0c3
6+
sourceBlobDigest: sha256:110f9538009774e75d0a6cbc32c3d8651a0bc9223e397d34a8956b6394495ea5
77
tags:
88
- latest
99
- main
1010
targets:
1111
unstructured-python:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:90bd16aaed9a9bfefbf815e309c927f19491bd472b7c1f7f56dab7bf4a4c2dc7
15-
sourceBlobDigest: sha256:6d2271499f0b5dd811144b3e1857443c6401e45229627f3078f88672f655334c
14+
sourceRevisionDigest: sha256:29730cd6d9ea733e1974ee5f90b11774f0a5c308eddad34250d93787d5a9d0c3
15+
sourceBlobDigest: sha256:110f9538009774e75d0a6cbc32c3d8651a0bc9223e397d34a8956b6394495ea5
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0
@@ -29,5 +29,8 @@ workflow:
2929
unstructured-python:
3030
target: python
3131
source: my-source
32+
publish:
33+
pypi:
34+
token: $PYPI_TOKEN
3235
codeSamples:
3336
output: codeSamples.yaml

Diff for: RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -474,4 +474,14 @@ Based on:
474474
### Generated
475475
- [python v0.22.0] .
476476
### Releases
477-
- [PyPI v0.22.0] https://pypi.org/project/unstructured-client/0.22.0 - .
477+
- [PyPI v0.22.0] https://pypi.org/project/unstructured-client/0.22.0 - .
478+
479+
## 2024-06-05 00:02:19
480+
### Changes
481+
Based on:
482+
- OpenAPI Doc
483+
- Speakeasy CLI 1.299.7 (2.338.12) https://github.com/speakeasy-api/speakeasy
484+
### Generated
485+
- [python v0.23.0] .
486+
### Releases
487+
- [PyPI v0.23.0] https://pypi.org/project/unstructured-client/0.23.0 - .

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setuptools.setup(
2121
name='unstructured-client',
22-
version='0.27.1',
22+
version='0.23.0',
2323
author='Unstructured',
2424
description='Python Client SDK for Unstructured API',
2525
license = 'MIT',

Diff for: src/unstructured_client/sdkconfiguration.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ class SDKConfiguration:
2929
server: Optional[str] = ''
3030
language: str = 'python'
3131
openapi_doc_version: str = '1.0.33'
32-
sdk_version: str = '0.27.1'
32+
sdk_version: str = '0.23.0'
3333
gen_version: str = '2.338.12'
34-
user_agent: str = 'speakeasy-sdk/python 0.27.1 2.338.12 1.0.33 unstructured-client'
34+
user_agent: str = 'speakeasy-sdk/python 0.23.0 2.338.12 1.0.33 unstructured-client'
3535
retry_config: Optional[RetryConfig] = None
3636

3737
def __post_init__(self):

0 commit comments

Comments
 (0)