Skip to content

chore: 🐝 Update SDK - Generate #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 8b5fa338-9106-4734-abf0-e30d67044a90
management:
docChecksum: 2cabb51a37782b691a9f16fbbf8df52b
docVersion: 1.0.33
speakeasyVersion: 1.299.7
generationVersion: 2.338.12
releaseVersion: 0.23.0
configChecksum: c451a545ab58abbd26cd9ffb7fb32e98
speakeasyVersion: 1.300.0
generationVersion: 2.338.14
releaseVersion: 0.23.1
configChecksum: 1ff015a4f01b59b8410c220d105f05a2
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
repoSubDirectory: .
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.299.7
speakeasyVersion: 1.300.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:29730cd6d9ea733e1974ee5f90b11774f0a5c308eddad34250d93787d5a9d0c3
sourceBlobDigest: sha256:110f9538009774e75d0a6cbc32c3d8651a0bc9223e397d34a8956b6394495ea5
sourceRevisionDigest: sha256:9185f612fb7b29e3977b6a818d07a5e05274d149c2f1e5faef03980913817bd2
sourceBlobDigest: sha256:ca32fe0602b577603a80b173976350fddad466232f4b971f2b90ae2405ead69b
tags:
- latest
- main
targets:
unstructured-python:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:29730cd6d9ea733e1974ee5f90b11774f0a5c308eddad34250d93787d5a9d0c3
sourceBlobDigest: sha256:110f9538009774e75d0a6cbc32c3d8651a0bc9223e397d34a8956b6394495ea5
sourceRevisionDigest: sha256:9185f612fb7b29e3977b6a818d07a5e05274d149c2f1e5faef03980913817bd2
sourceBlobDigest: sha256:ca32fe0602b577603a80b173976350fddad466232f4b971f2b90ae2405ead69b
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,4 +484,14 @@ Based on:
### Generated
- [python v0.23.0] .
### Releases
- [PyPI v0.23.0] https://pypi.org/project/unstructured-client/0.23.0 - .
- [PyPI v0.23.0] https://pypi.org/project/unstructured-client/0.23.0 - .

## 2024-06-06 15:46:18
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.300.0 (2.338.14) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.23.1] .
### Releases
- [PyPI v0.23.1] https://pypi.org/project/unstructured-client/0.23.1 - .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
python:
version: 0.23.0
version: 0.23.1
additionalDependencies:
dependencies:
deepdiff: '>=6.0'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name='unstructured-client',
version='0.23.0',
version='0.23.1',
author='Unstructured',
description='Python Client SDK for Unstructured API',
license = 'MIT',
Expand Down
6 changes: 3 additions & 3 deletions src/unstructured_client/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ class SDKConfiguration:
server: Optional[str] = ''
language: str = 'python'
openapi_doc_version: str = '1.0.33'
sdk_version: str = '0.23.0'
gen_version: str = '2.338.12'
user_agent: str = 'speakeasy-sdk/python 0.23.0 2.338.12 1.0.33 unstructured-client'
sdk_version: str = '0.23.1'
gen_version: str = '2.338.14'
user_agent: str = 'speakeasy-sdk/python 0.23.1 2.338.14 1.0.33 unstructured-client'
retry_config: Optional[RetryConfig] = None

def __post_init__(self):
Expand Down