gyorilab / indra_db

A Database-based knowledge back-end built on and for INDRA. The INDRA Database is a service that can be set up by any user with their own content and knowledge access. Our implementation of the database is the back-end to many of our projects, providing a vast and detailed knowledge base derived from many resources.
GNU General Public License v3.0
16 stars 10 forks source link

sqlalchemy>2.0 fix #225

Open haohangyan opened 1 week ago

haohangyan commented 1 week ago

Support SQLAlchemy > 2.0 while connecting to the remote principal/readonly database

bgyori commented 1 week ago

Is this the only place where code needs to change to support sqlalchemy >= 2?

haohangyan commented 1 week ago

Is this the only place where code needs to change to support sqlalchemy >= 2?

Other places do not have warnings. This one stops the pipeline run. I think we can use versions greater than 2.0 after this fix.