File tree 8 files changed +124
-113
lines changed
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
3
3
management:
4
4
docChecksum: 21f469b38bb72725739ee9d9d0fc8780
5
5
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
10
10
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
11
11
repoSubDirectory: .
12
12
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
@@ -15,7 +15,7 @@ features:
15
15
python:
16
16
additionalDependencies: 1.0.0
17
17
constsAndDefaults: 1.0.4
18
- core: 5.6.0
18
+ core: 5.6.1
19
19
defaultEnabledRetries: 0.2.0
20
20
enumUnions: 0.1.0
21
21
envVarSecurityUsage: 0.3.1
@@ -32,6 +32,7 @@ features:
32
32
retries: 3.0.2
33
33
sdkHooks: 1.0.0
34
34
serverIDs: 3.0.0
35
+ tests: 1.6.0
35
36
unions: 3.0.2
36
37
uploadStreams: 1.0.0
37
38
generatedFiles:
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.422.1
1
+ speakeasyVersion: 1.424.0
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:31c94056ebc941cdfcf3fd4ba5e04880e978740963f7ce79169ba66cd033d74d
5
+ sourceRevisionDigest: sha256:a021df00d899b4a9c10656edde506318d3824d78b51e0f15f5af3f4b4e2633a3
6
6
sourceBlobDigest: sha256:27e4879df402e924f9f65d336ea6d2fc8b16a00b87b4a802866238f7e9f639d3
7
7
tags:
8
8
- latest
@@ -11,7 +11,7 @@ targets:
11
11
unstructured-python:
12
12
source: my-source
13
13
sourceNamespace: my-source
14
- sourceRevisionDigest: sha256:31c94056ebc941cdfcf3fd4ba5e04880e978740963f7ce79169ba66cd033d74d
14
+ sourceRevisionDigest: sha256:a021df00d899b4a9c10656edde506318d3824d78b51e0f15f5af3f4b4e2633a3
15
15
sourceBlobDigest: sha256:27e4879df402e924f9f65d336ea6d2fc8b16a00b87b4a802866238f7e9f639d3
16
16
workflow:
17
17
workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -714,4 +714,14 @@ Based on:
714
714
### Generated
715
715
- [ python v0.26.2] .
716
716
### 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-04 00:09:48
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:
10
10
auth :
11
11
oAuth2ClientCredentialsEnabled : false
12
12
python :
13
- version : 0.26.2
13
+ version : 0.27.0
14
14
additionalDependencies :
15
15
dev :
16
16
deepdiff : ' >=6.0'
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " unstructured-client"
3
- version = " 0.26.2 "
3
+ version = " 0.27.0 "
4
4
description = " Python Client SDK for Unstructured API"
5
5
authors = [" Unstructured" ,]
6
6
readme = " README-PYPI.md"
@@ -24,7 +24,7 @@ eval-type-backport = "^0.2.0"
24
24
httpx = " >=0.27.0"
25
25
jsonpath-python = " ^1.0.6"
26
26
nest-asyncio = " >=1.6.0"
27
- pydantic = " ~2.9.0 "
27
+ pydantic = " ~2.9.2 "
28
28
pypdf = " >=4.0"
29
29
python-dateutil = " 2.8.2"
30
30
requests-toolbelt = " >=1.0.0"
Original file line number Diff line number Diff line change 3
3
import importlib .metadata
4
4
5
5
__title__ : str = "unstructured-client"
6
- __version__ : str = "0.26.2 "
6
+ __version__ : str = "0.27.0 "
7
7
8
8
try :
9
9
if __package__ is not None :
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ class SDKConfiguration:
34
34
server : Optional [str ] = ""
35
35
language : str = "python"
36
36
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"
40
40
retry_config : OptionalNullable [RetryConfig ] = Field (default_factory = lambda : UNSET )
41
41
timeout_ms : Optional [int ] = None
42
42
You can’t perform that action at this time.
0 commit comments