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
fix: guard optional MySQL/Postgres imports in _check_versioned_read_support
Unconditional imports of pymysql and psycopg broke online reads for
users on other stores (Redis, DynamoDB, etc.) that don't have these
optional dependencies installed.
Signed-off-by: yassinnouh21 <yassinnouh21@gmail.com>
0 commit comments