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
typeguard version 3 does not have the argname argument to check_type(), raising an exception in marshmallow_dataclass.
Moreover, the version of typeguard is not constrained in setup.py, causing a silent upgrade of typeguard in projects that use marshmallow_dataclass even when those projects fully constrain the version of marshmallow_dataclass, which breaks those projects in a surprising way. It caused me an hour to debug one of my projects. The version of typeguard should have at least the major version number contrained.
The text was updated successfully, but these errors were encountered:
typeguard
version 3 does not have theargname
argument tocheck_type()
, raising an exception inmarshmallow_dataclass
.Moreover, the version of
typeguard
is not constrained insetup.py
, causing a silent upgrade oftypeguard
in projects that usemarshmallow_dataclass
even when those projects fully constrain the version ofmarshmallow_dataclass
, which breaks those projects in a surprising way. It caused me an hour to debug one of my projects. The version oftypeguard
should have at least the major version number contrained.The text was updated successfully, but these errors were encountered: