File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
5
5
docVersion: 1.0.44
6
6
speakeasyVersion: 1.346.0
7
7
generationVersion: 2.379.3
8
- releaseVersion: 0.26.0
9
- configChecksum: b455a107798458739736480ac5f51e86
8
+ releaseVersion: 0.26.0-beta
9
+ configChecksum: 96c9dbe127b795111b840819ebcc996d
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
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.0
13
+ version : 0.26.0-beta
14
14
additionalDependencies :
15
15
dev : {}
16
16
main :
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " unstructured-client"
3
- version = " 0.26.0"
3
+ version = " 0.26.0-beta "
4
4
description = " Python Client SDK for Unstructured API"
5
5
authors = [" Unstructured" ,]
6
6
readme = " README.md"
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.44"
37
- sdk_version : str = "0.26.0"
37
+ sdk_version : str = "0.26.0-beta "
38
38
gen_version : str = "2.379.3"
39
- user_agent : str = "speakeasy-sdk/python 0.26.0 2.379.3 1.0.44 unstructured-client"
39
+ user_agent : str = "speakeasy-sdk/python 0.26.0-beta 2.379.3 1.0.44 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