File tree Expand file tree Collapse file tree 7 files changed +25
-15
lines changed Expand file tree Collapse file tree 7 files changed +25
-15
lines changed Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: 8b5fa338-9106-4734-abf0-e30d67044a90
33management:
4- docChecksum: 80b2dc9fb0c56267e34c1679522a1794
5- docVersion: 1.0.52
6- speakeasyVersion: 1.421.0
4+ docChecksum: 21f469b38bb72725739ee9d9d0fc8780
5+ docVersion: 1.0.51
6+ speakeasyVersion: 1.422.1
77 generationVersion: 2.438.15
8- releaseVersion: 0.27.0
9- configChecksum: 6ece96f34cb076ad455a9c66b68c30b0
8+ releaseVersion: 0.26.2
9+ configChecksum: c46fa7f108a08d4565530aa29da677b5
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.418 .1
1+ speakeasyVersion: 1.422 .1
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:a820d523af3e56f0dd1fc84f4f29e15330edb26cc253e93981bddb4a5176ac3c
5+ sourceRevisionDigest: sha256:31c94056ebc941cdfcf3fd4ba5e04880e978740963f7ce79169ba66cd033d74d
66 sourceBlobDigest: sha256:27e4879df402e924f9f65d336ea6d2fc8b16a00b87b4a802866238f7e9f639d3
77 tags:
88 - latest
@@ -11,7 +11,7 @@ targets:
1111 unstructured-python:
1212 source: my-source
1313 sourceNamespace: my-source
14- sourceRevisionDigest: sha256:a820d523af3e56f0dd1fc84f4f29e15330edb26cc253e93981bddb4a5176ac3c
14+ sourceRevisionDigest: sha256:31c94056ebc941cdfcf3fd4ba5e04880e978740963f7ce79169ba66cd033d74d
1515 sourceBlobDigest: sha256:27e4879df402e924f9f65d336ea6d2fc8b16a00b87b4a802866238f7e9f639d3
1616workflow:
1717 workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -704,4 +704,14 @@ Based on:
704704### Generated
705705- [ python v0.26.1] .
706706### Releases
707- - [ PyPI v0.26.1] https://pypi.org/project/unstructured-client/0.26.1 - .
707+ - [ PyPI v0.26.1] https://pypi.org/project/unstructured-client/0.26.1 - .
708+
709+ ## 2024-10-28 00:09:56
710+ ### Changes
711+ Based on:
712+ - OpenAPI Doc
713+ - Speakeasy CLI 1.422.1 (2.438.15) https://github.com/speakeasy-api/speakeasy
714+ ### Generated
715+ - [ python v0.26.2] .
716+ ### Releases
717+ - [ PyPI v0.26.2] https://pypi.org/project/unstructured-client/0.26.2 - .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ generation:
1010 auth :
1111 oAuth2ClientCredentialsEnabled : false
1212python :
13- version : 0.27.0
13+ version : 0.26.2
1414 additionalDependencies :
1515 dev :
1616 deepdiff : ' >=6.0'
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " unstructured-client"
3- version = " 0.27.0 "
3+ version = " 0.26.2 "
44description = " Python Client SDK for Unstructured API"
55authors = [" Unstructured" ,]
66readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 33import importlib .metadata
44
55__title__ : str = "unstructured-client"
6- __version__ : str = "0.27.0 "
6+ __version__ : str = "0.26.2 "
77
88try :
99 if __package__ is not None :
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ class SDKConfiguration:
3333 server_url : Optional [str ] = ""
3434 server : Optional [str ] = ""
3535 language : str = "python"
36- openapi_doc_version : str = "1.0.52 "
37- sdk_version : str = "0.27.0 "
36+ openapi_doc_version : str = "1.0.51 "
37+ sdk_version : str = "0.26.2 "
3838 gen_version : str = "2.438.15"
39- user_agent : str = "speakeasy-sdk/python 0.27.0 2.438.15 1.0.52 unstructured-client"
39+ user_agent : str = "speakeasy-sdk/python 0.26.2 2.438.15 1.0.51 unstructured-client"
4040 retry_config : OptionalNullable [RetryConfig ] = Field (default_factory = lambda : UNSET )
4141 timeout_ms : Optional [int ] = None
4242
You can’t perform that action at this time.
0 commit comments