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
Instead of generating parameters on the fly by (wrongly) checking attributes of the class,
we always load a Griffe extension that re-creates `__init__` methods and their parameters.
Issue-33: #233
Issue-34: #234
Issue-38: #238
Issue-39: #239
PR-240: #240
Currently, parameters derived from dataclass fields have no
kind
information.This is mainly for python 3.10+ which have keyword_only specification for dataclass fields. Here are failing test cases.
The text was updated successfully, but these errors were encountered: