File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 1.0.78
66 speakeasyVersion: 1.490.0
77 generationVersion: 2.512.0
8- releaseVersion: 0.35 .6
9- configChecksum: 25ef7f396b3ae9baaa0c7d624b520182
8+ releaseVersion: 0.30 .6
9+ configChecksum: c946e26d3a3b2fe2756ff169416b448c
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 @@ -832,6 +832,6 @@ Based on:
832832- OpenAPI Doc
833833- Speakeasy CLI 1.505.0 (2.531.0) https://github.com/speakeasy-api/speakeasy
834834### Generated
835- - [ python v0.31.0 ] .
835+ - [ python v0.30.6 ] .
836836### Releases
837- - [ PyPI v0.31.0 ] https://pypi.org/project/unstructured-client/0.31.0 - .
837+ - [ PyPI v0.30.6 ] https://pypi.org/project/unstructured-client/0.30.6 - .
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ generation:
1313 oAuth2ClientCredentialsEnabled : false
1414 oAuth2PasswordEnabled : false
1515python :
16- version : 0.35 .6
16+ version : 0.30 .6
1717 additionalDependencies :
1818 dev :
1919 deepdiff : ' >=6.0'
Original file line number Diff line number Diff line change 11[project ]
22name = " unstructured-client"
3- version = " 0.35 .6"
3+ version = " 0.30 .6"
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.35 .6"
6+ __version__ : str = "0.30 .6"
77__openapi_doc_version__ : str = "1.0.78"
88__gen_version__ : str = "2.512.0"
9- __user_agent__ : str = "speakeasy-sdk/python 0.35 .6 2.512.0 1.0.78 unstructured-client"
9+ __user_agent__ : str = "speakeasy-sdk/python 0.30 .6 2.512.0 1.0.78 unstructured-client"
1010
1111try :
1212 if __package__ is not None :
You can’t perform that action at this time.
0 commit comments