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
psycopg2-binary is never recommended for production. I think we have a bunch of tools that are still using psycopg2 (which should be updated use the psycopg package, but that's another point). If they need the lib, it should be the psycopg2 package installed in prod, not the binary one.