Closed CasperWA closed 3 years ago
Ping @aiidateam/dependency-manager
SQLalchemy changelog: https://docs.sqlalchemy.org/en/14/changelog/index.html
Related issue on the sqlalchemy-utils
repo: https://github.com/kvesteri/sqlalchemy-utils/issues/505
Describe the bug
It seems the just released v1.4.0 of SQLAlchemy is breaking
verdi setup
.The error seems to not be able to import
_literal_as_text
fromsqlalchemy.sql.expression
: https://github.com/Materials-Consortia/optimade-python-tools/pull/740/checks?check_run_id=2115274484#step:10:51Here is the proof of which
sqlalchemy
version is being installed (1.4.0).Steps to reproduce
Try to setup an AiiDA profile using
verdi setup
with a YAML config file. It might also be reproducible without using a config file.Your environment
ubuntu-latest
Note, I'm expecting this to fail for
aiida-core
's own CI as well.