art1415926535 / graphene-sqlalchemy-filter

Filters for Graphene SQLAlchemy integration
https://pypi.org/project/graphene-sqlalchemy-filter/
MIT License
118 stars 34 forks source link

ModuleNotFoundError: No module named 'sqlalchemy.ext.declarative.clsregistry' #56

Open JBrVJxsc opened 3 years ago

JBrVJxsc commented 3 years ago

Since 1.11.2, im getting the following errors: ModuleNotFoundError: No module named 'sqlalchemy.ext.declarative.clsregistry'

I think it might be due to the dependency on my project. Is there a way to fix this on the library side?

art1415926535 commented 3 years ago

I think the problem is related to SQLAlchemy 1.4.0. I need a traceback to try to help you.