Open lunakv opened 1 year ago
SQLAlchemy 2.0 was finally released, with (among other things) support for asynchronous psycopg3. We should migrate to the new version and rewrite the stack to be asynchronous again.
This is currently blocked by APScheduler, which won't support SQLAlchemy 2.0 until v4 releases
SQLAlchemy 2.0 was finally released, with (among other things) support for asynchronous psycopg3. We should migrate to the new version and rewrite the stack to be asynchronous again.