File tree Expand file tree Collapse file tree 6 files changed +21
-11
lines changed Expand file tree Collapse file tree 6 files changed +21
-11
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 1.0.35
66 speakeasyVersion: 1.308.1
77 generationVersion: 2.342.6
8- releaseVersion: 0.23.6
9- configChecksum: 4e2e510c7f4b61e04b61acf7de2939a3
8+ releaseVersion: 0.23.7
9+ configChecksum: ace5c1ec7268837cec676d31f07d8337
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 @@ -2,17 +2,17 @@ speakeasyVersion: 1.308.1
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:38f36639160a7a7c2e13fe645af60e6a23cdb92e129c237fc875de6f4bbccdea
6- sourceBlobDigest: sha256:27e4f3ab00cea0674220f9ec195ac9216cfe33416a5fe51f2015c8382357b43c
5+ sourceRevisionDigest: sha256:5491f0ed917385a6505e2da173e898a2039fb131bf9cf5209426106b1efd09d5
6+ sourceBlobDigest: sha256:6f719e554e4b4829020cad9fe3db0747f49029d4961ea73b48ed0b94a9e9368e
77 tags:
88 - latest
99 - main
1010targets:
1111 unstructured-python:
1212 source: my-source
1313 sourceNamespace: my-source
14- sourceRevisionDigest: sha256:38f36639160a7a7c2e13fe645af60e6a23cdb92e129c237fc875de6f4bbccdea
15- sourceBlobDigest: sha256:27e4f3ab00cea0674220f9ec195ac9216cfe33416a5fe51f2015c8382357b43c
14+ sourceRevisionDigest: sha256:5491f0ed917385a6505e2da173e898a2039fb131bf9cf5209426106b1efd09d5
15+ sourceBlobDigest: sha256:6f719e554e4b4829020cad9fe3db0747f49029d4961ea73b48ed0b94a9e9368e
1616 outLocation: /github/workspace/repo
1717workflow:
1818 workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -534,4 +534,14 @@ Based on:
534534### Generated
535535- [ python v0.23.5] .
536536### Releases
537- - [ PyPI v0.23.5] https://pypi.org/project/unstructured-client/0.23.5 - .
537+ - [ PyPI v0.23.5] https://pypi.org/project/unstructured-client/0.23.5 - .
538+
539+ ## 2024-06-17 21:00:47
540+ ### Changes
541+ Based on:
542+ - OpenAPI Doc
543+ - Speakeasy CLI 1.308.1 (2.342.6) https://github.com/speakeasy-api/speakeasy
544+ ### Generated
545+ - [ python v0.23.7] .
546+ ### Releases
547+ - [ PyPI v0.23.7] https://pypi.org/project/unstructured-client/0.23.7 - .
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.6
13+ version : 0.23.7
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.6 ' ,
22+ version = '0.23.7 ' ,
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.35'
32- sdk_version : str = '0.23.6 '
32+ sdk_version : str = '0.23.7 '
3333 gen_version : str = '2.342.6'
34- user_agent : str = 'speakeasy-sdk/python 0.23.6 2.342.6 1.0.35 unstructured-client'
34+ user_agent : str = 'speakeasy-sdk/python 0.23.7 2.342.6 1.0.35 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