pudo / dataset

Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.
https://dataset.readthedocs.org/
MIT License
4.76k stars 297 forks source link

Current use of Database.op.add_column() does not work with later versions of alembic #422

Closed pashneal closed 1 year ago

pashneal commented 1 year ago

Minimal code example replicating the crash to come later, but consider revising the pip package from alembic >=0.6.2 to alembic ==0.6.2 so that users don't run into this issue upon install.

pashneal commented 1 year ago

Duplicate