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.1.25
66 speakeasyVersion: 1.552.0
77 generationVersion: 2.610.0
8- releaseVersion: 0.37 .1
9- configChecksum: 995e2ded80d15617a1661ac4be288219
8+ releaseVersion: 0.38 .1
9+ configChecksum: 5cf155e8e24250488657515211359819
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,20 +2,20 @@ speakeasyVersion: 1.552.0
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:d14d57547ad78fb9de555d53df7316688897fcfde70597ebae236e093686ac64
5+ sourceRevisionDigest: sha256:71b0c415bf2f060aae163e8321db207f2c3a5661e9fc4687f442ff1d7bf63a31
66 sourceBlobDigest: sha256:344e0d1a73221fe624794cb7c74290201da4093a73b6897fcbadea1d1cc99447
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1749082267
9+ - speakeasy-sdk-regen-1750778809
1010 - 1.1.25
1111targets:
1212 unstructured-python:
1313 source: my-source
1414 sourceNamespace: my-source
15- sourceRevisionDigest: sha256:d14d57547ad78fb9de555d53df7316688897fcfde70597ebae236e093686ac64
15+ sourceRevisionDigest: sha256:71b0c415bf2f060aae163e8321db207f2c3a5661e9fc4687f442ff1d7bf63a31
1616 sourceBlobDigest: sha256:344e0d1a73221fe624794cb7c74290201da4093a73b6897fcbadea1d1cc99447
1717 codeSamplesNamespace: my-source-code-samples
18- codeSamplesRevisionDigest: sha256:0d9d8872a992b8f4dc480ccfd3fe65d9966f22cfbc3e69668ab15922d75a6c4c
18+ codeSamplesRevisionDigest: sha256:a50f51859ef75df1e6875cbaf24765f1fdad97a569e90b04084015fc6a98029c
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -1017,4 +1017,14 @@ Based on:
10171017### Generated
10181018- [ python v0.37.1] .
10191019### Releases
1020- - [ PyPI v0.37.1] https://pypi.org/project/unstructured-client/0.37.1 - .
1020+ - [ PyPI v0.37.1] https://pypi.org/project/unstructured-client/0.37.1 - .
1021+
1022+ ## 2025-06-24 15:26:33
1023+ ### Changes
1024+ Based on:
1025+ - OpenAPI Doc
1026+ - Speakeasy CLI 1.552.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
1027+ ### Generated
1028+ - [ python v0.38.1] .
1029+ ### Releases
1030+ - [ PyPI v0.38.1] https://pypi.org/project/unstructured-client/0.38.1 - .
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ generation:
1414 oAuth2ClientCredentialsEnabled : false
1515 oAuth2PasswordEnabled : false
1616python :
17- version : 0.37 .1
17+ version : 0.38 .1
1818 additionalDependencies :
1919 dev :
2020 deepdiff : ' >=6.0'
Original file line number Diff line number Diff line change 11[project ]
22name = " unstructured-client"
3- version = " 0.37 .1"
3+ version = " 0.38 .1"
44description = " Python Client SDK for Unstructured API"
55authors = [{ name = " 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.37 .1"
6+ __version__ : str = "0.38 .1"
77__openapi_doc_version__ : str = "1.1.25"
88__gen_version__ : str = "2.610.0"
9- __user_agent__ : str = "speakeasy-sdk/python 0.37 .1 2.610.0 1.1.25 unstructured-client"
9+ __user_agent__ : str = "speakeasy-sdk/python 0.38 .1 2.610.0 1.1.25 unstructured-client"
1010
1111try :
1212 if __package__ is not None :
You can’t perform that action at this time.
0 commit comments