Closed eyvorchuk closed 1 year ago
This PR resolves #119 and #120. I've also made minor changes to python-ci.yml, and set the upper bound on SQLAlchemy due to the following error that occurs with newer versions:
python-ci.yml
SQLAlchemy
AttributeError: 'Engine' object has no attribute 'execute'
All the automated tests pass with these updates.
Code looks good to me, going to download it and see if it's easier to build and test.
This PR resolves #119 and #120. I've also made minor changes to
python-ci.yml
, and set the upper bound onSQLAlchemy
due to the following error that occurs with newer versions:All the automated tests pass with these updates.