Skip to content

chore: 🐝 Update SDK - Generate #120

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 17, 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
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 1.0.35
speakeasyVersion: 1.308.1
generationVersion: 2.342.6
releaseVersion: 0.23.6
configChecksum: 4e2e510c7f4b61e04b61acf7de2939a3
releaseVersion: 0.23.7
configChecksum: ace5c1ec7268837cec676d31f07d8337
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
repoSubDirectory: .
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ speakeasyVersion: 1.308.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:38f36639160a7a7c2e13fe645af60e6a23cdb92e129c237fc875de6f4bbccdea
sourceBlobDigest: sha256:27e4f3ab00cea0674220f9ec195ac9216cfe33416a5fe51f2015c8382357b43c
sourceRevisionDigest: sha256:5491f0ed917385a6505e2da173e898a2039fb131bf9cf5209426106b1efd09d5
sourceBlobDigest: sha256:6f719e554e4b4829020cad9fe3db0747f49029d4961ea73b48ed0b94a9e9368e
tags:
- latest
- main
targets:
unstructured-python:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:38f36639160a7a7c2e13fe645af60e6a23cdb92e129c237fc875de6f4bbccdea
sourceBlobDigest: sha256:27e4f3ab00cea0674220f9ec195ac9216cfe33416a5fe51f2015c8382357b43c
sourceRevisionDigest: sha256:5491f0ed917385a6505e2da173e898a2039fb131bf9cf5209426106b1efd09d5
sourceBlobDigest: sha256:6f719e554e4b4829020cad9fe3db0747f49029d4961ea73b48ed0b94a9e9368e
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 @@ -534,4 +534,14 @@ Based on:
### Generated
- [python v0.23.5] .
### Releases
- [PyPI v0.23.5] https://pypi.org/project/unstructured-client/0.23.5 - .
- [PyPI v0.23.5] https://pypi.org/project/unstructured-client/0.23.5 - .

## 2024-06-17 21:00:47
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.308.1 (2.342.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.23.7] .
### Releases
- [PyPI v0.23.7] https://pypi.org/project/unstructured-client/0.23.7 - .
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.6
version: 0.23.7
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.6',
version='0.23.7',
author='Unstructured',
description='Python Client SDK for Unstructured API',
license = 'MIT',
Expand Down
4 changes: 2 additions & 2 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.35'
sdk_version: str = '0.23.6'
sdk_version: str = '0.23.7'
gen_version: str = '2.342.6'
user_agent: str = 'speakeasy-sdk/python 0.23.6 2.342.6 1.0.35 unstructured-client'
user_agent: str = 'speakeasy-sdk/python 0.23.7 2.342.6 1.0.35 unstructured-client'
retry_config: Optional[RetryConfig] = None

def __post_init__(self):
Expand Down