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.4
9- configChecksum: 2f71ba62e42129740d3fe7343a6e3d57
8+ releaseVersion: 0.23.5
9+ configChecksum: e210d7bff3afd386269cb7c6adeef630
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:2afe2b4cc03c9cec18d5b1b183a58d9d215c4741446a4deac25700bdb98a7aeb
6- sourceBlobDigest: sha256:5f8888fc7a7d4dd77922a6607261d2b76bb51c2aeda36e98a33d4c3cbdf40f5e
5+ sourceRevisionDigest: sha256:38f36639160a7a7c2e13fe645af60e6a23cdb92e129c237fc875de6f4bbccdea
6+ sourceBlobDigest: sha256:27e4f3ab00cea0674220f9ec195ac9216cfe33416a5fe51f2015c8382357b43c
77 tags:
88 - latest
99 - main
1010targets:
1111 unstructured-python:
1212 source: my-source
1313 sourceNamespace: my-source
14- sourceRevisionDigest: sha256:2afe2b4cc03c9cec18d5b1b183a58d9d215c4741446a4deac25700bdb98a7aeb
15- sourceBlobDigest: sha256:5f8888fc7a7d4dd77922a6607261d2b76bb51c2aeda36e98a33d4c3cbdf40f5e
14+ sourceRevisionDigest: sha256:38f36639160a7a7c2e13fe645af60e6a23cdb92e129c237fc875de6f4bbccdea
15+ sourceBlobDigest: sha256:27e4f3ab00cea0674220f9ec195ac9216cfe33416a5fe51f2015c8382357b43c
1616 outLocation: /github/workspace/repo
1717workflow:
1818 workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -524,4 +524,14 @@ Based on:
524524### Generated
525525- [ python v0.23.4] .
526526### Releases
527- - [ PyPI v0.23.4] https://pypi.org/project/unstructured-client/0.23.4 - .
527+ - [ PyPI v0.23.4] https://pypi.org/project/unstructured-client/0.23.4 - .
528+
529+ ## 2024-06-15 19:11:05
530+ ### Changes
531+ Based on:
532+ - OpenAPI Doc
533+ - Speakeasy CLI 1.308.1 (2.342.6) https://github.com/speakeasy-api/speakeasy
534+ ### Generated
535+ - [ python v0.23.5] .
536+ ### Releases
537+ - [ PyPI v0.23.5] https://pypi.org/project/unstructured-client/0.23.5 - .
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.4
13+ version : 0.23.5
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.4 ' ,
22+ version = '0.23.5 ' ,
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.4 '
32+ sdk_version : str = '0.23.5 '
3333 gen_version : str = '2.342.6'
34- user_agent : str = 'speakeasy-sdk/python 0.23.4 2.342.6 1.0.35 unstructured-client'
34+ user_agent : str = 'speakeasy-sdk/python 0.23.5 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