File tree Expand file tree Collapse file tree 8 files changed +124
-113
lines changed Expand file tree Collapse file tree 8 files changed +124
-113
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ id: 8b5fa338-9106-4734-abf0-e30d67044a90
33management:
44 docChecksum: 21f469b38bb72725739ee9d9d0fc8780
55 docVersion: 1.0.51
6- speakeasyVersion: 1.422.1
7- generationVersion: 2.438.15
8- releaseVersion: 0.26.2
9- configChecksum: c46fa7f108a08d4565530aa29da677b5
6+ speakeasyVersion: 1.424.0
7+ generationVersion: 2.445.1
8+ releaseVersion: 0.27.0
9+ configChecksum: 6ece96f34cb076ad455a9c66b68c30b0
1010 repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111 repoSubDirectory: .
1212 installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
@@ -15,7 +15,7 @@ features:
1515 python:
1616 additionalDependencies: 1.0.0
1717 constsAndDefaults: 1.0.4
18- core: 5.6.0
18+ core: 5.6.1
1919 defaultEnabledRetries: 0.2.0
2020 enumUnions: 0.1.0
2121 envVarSecurityUsage: 0.3.1
@@ -32,6 +32,7 @@ features:
3232 retries: 3.0.2
3333 sdkHooks: 1.0.0
3434 serverIDs: 3.0.0
35+ tests: 1.6.0
3536 unions: 3.0.2
3637 uploadStreams: 1.0.0
3738generatedFiles:
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.422.1
1+ speakeasyVersion: 1.424.0
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:31c94056ebc941cdfcf3fd4ba5e04880e978740963f7ce79169ba66cd033d74d
5+ sourceRevisionDigest: sha256:a021df00d899b4a9c10656edde506318d3824d78b51e0f15f5af3f4b4e2633a3
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:31c94056ebc941cdfcf3fd4ba5e04880e978740963f7ce79169ba66cd033d74d
14+ sourceRevisionDigest: sha256:a021df00d899b4a9c10656edde506318d3824d78b51e0f15f5af3f4b4e2633a3
1515 sourceBlobDigest: sha256:27e4879df402e924f9f65d336ea6d2fc8b16a00b87b4a802866238f7e9f639d3
1616workflow:
1717 workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -714,4 +714,14 @@ Based on:
714714### Generated
715715- [ python v0.26.2] .
716716### Releases
717- - [ PyPI v0.26.2] https://pypi.org/project/unstructured-client/0.26.2 - .
717+ - [ PyPI v0.26.2] https://pypi.org/project/unstructured-client/0.26.2 - .
718+
719+ ## 2024-11-02 00:09:05
720+ ### Changes
721+ Based on:
722+ - OpenAPI Doc
723+ - Speakeasy CLI 1.424.0 (2.445.1) https://github.com/speakeasy-api/speakeasy
724+ ### Generated
725+ - [ python v0.27.0] .
726+ ### Releases
727+ - [ PyPI v0.27.0] https://pypi.org/project/unstructured-client/0.27.0 - .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ generation:
1010 auth :
1111 oAuth2ClientCredentialsEnabled : false
1212python :
13- version : 0.26.2
13+ version : 0.27.0
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.26.2 "
3+ version = " 0.27.0 "
44description = " Python Client SDK for Unstructured API"
55authors = [" Unstructured" ,]
66readme = " README-PYPI.md"
@@ -24,7 +24,7 @@ eval-type-backport = "^0.2.0"
2424httpx = " >=0.27.0"
2525jsonpath-python = " ^1.0.6"
2626nest-asyncio = " >=1.6.0"
27- pydantic = " ~2.9.0 "
27+ pydantic = " ~2.9.2 "
2828pypdf = " >=4.0"
2929python-dateutil = " 2.8.2"
3030requests-toolbelt = " >=1.0.0"
Original file line number Diff line number Diff line change 33import importlib .metadata
44
55__title__ : str = "unstructured-client"
6- __version__ : str = "0.26.2 "
6+ __version__ : str = "0.27.0 "
77
88try :
99 if __package__ is not None :
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ class SDKConfiguration:
3434 server : Optional [str ] = ""
3535 language : str = "python"
3636 openapi_doc_version : str = "1.0.51"
37- sdk_version : str = "0.26.2 "
38- gen_version : str = "2.438.15 "
39- user_agent : str = "speakeasy-sdk/python 0.26.2 2.438.15 1.0.51 unstructured-client"
37+ sdk_version : str = "0.27.0 "
38+ gen_version : str = "2.445.1 "
39+ user_agent : str = "speakeasy-sdk/python 0.27.0 2.445.1 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