File tree 8 files changed +31
-20
lines changed
8 files changed +31
-20
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: 98911c628e565edfa455e36caff7f1c6
5
5
docVersion: 1.0.53
6
- speakeasyVersion: 1.441.1
7
- generationVersion: 2.461.2
8
- releaseVersion: 0.28.0
9
- configChecksum: 664b8dd37fcde24058d9dd3153443a91
6
+ speakeasyVersion: 1.445.2
7
+ generationVersion: 2.461.4
8
+ releaseVersion: 0.28.1
9
+ configChecksum: 3df668d026dd2957c13f7d95dbd86e99
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
@@ -16,7 +16,7 @@ features:
16
16
acceptHeaders: 3.0.0
17
17
additionalDependencies: 1.0.0
18
18
constsAndDefaults: 1.0.5
19
- core: 5.6.5
19
+ core: 5.6.6
20
20
defaultEnabledRetries: 0.2.0
21
21
enumUnions: 0.1.0
22
22
envVarSecurityUsage: 0.3.2
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.441.1
1
+ speakeasyVersion: 1.445.2
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:038b0ca7f385b85ad48ed90e401baf382a23098ae9b31f4f38556eea1236a228
6
- sourceBlobDigest: sha256:58ed8248232b8a0505cc6ca21a37347df8b85011736c5c20728265de9e841a7e
5
+ sourceRevisionDigest: sha256:efb042eb73c04bcd6d191aaa4071804cafea59920311cf022fcfd61d08ccb1c7
6
+ sourceBlobDigest: sha256:e55b63b92eeb51ac3a89c688fb59c7cfa1cdc0b294e639bcf000ebdd241d5a54
7
7
tags:
8
8
- latest
9
9
- speakeasy-sdk-regen-1731423394
10
+ - 1.0.53
10
11
targets:
11
12
unstructured-python:
12
13
source: my-source
13
14
sourceNamespace: my-source
14
- sourceRevisionDigest: sha256:038b0ca7f385b85ad48ed90e401baf382a23098ae9b31f4f38556eea1236a228
15
- sourceBlobDigest: sha256:58ed8248232b8a0505cc6ca21a37347df8b85011736c5c20728265de9e841a7e
15
+ sourceRevisionDigest: sha256:efb042eb73c04bcd6d191aaa4071804cafea59920311cf022fcfd61d08ccb1c7
16
+ sourceBlobDigest: sha256:e55b63b92eeb51ac3a89c688fb59c7cfa1cdc0b294e639bcf000ebdd241d5a54
16
17
codeSamplesNamespace: my-source-code-samples
17
- codeSamplesRevisionDigest: sha256:7bd56d7d28128fd2bdb364cbd5f0b77af7512dbe80181a5a8844e3f24bc1b313
18
+ codeSamplesRevisionDigest: sha256:943eccadbc48e9424e8f160957701be2ee5a2b07fe75ff88fd8aef67f1f3ee85
18
19
workflow:
19
20
workflowVersion: 1.0.0
20
21
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -734,4 +734,14 @@ Based on:
734
734
### Generated
735
735
- [ python v0.28.0] .
736
736
### Releases
737
- - [ PyPI v0.28.0] https://pypi.org/project/unstructured-client/0.28.0 - .
737
+ - [ PyPI v0.28.0] https://pypi.org/project/unstructured-client/0.28.0 - .
738
+
739
+ ## 2024-11-26 00:09:45
740
+ ### Changes
741
+ Based on:
742
+ - OpenAPI Doc
743
+ - Speakeasy CLI 1.445.2 (2.461.4) https://github.com/speakeasy-api/speakeasy
744
+ ### Generated
745
+ - [ python v0.28.1] .
746
+ ### Releases
747
+ - [ PyPI v0.28.1] https://pypi.org/project/unstructured-client/0.28.1 - .
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ generation:
11
11
oAuth2ClientCredentialsEnabled : false
12
12
oAuth2PasswordEnabled : false
13
13
python :
14
- version : 0.28.0
14
+ version : 0.28.1
15
15
additionalDependencies :
16
16
dev :
17
17
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.28.0 "
3
+ version = " 0.28.1 "
4
4
description = " Python Client SDK for Unstructured API"
5
5
authors = [" Unstructured" ,]
6
6
readme = " README-PYPI.md"
@@ -27,7 +27,7 @@ jsonpath-python = "^1.0.6"
27
27
nest-asyncio = " >=1.6.0"
28
28
pydantic = " ~2.9.2"
29
29
pypdf = " >=4.0"
30
- python-dateutil = " 2.8.2"
30
+ python-dateutil = " ^ 2.8.2"
31
31
requests-toolbelt = " >=1.0.0"
32
32
typing-inspect = " ^0.9.0"
33
33
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.28.0 "
6
+ __version__ : str = "0.28.1 "
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.53"
37
- sdk_version : str = "0.28.0 "
38
- gen_version : str = "2.461.2 "
39
- user_agent : str = "speakeasy-sdk/python 0.28.0 2.461.2 1.0.53 unstructured-client"
37
+ sdk_version : str = "0.28.1 "
38
+ gen_version : str = "2.461.4 "
39
+ user_agent : str = "speakeasy-sdk/python 0.28.1 2.461.4 1.0.53 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