Conversation
Codecov Report
@@ Coverage Diff @@
## master #1726 +/- ##
=======================================
Coverage 76.80% 76.80%
=======================================
Files 56 56
Lines 8114 8114
=======================================
Hits 6232 6232
Misses 1882 1882
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
May I ask for including an emergency fix of #1732 into this release? it just need to lock down |
|
@dpgaspar no, it still need to lock down wtforms since there're several break changes in wtforms 3.0.0 where deprecated APIs are removed. see https://github.com/wtforms/wtforms/blob/1c369091a7b2712bf87213a79fd210bde74f9681/docs/whats_new.rst#deprecated-apis it may takes time to include all fixes for supporting wtfforms 3.0.0 in an emergency fix plus it may not be enough time to test all fixes. I personally suggest locking down wtfforms to <3.0.0 to unblock all users immedately then testing fixes. Update: it (i.e., apache superset 1.3.2) does work when locking down wtforms to 2.3.3 |
Description
Release 3.4.0 RC1
ADDITIONAL INFORMATION