-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: bump FAB to 4.5.2 #30688
fix: bump FAB to 4.5.2 #30688
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #30688 +/- ##
===========================================
+ Coverage 60.48% 83.91% +23.42%
===========================================
Files 1931 533 -1398
Lines 76236 38682 -37554
Branches 8568 0 -8568
===========================================
- Hits 46114 32460 -13654
+ Misses 28017 6222 -21795
+ Partials 2105 0 -2105
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@dpgaspar Will we need to cherry-pick this into 4.1 which uses |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. However, should we add a lower bound here, too?
Line 48 in 16981d6
"flask-appbuilder>=4.5.0, <5.0.0", |
yes, I think thats safe to say, if our users install superset without using 4.1 specific dep requirements they will automatically upgrade WTForms and FAB |
No strong opinions about it |
SUMMARY
WTForms 3.2.X breaks superset with the following error:
More details on: dpgaspar/Flask-AppBuilder#2279
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION