Closed KyleJamesWalker closed 2 years ago
@sloria it looks like you also might be a maintainer of this repo.
sorry for the delay; i'm not super active on this project. i'll merge and release this when i have some time off the clock.
No worries, thank you!
When using Flask 2x the send_static_file function is a lambda and crashes the extraction of the rules_by_endpoint function. There is currently a PR that has a fix but it's been stale so I'm adding this as a possible alternate fix.
The other fix is: https://github.com/jmcarp/flask-apispec/pull/230
Closes https://github.com/jmcarp/flask-apispec/issues/229
Note the unit tests were failing before this PR, they are now working again.
If anyone wants to use this version while we wait to have it merged and released I was able to add the following to my setup.py: