File tree Expand file tree Collapse file tree 6 files changed +24
-16
lines changed Expand file tree Collapse file tree 6 files changed +24
-16
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ id: 8b5fa338-9106-4734-abf0-e30d67044a90
3
3
management:
4
4
docChecksum: 95cf473b65c812e2a731bc586e691f89
5
5
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
10
10
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
11
11
repoSubDirectory: .
12
12
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
@@ -15,7 +15,7 @@ features:
15
15
python:
16
16
additionalDependencies: 0.1.0
17
17
constsAndDefaults: 0.1.3
18
- core: 4.6.8
18
+ core: 4.6.9
19
19
examples: 2.81.3
20
20
globalSecurity: 2.83.5
21
21
globalSecurityCallbacks: 0.1.0
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.299.4
1
+ speakeasyVersion: 1.299.6
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:1f77ecb5a93c98a2666959cc431213df275eb3daf04c08c78f76b4d28579d765
6
- sourceBlobDigest: sha256:823dd5db79564693f9fe02a562840c3fe02a6cd546917e9bac7aecd60dd8c260
5
+ sourceRevisionDigest: sha256:04903eae8e99454ebc4cb52868a8b8bca126b4484e58f9887b4b34ca2f40fdf2
6
+ sourceBlobDigest: sha256:74cb1d6142fa56a5f438b0cc1080916ad15322574435174155497c739025860a
7
7
tags:
8
8
- latest
9
9
- main
10
10
targets:
11
11
unstructured-python:
12
12
source: my-source
13
13
sourceNamespace: my-source
14
- sourceRevisionDigest: sha256:1f77ecb5a93c98a2666959cc431213df275eb3daf04c08c78f76b4d28579d765
15
- sourceBlobDigest: sha256:823dd5db79564693f9fe02a562840c3fe02a6cd546917e9bac7aecd60dd8c260
14
+ sourceRevisionDigest: sha256:04903eae8e99454ebc4cb52868a8b8bca126b4484e58f9887b4b34ca2f40fdf2
15
+ sourceBlobDigest: sha256:74cb1d6142fa56a5f438b0cc1080916ad15322574435174155497c739025860a
16
16
outLocation: /github/workspace/repo
17
17
workflow:
18
18
workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -562,4 +562,12 @@ Based on:
562
562
- OpenAPI Doc
563
563
- Speakeasy CLI 1.299.4 (2.338.7) https://github.com/speakeasy-api/speakeasy
564
564
### 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] .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ generation:
10
10
auth :
11
11
oAuth2ClientCredentialsEnabled : false
12
12
python :
13
- version : 0.27.0
13
+ version : 0.27.1
14
14
additionalDependencies :
15
15
dependencies :
16
16
deepdiff : ' >=6.0'
Original file line number Diff line number Diff line change 19
19
20
20
setuptools .setup (
21
21
name = 'unstructured-client' ,
22
- version = '0.27.0 ' ,
22
+ version = '0.27.1 ' ,
23
23
author = 'Unstructured' ,
24
24
description = 'Python Client SDK for Unstructured API' ,
25
25
license = 'MIT' ,
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ class SDKConfiguration:
29
29
server : Optional [str ] = ''
30
30
language : str = 'python'
31
31
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'
35
35
retry_config : Optional [RetryConfig ] = None
36
36
37
37
def __post_init__ (self ):
You can’t perform that action at this time.
0 commit comments