File tree Expand file tree Collapse file tree 8 files changed +31
-20
lines changed Expand file tree Collapse file tree 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
33management:
44 docChecksum: 98911c628e565edfa455e36caff7f1c6
55 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
1010 repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111 repoSubDirectory: .
1212 installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
@@ -16,7 +16,7 @@ features:
1616 acceptHeaders: 3.0.0
1717 additionalDependencies: 1.0.0
1818 constsAndDefaults: 1.0.5
19- core: 5.6.5
19+ core: 5.6.6
2020 defaultEnabledRetries: 0.2.0
2121 enumUnions: 0.1.0
2222 envVarSecurityUsage: 0.3.2
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.441.1
1+ speakeasyVersion: 1.445.2
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:038b0ca7f385b85ad48ed90e401baf382a23098ae9b31f4f38556eea1236a228
6- sourceBlobDigest: sha256:58ed8248232b8a0505cc6ca21a37347df8b85011736c5c20728265de9e841a7e
5+ sourceRevisionDigest: sha256:efb042eb73c04bcd6d191aaa4071804cafea59920311cf022fcfd61d08ccb1c7
6+ sourceBlobDigest: sha256:e55b63b92eeb51ac3a89c688fb59c7cfa1cdc0b294e639bcf000ebdd241d5a54
77 tags:
88 - latest
99 - speakeasy-sdk-regen-1731423394
10+ - 1.0.53
1011targets:
1112 unstructured-python:
1213 source: my-source
1314 sourceNamespace: my-source
14- sourceRevisionDigest: sha256:038b0ca7f385b85ad48ed90e401baf382a23098ae9b31f4f38556eea1236a228
15- sourceBlobDigest: sha256:58ed8248232b8a0505cc6ca21a37347df8b85011736c5c20728265de9e841a7e
15+ sourceRevisionDigest: sha256:efb042eb73c04bcd6d191aaa4071804cafea59920311cf022fcfd61d08ccb1c7
16+ sourceBlobDigest: sha256:e55b63b92eeb51ac3a89c688fb59c7cfa1cdc0b294e639bcf000ebdd241d5a54
1617 codeSamplesNamespace: my-source-code-samples
17- codeSamplesRevisionDigest: sha256:7bd56d7d28128fd2bdb364cbd5f0b77af7512dbe80181a5a8844e3f24bc1b313
18+ codeSamplesRevisionDigest: sha256:943eccadbc48e9424e8f160957701be2ee5a2b07fe75ff88fd8aef67f1f3ee85
1819workflow:
1920 workflowVersion: 1.0.0
2021 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -734,4 +734,14 @@ Based on:
734734### Generated
735735- [ python v0.28.0] .
736736### 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:
1111 oAuth2ClientCredentialsEnabled : false
1212 oAuth2PasswordEnabled : false
1313python :
14- version : 0.28.0
14+ version : 0.28.1
1515 additionalDependencies :
1616 dev :
1717 deepdiff : ' >=6.0'
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " unstructured-client"
3- version = " 0.28.0 "
3+ version = " 0.28.1 "
44description = " Python Client SDK for Unstructured API"
55authors = [" Unstructured" ,]
66readme = " README-PYPI.md"
@@ -27,7 +27,7 @@ jsonpath-python = "^1.0.6"
2727nest-asyncio = " >=1.6.0"
2828pydantic = " ~2.9.2"
2929pypdf = " >=4.0"
30- python-dateutil = " 2.8.2"
30+ python-dateutil = " ^ 2.8.2"
3131requests-toolbelt = " >=1.0.0"
3232typing-inspect = " ^0.9.0"
3333
Original file line number Diff line number Diff line change 33import importlib .metadata
44
55__title__ : str = "unstructured-client"
6- __version__ : str = "0.28.0 "
6+ __version__ : str = "0.28.1 "
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.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"
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