File tree Expand file tree Collapse file tree 6 files changed +26
-16
lines changed Expand file tree Collapse file tree 6 files changed +26
-16
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: 6d116a47ec6d55caaccd4c9ceb6e341c
55 docVersion: 1.0.39
6- speakeasyVersion: 1.327 .0
7- generationVersion: 2.359.6
8- releaseVersion: 0.23.9
9- configChecksum: 4172e7500bacd1576ca11842b238ea91
6+ speakeasyVersion: 1.330 .0
7+ generationVersion: 2.361.10
8+ releaseVersion: 0.24.0
9+ configChecksum: da61d22f32b7c1b57a3c389245650c6f
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.13
18+ core: 4.8.0
1919 examples: 2.81.3
2020 globalSecurity: 2.83.5
2121 globalSecurityCallbacks: 0.1.0
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.327 .0
1+ speakeasyVersion: 1.330 .0
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:e314656ed0783acddc764f41dac1c85143ec8f8aebc9aed4d7faaf01567b71f5
6- sourceBlobDigest: sha256:8d6f613e19339641bbaab5f2c7d9702a790377f6e9a9e3e20c066ea02f4ce36c
5+ sourceRevisionDigest: sha256:56339750ae8d81358107c474cba90dbdc2adc8a65a925b10b18e405be0af9522
6+ sourceBlobDigest: sha256:35a5e15c4ae5413217329d934263b7fc5a54444fede7cec9cf9c3baaf5f5274e
77 tags:
88 - latest
99 - main
1010targets:
1111 unstructured-python:
1212 source: my-source
1313 sourceNamespace: my-source
14- sourceRevisionDigest: sha256:e314656ed0783acddc764f41dac1c85143ec8f8aebc9aed4d7faaf01567b71f5
15- sourceBlobDigest: sha256:8d6f613e19339641bbaab5f2c7d9702a790377f6e9a9e3e20c066ea02f4ce36c
14+ sourceRevisionDigest: sha256:56339750ae8d81358107c474cba90dbdc2adc8a65a925b10b18e405be0af9522
15+ sourceBlobDigest: sha256:35a5e15c4ae5413217329d934263b7fc5a54444fede7cec9cf9c3baaf5f5274e
1616 outLocation: /github/workspace/repo
1717workflow:
1818 workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -564,4 +564,14 @@ Based on:
564564### Generated
565565- [ python v0.23.9] .
566566### Releases
567- - [ PyPI v0.23.9] https://pypi.org/project/unstructured-client/0.23.9 - .
567+ - [ PyPI v0.23.9] https://pypi.org/project/unstructured-client/0.23.9 - .
568+
569+ ## 2024-07-09 00:20:48
570+ ### Changes
571+ Based on:
572+ - OpenAPI Doc
573+ - Speakeasy CLI 1.330.0 (2.361.10) https://github.com/speakeasy-api/speakeasy
574+ ### Generated
575+ - [ python v0.24.0] .
576+ ### Releases
577+ - [ PyPI v0.24.0] https://pypi.org/project/unstructured-client/0.24.0 - .
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.9
13+ version : 0.24.0
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.9 ' ,
22+ version = '0.24.0 ' ,
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.39'
32- sdk_version : str = '0.23.9 '
33- gen_version : str = '2.359.6 '
34- user_agent : str = 'speakeasy-sdk/python 0.23.9 2.359.6 1.0.39 unstructured-client'
32+ sdk_version : str = '0.24.0 '
33+ gen_version : str = '2.361.10 '
34+ user_agent : str = 'speakeasy-sdk/python 0.24.0 2.361.10 1.0.39 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