Closed hugorodgerbrown closed 1 year ago
The latest minor version of Django (4.2) support psycopg3 (installed as just psycopg). There is currently a hard-coded import of v2 of this library which is prevent us from upgrading.
I will submit a PR.
PR submitted - #25
Thanks! Will release soon
0.9.2 with the fix is on PyPI
Thanks for being so quick on this.
The latest minor version of Django (4.2) support psycopg3 (installed as just psycopg). There is currently a hard-coded import of v2 of this library which is prevent us from upgrading.
I will submit a PR.