Fixed
- Fresh Vercel + Neon deploys no longer crash with
ModuleNotFoundError: No module named 'psycopg2'(#358, closes #357). 0.10.0 movedpsycopg2-binaryinto 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-binaryis restored to the base dependencies; it ships prebuilt wheels, so self-hosters take only a small wheel with no compilation.