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
Fresh Vercel + Neon deploys no longer crash with ModuleNotFoundError: No module named 'psycopg2' (#358, closes #357). 0.10.0 moved psycopg2-binary into the optional [cloud] extra to spare self-hosted SQLite installs a database driver, but the Vercel one-click deploy installs the base dependencies (not the extra), so the dashboard died the moment it queried Postgres. psycopg2-binary is restored to the base dependencies; it ships prebuilt wheels, so self-hosters take only a small wheel with no compilation.