veekun / spline-pokedex

heart and soul of veekun's pokédex
http://bugs.veekun.com/projects/spline-pokedex
MIT License
14 stars 7 forks source link

Incompatibility between WTForms<=2.1 and SQLAlchemy>=1.2 #130

Open magical opened 4 years ago

magical commented 4 years ago

Older versions of WTForms are not compatible with SQLAlchemy 1.2 (https://github.com/wtforms/wtforms-sqlalchemy/issues/9). We should probably declare a dependency on WTForms>=2.2.

But first we should make sure everything works correctly under WTForms 2.3 (the latest release).