-1

(Not a question)

I've experienced some crashes with sqlalchy_utils after updating from sqlalchemy 1.3.21 to 1.4.0.

Just deprecate it to 1.3.xx.

ImportError: cannot import name '_ColumnEntity' from 'sqlalchemy.orm.query' (/usr/local/lib/python3.8/dist-packages/sqlalchemy/orm/query.py)
Ilja Everilä
  • 50,538
  • 7
  • 126
  • 127

1 Answers1

1

sqlalchemy_utils is currently not compatible with SQLAlchemy > 1.4.0:

Temporarily require sqlalchemy <1.4.0 to make compatible with sqlalchemy-utils

rfkortekaas
  • 6,049
  • 2
  • 27
  • 34