github drkostas/hevy2garmin v0.10.1

3 hours ago

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.

Don't miss a new hevy2garmin release

NewReleases is sending notifications on new releases.