noirbizarre / flask-restplus

Fully featured framework for fast, easy and documented API development with Flask
http://flask-restplus.readthedocs.org
Other
2.74k stars 506 forks source link

Correct issue with Werkzeug 1.0.0 #779

Closed retr0h closed 4 years ago

retr0h commented 4 years ago

Corrected cached_property import from Werkzeug 1.0.0.

Fixes: #777

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.4%) to 96.474% when pulling 7d68eaed598019c5ecf5d4f21152b741e08c1ada on retr0h:bug-777 into 1fe65ddae4c04315bd88535e3c2eaff381436270 on noirbizarre:master.

j5awry commented 4 years ago

flask-restplus is no longer maintained. The current maintainers do not have pypi keys, so releases stopped. See the official fork at flask-restx, and on github at python-restx/flask-restx. It is a drop in replacement and have already fixed this issue.