You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obviously adding a explicit message when trying to use Unions but typeguard is not available.
Make typeguard a non-extra dependency. If marshmallow_dataclass drops support for older python versions (as suggested in PR Update depedency typeguard #260) and the minimum version of marshmallow is raised from 3.13 to 3.18 this would allow to completely refrain from using extra dependencies.
Currently marshmallow_dataclass fails without an explicit error message when trying to use Unions but missing the
typeguard
dependency.The text was updated successfully, but these errors were encountered: