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
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 8b5fa338-9106-4734-abf0-e30d67044a90
management:
docChecksum: 7f66a0b37f7c9410adfa767ab853be37
docChecksum: 6d116a47ec6d55caaccd4c9ceb6e341c
docVersion: 1.0.39
speakeasyVersion: 1.322.1
generationVersion: 2.354.2
releaseVersion: 0.23.8
configChecksum: f3dd7a4511cf2bc22ddb479fa03effba
speakeasyVersion: 1.327.0
generationVersion: 2.359.6
releaseVersion: 0.23.9
configChecksum: 4172e7500bacd1576ca11842b238ea91
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.322.1
speakeasyVersion: 1.327.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:03a5b2400a0c666b000349883823d4ac9ab293b11599805156c54efe31325e6b
sourceBlobDigest: sha256:0fa8b3f2439934e2a1215d907f07b794569954dd381d7412f9f17627c4d46b67
sourceRevisionDigest: sha256:e314656ed0783acddc764f41dac1c85143ec8f8aebc9aed4d7faaf01567b71f5
sourceBlobDigest: sha256:8d6f613e19339641bbaab5f2c7d9702a790377f6e9a9e3e20c066ea02f4ce36c
tags:
- latest
- main
targets:
unstructured-python:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:03a5b2400a0c666b000349883823d4ac9ab293b11599805156c54efe31325e6b
sourceBlobDigest: sha256:0fa8b3f2439934e2a1215d907f07b794569954dd381d7412f9f17627c4d46b67
sourceRevisionDigest: sha256:e314656ed0783acddc764f41dac1c85143ec8f8aebc9aed4d7faaf01567b71f5
sourceBlobDigest: sha256:8d6f613e19339641bbaab5f2c7d9702a790377f6e9a9e3e20c066ea02f4ce36c
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 @@ -554,4 +554,14 @@ Based on:
### Generated
- [python v0.23.8] .
### Releases
- [PyPI v0.23.8] https://pypi.org/project/unstructured-client/0.23.8 - .
- [PyPI v0.23.8] https://pypi.org/project/unstructured-client/0.23.8 - .

## 2024-07-08 00:21:59
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.327.0 (2.359.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.23.9] .
### Releases
- [PyPI v0.23.9] https://pypi.org/project/unstructured-client/0.23.9 - .
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.8
version: 0.23.9
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.8',
version='0.23.9',
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.8'
gen_version: str = '2.354.2'
user_agent: str = 'speakeasy-sdk/python 0.23.8 2.354.2 1.0.39 unstructured-client'
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'
retry_config: Optional[RetryConfig] = None

def __post_init__(self):
Expand Down