SQLAlchemy 2.0 brings full typing support, performance improvements, and some support for declarative model creation and dataclasses which might prove interesting. It also solves this security issue here https://pyup.io/v/51668/f17/ It would be ideal to upgrade to it to keep receiving support.
Currently, we need to wait on databases to add support for it, but it seems they have a mostly working PR here encode/databases#540
I'd be willing to put in a PR for it once that's ready.
SQLAlchemy 2.0 brings full typing support, performance improvements, and some support for declarative model creation and dataclasses which might prove interesting. It also solves this security issue here https://pyup.io/v/51668/f17/ It would be ideal to upgrade to it to keep receiving support.
Currently, we need to wait on
databasesto add support for it, but it seems they have a mostly working PR here encode/databases#540I'd be willing to put in a PR for it once that's ready.