According to your website, minimum flask version is 2.0.0.
However, by checking your code, I can see your tags >= 2.0 request flask 2.2.0 instead.
I have a large project using flask 2.1.2, and it would demand a large effort to upgrade it to flask 2.2.0.
Do you really need flask >= 2.2.0? Could it be 2.1.2?
Thanks in advance.