pallets-eco / flask-admin

Simple and extensible administrative interface framework for Flask
BSD 3-Clause "New" or "Revised" License
5.69k stars 1.56k forks source link

not compatible with `WTForms-3.1.0` and `Babel-2.13.0` #2391

Open mattibo opened 8 months ago

mattibo commented 8 months ago

i just updated two depending libraries:

After this the internationalization is not working and i cannot create entities because of following error:

image

vastroh commented 8 months ago

ValueError: not enough values to unpack (expected 4, got 3)

Probably related to this change https://github.com/wtforms/wtforms/pull/739

guidoiaquinti commented 8 months ago

Related: https://github.com/wtforms/wtforms/issues/814#issuecomment-1775455093 and https://github.com/wtforms/wtforms/issues/811

aminalaee commented 8 months ago

Just for ref, this will add backwards compatiblity to wtforms: https://github.com/wtforms/wtforms/pull/816