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.
login/backend/pyproject.toml
Line 16 in 95910ee
psycopg2-binaryis never recommended for production. I think we have a bunch of tools that are still usingpsycopg2(which should be updated use thepsycopgpackage, but that's another point). If they need the lib, it should be thepsycopg2package installed in prod, not the binary one.