python-restx / flask-restx

Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
https://flask-restx.readthedocs.io/en/latest/
Other
2.14k stars 333 forks source link

fix: flask import of _endpoint_from_view_func issue #567 #568

Closed Ryu-CZ closed 11 months ago

Ryu-CZ commented 11 months ago

fix for issue #567

Due to repeated accident of import error I added helper method _import_check_viewfunc . With fallback to last known implementation which stayed the same in all flask versions.

Ryu-CZ commented 11 months ago

I checked failing tests and pytest-flask is failing because 167 _request_ctx_stack was removed in flask 3.0 after 2 years of deprecation.