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
With breaking changes in griffe 1.0, you get errors about importing names from griffe.dataclasses.
In 1.0, all of the symbols are accessible from the main griffe package.
This will be easy to fix, but as a temporary workaround you can just make sure to install griffe <1.0
(0.49 works)