Skip to content
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
10 changes: 5 additions & 5 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: 6d116a47ec6d55caaccd4c9ceb6e341c
docVersion: 1.0.39
speakeasyVersion: 1.327.0
generationVersion: 2.359.6
releaseVersion: 0.23.9
configChecksum: 4172e7500bacd1576ca11842b238ea91
speakeasyVersion: 1.330.0
generationVersion: 2.361.10
releaseVersion: 0.24.0
configChecksum: da61d22f32b7c1b57a3c389245650c6f
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
repoSubDirectory: .
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
Expand All @@ -15,7 +15,7 @@ features:
python:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.3
core: 4.6.13
core: 4.8.0
examples: 2.81.3
globalSecurity: 2.83.5
globalSecurityCallbacks: 0.1.0
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.327.0
speakeasyVersion: 1.330.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:e314656ed0783acddc764f41dac1c85143ec8f8aebc9aed4d7faaf01567b71f5
sourceBlobDigest: sha256:8d6f613e19339641bbaab5f2c7d9702a790377f6e9a9e3e20c066ea02f4ce36c
sourceRevisionDigest: sha256:56339750ae8d81358107c474cba90dbdc2adc8a65a925b10b18e405be0af9522
sourceBlobDigest: sha256:35a5e15c4ae5413217329d934263b7fc5a54444fede7cec9cf9c3baaf5f5274e
tags:
- latest
- main
targets:
unstructured-python:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:e314656ed0783acddc764f41dac1c85143ec8f8aebc9aed4d7faaf01567b71f5
sourceBlobDigest: sha256:8d6f613e19339641bbaab5f2c7d9702a790377f6e9a9e3e20c066ea02f4ce36c
sourceRevisionDigest: sha256:56339750ae8d81358107c474cba90dbdc2adc8a65a925b10b18e405be0af9522
sourceBlobDigest: sha256:35a5e15c4ae5413217329d934263b7fc5a54444fede7cec9cf9c3baaf5f5274e
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 @@ -564,4 +564,14 @@ Based on:
### Generated
- [python v0.23.9] .
### Releases
- [PyPI v0.23.9] https://pypi.org/project/unstructured-client/0.23.9 - .
- [PyPI v0.23.9] https://pypi.org/project/unstructured-client/0.23.9 - .

## 2024-07-09 00:20:48
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.330.0 (2.361.10) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.24.0] .
### Releases
- [PyPI v0.24.0] https://pypi.org/project/unstructured-client/0.24.0 - .
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.9
version: 0.24.0
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.9',
version='0.24.0',
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.39'
sdk_version: str = '0.23.9'
gen_version: str = '2.359.6'
user_agent: str = 'speakeasy-sdk/python 0.23.9 2.359.6 1.0.39 unstructured-client'
sdk_version: str = '0.24.0'
gen_version: str = '2.361.10'
user_agent: str = 'speakeasy-sdk/python 0.24.0 2.361.10 1.0.39 unstructured-client'
retry_config: Optional[RetryConfig] = None

def __post_init__(self):
Expand Down