siddhantgoel / tornado-sqlalchemy

SQLAlchemy support for Tornado
https://tornado-sqlalchemy.readthedocs.io/en/latest/
MIT License
125 stars 21 forks source link

Add support to SQLAlchemy 2.x #96

Closed aemitos closed 1 year ago

aemitos commented 1 year ago

Summary

This PR upgrade packages using the dependency resolution from poetry. A first attempt was done on #95. No changes were applied to the package code. Tests were reviewed and adjusted to be compatible with the SQLAlchemy 2.x.

Tests are passing: Screenshot 2023-10-02 at 6 49 59 PM

Here are the changes applied to support the tSQLAlchemy >=2.x:

aemitos commented 1 year ago

Hi @siddhantgoel Here's the PR based on main. Thank you!

aemitos commented 1 year ago

Never mind, I need to update the fork to account for the actions update.