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
PostgreSQLConfig.password is currently typed as str, but the config option default is None, so it should be str | None. This change should propagate, e.g. PostgreSQLExecutor.password is also nullable
PostgreSQLConfig.passwordis currently typed asstr, but the config option default isNone, so it should bestr | None. This change should propagate, e.g.PostgreSQLExecutor.passwordis also nullable