wireservice / agate-sql

agate-sql adds SQL read/write support to agate.
https://agate-sql.readthedocs.io
MIT License
18 stars 15 forks source link

Migrate to SQLAlchemy 2 #40

Closed s-t-e-v-e-n-k closed 1 year ago

s-t-e-v-e-n-k commented 1 year ago

Remove the upper bound on SQLAlchemy by converting the code idioms in use to support both SQLAlchemy 1.4 and SQLAlchemy 2, and only setting a lower bound SQLAlchemy of >= 1.4.

Closes #39

jpmckinney commented 1 year ago

Thank you! I made a new release and added you to authors.