File tree 5 files changed +25
-12
lines changed
5 files changed +25
-12
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: 2cabb51a37782b691a9f16fbbf8df52b
5
5
docVersion: 1.0.33
6
- speakeasyVersion: 1.299.6
6
+ speakeasyVersion: 1.299.7
7
7
generationVersion: 2.338.12
8
- releaseVersion: 0.27.1
9
- configChecksum: be7515df9b3a3a127ec54c60f405dc64
8
+ releaseVersion: 0.23.0
9
+ configChecksum: c451a545ab58abbd26cd9ffb7fb32e98
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
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.299.6
1
+ speakeasyVersion: 1.299.7
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:90bd16aaed9a9bfefbf815e309c927f19491bd472b7c1f7f56dab7bf4a4c2dc7
6
- sourceBlobDigest: sha256:6d2271499f0b5dd811144b3e1857443c6401e45229627f3078f88672f655334c
5
+ sourceRevisionDigest: sha256:29730cd6d9ea733e1974ee5f90b11774f0a5c308eddad34250d93787d5a9d0c3
6
+ sourceBlobDigest: sha256:110f9538009774e75d0a6cbc32c3d8651a0bc9223e397d34a8956b6394495ea5
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:90bd16aaed9a9bfefbf815e309c927f19491bd472b7c1f7f56dab7bf4a4c2dc7
15
- sourceBlobDigest: sha256:6d2271499f0b5dd811144b3e1857443c6401e45229627f3078f88672f655334c
14
+ sourceRevisionDigest: sha256:29730cd6d9ea733e1974ee5f90b11774f0a5c308eddad34250d93787d5a9d0c3
15
+ sourceBlobDigest: sha256:110f9538009774e75d0a6cbc32c3d8651a0bc9223e397d34a8956b6394495ea5
16
16
outLocation: /github/workspace/repo
17
17
workflow:
18
18
workflowVersion: 1.0.0
@@ -29,5 +29,8 @@ workflow:
29
29
unstructured-python:
30
30
target: python
31
31
source: my-source
32
+ publish:
33
+ pypi:
34
+ token: $PYPI_TOKEN
32
35
codeSamples:
33
36
output: codeSamples.yaml
Original file line number Diff line number Diff line change @@ -474,4 +474,14 @@ Based on:
474
474
### Generated
475
475
- [ python v0.22.0] .
476
476
### Releases
477
- - [ PyPI v0.22.0] https://pypi.org/project/unstructured-client/0.22.0 - .
477
+ - [ PyPI v0.22.0] https://pypi.org/project/unstructured-client/0.22.0 - .
478
+
479
+ ## 2024-06-05 00:02:19
480
+ ### Changes
481
+ Based on:
482
+ - OpenAPI Doc
483
+ - Speakeasy CLI 1.299.7 (2.338.12) https://github.com/speakeasy-api/speakeasy
484
+ ### Generated
485
+ - [ python v0.23.0] .
486
+ ### Releases
487
+ - [ PyPI v0.23.0] https://pypi.org/project/unstructured-client/0.23.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.1 ' ,
22
+ version = '0.23.0 ' ,
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.33'
32
- sdk_version : str = '0.27.1 '
32
+ sdk_version : str = '0.23.0 '
33
33
gen_version : str = '2.338.12'
34
- user_agent : str = 'speakeasy-sdk/python 0.27.1 2.338.12 1.0.33 unstructured-client'
34
+ user_agent : str = 'speakeasy-sdk/python 0.23.0 2.338.12 1.0.33 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