-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathgen.yaml
More file actions
88 lines (88 loc) · 2.26 KB
/
gen.yaml
File metadata and controls
88 lines (88 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
configVersion: 2.0.0
generation:
sdkClassName: unstructured_client
usageSnippets:
optionalPropertyRendering: withExample
sdkInitStyle: constructor
fixes:
nameResolutionFeb2025: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
securityFeb2025: false
sharedErrorComponentsApr2025: false
sharedNestedComponentsJan2026: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
persistentEdits: {}
requestBodyFieldName: ""
schemas:
allOfMergeStrategy: shallowMerge
python:
version: 0.42.10
additionalDependencies:
dev:
deepdiff: '>=6.0'
freezegun: '>=1.5.1'
pytest: '>=8.3.3'
pytest-asyncio: =1.1.0
pytest-httpx: '>=0.35.0'
pytest-mock: '>=3.14.0'
pytest-xdist: ^3.5.0
types-aiofiles: '>=24.1.0'
uvloop: '>=0.20.0'
main:
aiofiles: '>=24.1.0'
cryptography: '>=3.1'
httpx: '>=0.27.0'
pypdf: '>= 6.2.0'
pypdfium: '>= 5.0.0'
requests-toolbelt: '>=1.0.0'
allowedRedefinedBuiltins:
- id
- object
asyncMode: both
authors:
- Unstructured
baseErrorName: UnstructuredClientError
clientServerStatusCodesAsErrors: true
constFieldCasing: upper
defaultErrorName: SDKError
description: Python Client SDK for Unstructured API
enableCustomCodeRegions: true
enumFormat: enum
fixFlags:
responseRequiredSep2024: false
flattenGlobalSecurity: true
flattenRequests: false
flatteningOrder: parameters-first
imports:
option: openapi
paths:
callbacks: models/callbacks
errors: models/errors
operations: models/operations
shared: models/shared
webhooks: models/webhooks
inferUnionDiscriminators: true
inputModelSuffix: input
license: MIT
maxMethodParams: 0
methodArguments: require-security-and-request
moduleName: ""
multipartArrayFormat: legacy
outputModelSuffix: output
packageManager: poetry
packageName: unstructured-client
preApplyUnionDiscriminators: false
projectUrls: {}
pytestFilterWarnings: []
pytestTimeout: 0
responseFormat: envelope
sseFlatResponse: false
templateVersion: v2
useAsyncHooks: false