Skip to content

v0.10.1

Choose a tag to compare

@drkostas drkostas released this 10 Sep 07:41
· 232 commits to main since this release

Fixed

  • 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.