Skip to content

Commit e4efe01

Browse files
authored
Merge pull request #22 from Unstructured-IO/speakeasy-sdk-regen-1704413971
chore: 🐝 Update SDK - Generate
2 parents 87b3d38 + 471de52 commit e4efe01

File tree

5 files changed

+68
-24
lines changed

5 files changed

+68
-24
lines changed

.speakeasy/gen.lock

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
lockVersion: 2.0.0
2+
id: 8b5fa338-9106-4734-abf0-e30d67044a90
3+
management:
4+
docChecksum: bf57420eebd40f2b1d166092f01e3927
5+
docVersion: 0.0.1
6+
speakeasyVersion: internal
7+
generationVersion: 2.225.2
8+
releaseVersion: 0.15.1
9+
configChecksum: 522a54d9ee1c9007d9986dcf21cb7fd1
10+
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
11+
repoSubDirectory: .
12+
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
13+
published: true
14+
features:
15+
python:
16+
core: 4.4.0
17+
examples: 2.81.3
18+
globalSecurity: 2.83.1
19+
globalServerURLs: 2.82.1
20+
nameOverrides: 2.81.1
21+
retries: 2.82.0
22+
serverIDs: 2.81.1
23+
unions: 2.82.5
24+
generatedFiles:
25+
- src/unstructured_client/sdkconfiguration.py
26+
- src/unstructured_client/general.py
27+
- src/unstructured_client/sdk.py
28+
- pylintrc
29+
- setup.py
30+
- src/unstructured_client/__init__.py
31+
- src/unstructured_client/utils/__init__.py
32+
- src/unstructured_client/utils/retries.py
33+
- src/unstructured_client/utils/utils.py
34+
- src/unstructured_client/models/errors/sdkerror.py
35+
- tests/helpers.py
36+
- src/unstructured_client/models/operations/partition.py
37+
- src/unstructured_client/models/errors/httpvalidationerror.py
38+
- src/unstructured_client/models/shared/validationerror.py
39+
- src/unstructured_client/models/shared/partition_parameters.py
40+
- src/unstructured_client/models/shared/security.py
41+
- src/unstructured_client/models/__init__.py
42+
- src/unstructured_client/models/errors/__init__.py
43+
- src/unstructured_client/models/operations/__init__.py
44+
- src/unstructured_client/models/shared/__init__.py
45+
- docs/models/operations/partitionresponse.md
46+
- docs/models/errors/httpvalidationerror.md
47+
- docs/models/shared/loc.md
48+
- docs/models/shared/validationerror.md
49+
- docs/models/shared/files.md
50+
- docs/models/shared/partitionparameters.md
51+
- docs/models/shared/security.md
52+
- USAGE.md
53+
- .gitattributes

RELEASES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,4 +314,14 @@ Based on:
314314
### Generated
315315
- [python v0.15.1] .
316316
### Releases
317+
- [PyPI v0.15.1] https://pypi.org/project/unstructured-client/0.15.1 - .
318+
319+
## 2024-01-05 00:19:29
320+
### Changes
321+
Based on:
322+
- OpenAPI Doc 0.0.1
323+
- Speakeasy CLI 1.130.1 (2.225.2) https://github.com/speakeasy-api/speakeasy
324+
### Generated
325+
- [python v0.15.1] .
326+
### Releases
317327
- [PyPI v0.15.1] https://pypi.org/project/unstructured-client/0.15.1 - .

gen.yaml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,10 @@
1-
configVersion: 1.0.0
2-
management:
3-
docChecksum: bf57420eebd40f2b1d166092f01e3927
4-
docVersion: 0.0.1
5-
speakeasyVersion: 1.129.1
6-
generationVersion: 2.223.3
1+
configVersion: 2.0.0
72
generation:
8-
comments: {}
93
sdkClassName: unstructured_client
10-
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
114
usageSnippets:
125
optionalPropertyRendering: withExample
136
fixes:
147
nameResolutionDec2023: false
15-
features:
16-
python:
17-
core: 4.3.1
18-
examples: 2.81.3
19-
globalSecurity: 2.83.1
20-
globalServerURLs: 2.82.1
21-
nameOverrides: 2.81.1
22-
retries: 2.82.0
23-
serverIDs: 2.81.1
248
python:
259
version: 0.15.1
2610
author: Unstructured
@@ -36,9 +20,6 @@ python:
3620
shared: models/shared
3721
webhooks: models/webhooks
3822
inputModelSuffix: input
39-
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
4023
maxMethodParams: 0
4124
outputModelSuffix: output
4225
packageName: unstructured-client
43-
published: true
44-
repoSubDirectory: .

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"urllib3>=1.26.18",
3434
],
3535
extras_require={
36-
"dev":["pylint==2.16.2"],
36+
"dev":["pylint==2.16.2"]
3737
},
3838
package_dir={'': 'src'},
39-
python_requires='>=3.8',
4039
license="MIT License",
40+
python_requires='>=3.8'
4141
)

src/unstructured_client/sdkconfiguration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ class SDKConfiguration:
2828
language: str = 'python'
2929
openapi_doc_version: str = '0.0.1'
3030
sdk_version: str = '0.15.1'
31-
gen_version: str = '2.223.3'
32-
user_agent: str = 'speakeasy-sdk/python 0.15.1 2.223.3 0.0.1 unstructured-client'
31+
gen_version: str = '2.225.2'
32+
user_agent: str = 'speakeasy-sdk/python 0.15.1 2.225.2 0.0.1 unstructured-client'
3333
retry_config: RetryConfig = None
3434

3535
def get_server_details(self) -> Tuple[str, Dict[str, str]]:

0 commit comments

Comments
 (0)