File tree Expand file tree Collapse file tree 6 files changed +25
-15
lines changed Expand file tree Collapse file tree 6 files changed +25
-15
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ id: 8b5fa338-9106-4734-abf0-e30d67044a90
33management:
44 docChecksum: 2cabb51a37782b691a9f16fbbf8df52b
55 docVersion: 1.0.33
6- speakeasyVersion: 1.299.7
7- generationVersion: 2.338.12
8- releaseVersion: 0.23.0
9- configChecksum: c451a545ab58abbd26cd9ffb7fb32e98
6+ speakeasyVersion: 1.300.0
7+ generationVersion: 2.338.14
8+ releaseVersion: 0.23.1
9+ configChecksum: 1ff015a4f01b59b8410c220d105f05a2
1010 repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111 repoSubDirectory: .
1212 installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.299.7
1+ speakeasyVersion: 1.300.0
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:29730cd6d9ea733e1974ee5f90b11774f0a5c308eddad34250d93787d5a9d0c3
6- sourceBlobDigest: sha256:110f9538009774e75d0a6cbc32c3d8651a0bc9223e397d34a8956b6394495ea5
5+ sourceRevisionDigest: sha256:9185f612fb7b29e3977b6a818d07a5e05274d149c2f1e5faef03980913817bd2
6+ sourceBlobDigest: sha256:ca32fe0602b577603a80b173976350fddad466232f4b971f2b90ae2405ead69b
77 tags:
88 - latest
99 - main
1010targets:
1111 unstructured-python:
1212 source: my-source
1313 sourceNamespace: my-source
14- sourceRevisionDigest: sha256:29730cd6d9ea733e1974ee5f90b11774f0a5c308eddad34250d93787d5a9d0c3
15- sourceBlobDigest: sha256:110f9538009774e75d0a6cbc32c3d8651a0bc9223e397d34a8956b6394495ea5
14+ sourceRevisionDigest: sha256:9185f612fb7b29e3977b6a818d07a5e05274d149c2f1e5faef03980913817bd2
15+ sourceBlobDigest: sha256:ca32fe0602b577603a80b173976350fddad466232f4b971f2b90ae2405ead69b
1616 outLocation: /github/workspace/repo
1717workflow:
1818 workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -484,4 +484,14 @@ Based on:
484484### Generated
485485- [ python v0.23.0] .
486486### Releases
487- - [ PyPI v0.23.0] https://pypi.org/project/unstructured-client/0.23.0 - .
487+ - [ PyPI v0.23.0] https://pypi.org/project/unstructured-client/0.23.0 - .
488+
489+ ## 2024-06-06 15:46:18
490+ ### Changes
491+ Based on:
492+ - OpenAPI Doc
493+ - Speakeasy CLI 1.300.0 (2.338.14) https://github.com/speakeasy-api/speakeasy
494+ ### Generated
495+ - [ python v0.23.1] .
496+ ### Releases
497+ - [ PyPI v0.23.1] https://pypi.org/project/unstructured-client/0.23.1 - .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ generation:
1010 auth :
1111 oAuth2ClientCredentialsEnabled : false
1212python :
13- version : 0.23.0
13+ version : 0.23.1
1414 additionalDependencies :
1515 dependencies :
1616 deepdiff : ' >=6.0'
Original file line number Diff line number Diff line change 1919
2020setuptools .setup (
2121 name = 'unstructured-client' ,
22- version = '0.23.0 ' ,
22+ version = '0.23.1 ' ,
2323 author = 'Unstructured' ,
2424 description = 'Python Client SDK for Unstructured API' ,
2525 license = 'MIT' ,
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ class SDKConfiguration:
2929 server : Optional [str ] = ''
3030 language : str = 'python'
3131 openapi_doc_version : str = '1.0.33'
32- sdk_version : str = '0.23.0 '
33- gen_version : str = '2.338.12 '
34- user_agent : str = 'speakeasy-sdk/python 0.23.0 2.338.12 1.0.33 unstructured-client'
32+ sdk_version : str = '0.23.1 '
33+ gen_version : str = '2.338.14 '
34+ user_agent : str = 'speakeasy-sdk/python 0.23.1 2.338.14 1.0.33 unstructured-client'
3535 retry_config : Optional [RetryConfig ] = None
3636
3737 def __post_init__ (self ):
You canβt perform that action at this time.
0 commit comments