Flask 2.2.0 changed the name of several arguments of send_file, which send_form_directory sends its kwargs to.
The version should likely be bumped higher as this isn't backward compatible
but +1 for me
1 new commit added
Increment version according to Semantic Versioning
Changed it to 2.0 according to Semantic Versioning since it is not backward compatible. Does that work?
Flask 2.2.0 changed the name of several arguments of send_file,
which send_form_directory sends its kwargs to.