tobymao / saq

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

Fix: Set psycopg minimum version to 3.2.0 #151

Closed vchan closed 1 week ago

vchan commented 1 week ago

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