dpgaspar / Flask-AppBuilder

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
BSD 3-Clause "New" or "Revised" License
4.63k stars 1.35k forks source link

chore: remove email_validator constraint #2167

Closed marcuslimdw closed 6 months ago

marcuslimdw commented 9 months ago

Description

email-validator is a transitive dependency (of WTForms), but the <2 constraint isn't actually necessary.

ADDITIONAL INFORMATION

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6f00efc) 79.71% compared to head (757aa98) 79.57%. Report is 2 commits behind head on master.

:exclamation: Current head 757aa98 differs from pull request most recent head feedc6a. Consider uploading reports for the commit feedc6a to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2167 +/- ## ========================================== - Coverage 79.71% 79.57% -0.15% ========================================== Files 72 72 Lines 8990 8982 -8 ========================================== - Hits 7166 7147 -19 - Misses 1824 1835 +11 ``` | [Flag](https://app.codecov.io/gh/dpgaspar/Flask-AppBuilder/pull/2167/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+Vaz+Gaspar) | Coverage Δ | | |---|---|---| | [python](https://app.codecov.io/gh/dpgaspar/Flask-AppBuilder/pull/2167/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+Vaz+Gaspar) | `79.57% <ø> (-0.15%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+Vaz+Gaspar#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.