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
The following gives: No overload of bound method __init__ matches arguments
SESSION_OPTIONS: dict[str, Any] =dict(
# Allow models to be read after transactions are closedexpire_on_commit=False,
# Do not allow implicit re-use of sessions after their context closesclose_resets_only=False,
)