David Lord
David Lord
Build the attachment in the task. Also, no, there's nothing Flask-Mail can do about the complete independent Celery serializer.
The docs are now hosted on https://flask-mail.readthedocs.io. I've deleted the pythonhosted.org Flask-Mail docs, and have reported a bug about the lower case name not being deleted as well: https://github.com/pypi/warehouse/issues/16002
Docs are now hosted at https://flask-mail.readthedocs.io.
Here's my reasoning for using only `python_requires` in Pallets. With classifiers, I have to add a new line and make a new, potentially empty release, just to indicate that I...
I do see at the top of the site that it says "don't *explicitly* support Python 3.10" (emphasis added). To indicate the potential inacurracy of checking `python_requires`, maybe the site...
Are there any projects in the top 360 that are known to be unmaintained and break with 3.10? Perhaps a list of `(name, version)` pairs could be maintained that will...
There are other metrics and heuristics that could be added. For example, check if a wheel is available for the given Python version exists, and treat that the same as...
Could probably add a fallback that tried the old algorithm if itsdangerous couldn't decode it. Issue a deprecation warning when that happens, to be removed in 1.1. cc @xmo-odoo
Is this code similar to Flask's use of ItsDangerous for the session cookie? Haven't had a chance to compare yet. If not, we should identify how it's different and why...
Laid some groundwork for this in the 0.1.0 release. Extracted the cookie parse and dump logic from `__call__` into separate private methods. That way if a project needs to still...