Skip to content

Remove a create_engine FIXME

Ahmon Dancy requested to merge review/dancy/fixme into main

The use of future=True in the call to create_engine was to indicate that the sqlalchemy v2.0 API should be used. This was a transitional parameter for code using sqlalchemy v1.

Ensure that we're using sqlalchemy >= 2 in requirements.txt so that future=True can be removed.

Merge request reports