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
For Djantic2 we need model_config = ConfigDict(model = ... , include = ....) pycharm flags this with a warning that model and include are not expected.
I think something needs doing to let the type system know that this is OK.