Severity
High
Description
Package uses an optional dependency without handling a missing dependency exception. If you install it without the optional dependencies then it could cause runtime errors.
Suggestion
Package should handle the loading of the dependency when it is not present, or convert the optional dependency into a regular dependency.
Packages with this issue