Skip to content

Commit 480555e

Browse files
authored
Whitelists dataclasses-json (#2792)
## Changes Whitelists dataclasses-json ### Linked issues Partly resolve #1931
1 parent ee3d9ee commit 480555e

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

src/databricks/labs/ucx/source_code/known.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1966,6 +1966,16 @@
19661966
"databricks-sdk": {
19671967
"databricks.sdk": []
19681968
},
1969+
"dataclasses-json": {
1970+
"dataclasses_json": [],
1971+
"dataclasses_json.api": [],
1972+
"dataclasses_json.cfg": [],
1973+
"dataclasses_json.core": [],
1974+
"dataclasses_json.mm": [],
1975+
"dataclasses_json.stringcase": [],
1976+
"dataclasses_json.undefined": [],
1977+
"dataclasses_json.utils": []
1978+
},
19691979
"datasets": {
19701980
"datasets": [],
19711981
"datasets.arrow_dataset": [],
@@ -7995,6 +8005,21 @@
79958005
"markupsafe": [],
79968006
"markupsafe._native": []
79978007
},
8008+
"marshmallow": {
8009+
"marshmallow": [],
8010+
"marshmallow.base": [],
8011+
"marshmallow.class_registry": [],
8012+
"marshmallow.decorators": [],
8013+
"marshmallow.error_store": [],
8014+
"marshmallow.exceptions": [],
8015+
"marshmallow.fields": [],
8016+
"marshmallow.orderedset": [],
8017+
"marshmallow.schema": [],
8018+
"marshmallow.types": [],
8019+
"marshmallow.utils": [],
8020+
"marshmallow.validate": [],
8021+
"marshmallow.warnings": []
8022+
},
79988023
"matplotlib": {
79998024
"matplotlib": [],
80008025
"mpl_toolkits": [],
@@ -29093,6 +29118,9 @@
2909329118
"types-python-dateutil": {},
2909429119
"types-pyyaml": {},
2909529120
"types-requests": {},
29121+
"typing-inspect": {
29122+
"typing_inspect": []
29123+
},
2909629124
"typing_extensions": {
2909729125
"typing_extensions": []
2909829126
},

0 commit comments

Comments
 (0)