Skip to content

Commit a394249

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.299.6
1 parent 8e03f91 commit a394249

File tree

6 files changed

+24
-16
lines changed

6 files changed

+24
-16
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 8b5fa338-9106-4734-abf0-e30d67044a90
33
management:
44
docChecksum: 95cf473b65c812e2a731bc586e691f89
55
docVersion: 1.0.32
6-
speakeasyVersion: 1.299.4
7-
generationVersion: 2.338.7
8-
releaseVersion: 0.27.0
9-
configChecksum: f30a94fe7726e498bf687d6aefa48ec4
6+
speakeasyVersion: 1.299.6
7+
generationVersion: 2.338.12
8+
releaseVersion: 0.27.1
9+
configChecksum: be7515df9b3a3a127ec54c60f405dc64
1010
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
@@ -15,7 +15,7 @@ features:
1515
python:
1616
additionalDependencies: 0.1.0
1717
constsAndDefaults: 0.1.3
18-
core: 4.6.8
18+
core: 4.6.9
1919
examples: 2.81.3
2020
globalSecurity: 2.83.5
2121
globalSecurityCallbacks: 0.1.0

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.299.4
1+
speakeasyVersion: 1.299.6
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:1f77ecb5a93c98a2666959cc431213df275eb3daf04c08c78f76b4d28579d765
6-
sourceBlobDigest: sha256:823dd5db79564693f9fe02a562840c3fe02a6cd546917e9bac7aecd60dd8c260
5+
sourceRevisionDigest: sha256:04903eae8e99454ebc4cb52868a8b8bca126b4484e58f9887b4b34ca2f40fdf2
6+
sourceBlobDigest: sha256:74cb1d6142fa56a5f438b0cc1080916ad15322574435174155497c739025860a
77
tags:
88
- latest
99
- main
1010
targets:
1111
unstructured-python:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:1f77ecb5a93c98a2666959cc431213df275eb3daf04c08c78f76b4d28579d765
15-
sourceBlobDigest: sha256:823dd5db79564693f9fe02a562840c3fe02a6cd546917e9bac7aecd60dd8c260
14+
sourceRevisionDigest: sha256:04903eae8e99454ebc4cb52868a8b8bca126b4484e58f9887b4b34ca2f40fdf2
15+
sourceBlobDigest: sha256:74cb1d6142fa56a5f438b0cc1080916ad15322574435174155497c739025860a
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,4 +562,12 @@ Based on:
562562
- OpenAPI Doc
563563
- Speakeasy CLI 1.299.4 (2.338.7) https://github.com/speakeasy-api/speakeasy
564564
### Generated
565-
- [python v0.27.0] .
565+
- [python v0.27.0] .
566+
567+
## 2024-06-04 00:20:13
568+
### Changes
569+
Based on:
570+
- OpenAPI Doc
571+
- Speakeasy CLI 1.299.6 (2.338.12) https://github.com/speakeasy-api/speakeasy
572+
### Generated
573+
- [python v0.27.1] .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
python:
13-
version: 0.27.0
13+
version: 0.27.1
1414
additionalDependencies:
1515
dependencies:
1616
deepdiff: '>=6.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

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

src/unstructured_client/sdkconfiguration.py

Lines changed: 3 additions & 3 deletions
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.32'
32-
sdk_version: str = '0.27.0'
33-
gen_version: str = '2.338.7'
34-
user_agent: str = 'speakeasy-sdk/python 0.27.0 2.338.7 1.0.32 unstructured-client'
32+
sdk_version: str = '0.27.1'
33+
gen_version: str = '2.338.12'
34+
user_agent: str = 'speakeasy-sdk/python 0.27.1 2.338.12 1.0.32 unstructured-client'
3535
retry_config: Optional[RetryConfig] = None
3636

3737
def __post_init__(self):

0 commit comments

Comments
 (0)