Remove a create_engine FIXME
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.