I want to report that this project looks to be only compatible with sqlalchemy 2.x anymore --> README.md and requirements (in setup.py) seem to be outdated.
Here are my research results:
- As of commit aa58b86 ibmdbsa is only compatible with sqlalchemy >= 2
- Since release
0.4.0, ibmdbsa is only compatible with sqlalchemy >= 1.4
I am not in need of support for older versions of sqlalchemy, i would like to propose updating the requirments for the next person investigating this mismatch. Some code cleanup is possible if support for < 2 is officially dropped.