tobymao / saq

Simple Async Queues
https://saq-py.readthedocs.io/en/latest/
MIT License
583 stars 41 forks source link

Fix: Set psycopg minimum version to 3.2.0 #151

Closed vchan closed 2 months ago

vchan commented 2 months ago

Some features, like AsyncConnection.cancel_safe(), is only available since psycopg v3.2.0.