unfurl icon indicating copy to clipboard operation
unfurl copied to clipboard

Evaluate newest Flask version for use

Open obsidianforensics opened this issue 2 years ago • 2 comments

As flagged in #156, the newest Flask (2.2.0) causes problems for Unfurl. Pinning to an older version fixes for now, but we should investigate what's changed that causes the crash, so Unfurl can use newer Flask versions in the future.

obsidianforensics avatar Aug 09 '22 23:08 obsidianforensics

It seems the issue is with flask_restx - https://github.com/python-restx/flask-restx/issues/460 discusses it and there looks to be a fix in the works, but it's moving slowly due to lack of maintainers in the project.

I think the best option for the future is to wait for flask_restx to fix their bug, and use the pinned versions in #157 for now.

obsidianforensics avatar Aug 10 '22 18:08 obsidianforensics

Looks like fix has been merged, now waiting on new release

obsidianforensics avatar Sep 19 '22 18:09 obsidianforensics

New release is "soon" https://github.com/python-restx/flask-restx/issues/474

obsidianforensics avatar Oct 24 '22 23:10 obsidianforensics