SIMPLE-AstroDB / SIMPLE-db

BSD 3-Clause "New" or "Revised" License
11 stars 22 forks source link

SQLAlchemy 2.0 support #345

Closed dr-rodriguez closed 1 year ago

dr-rodriguez commented 1 year ago

Short description: Updating tests and ingest scripts for SQLAlchemy 2.0

Link to relevant issue: Closes #341

dr-rodriguez commented 1 year ago

There were quite a few commits, but I squashed them to clean up the history a little. As it stands, this may require us to coordinate the Astrodbkit2 release. Version 0.4.2 (the latest) is pinned to avoid sqlalchemy 2.0; Version 0.5 (the upcoming) will use the updated sqlalchemy which these changes to the SIMPLE code base rely on.

kelle commented 1 year ago

So I understand: Right now, we're using the latest Astrodbkit2 from Github but after version 0.5 is released, we can go back to installing from pip?

dr-rodriguez commented 1 year ago

That's correct- once we release 0.5 we can change the github actions to use pip