andrii-korotkov-verkada opened a new issue, #44733: URL: https://github.com/apache/airflow/issues/44733
### Description Right now Flask is pinned to be <2.3 https://github.com/apache/airflow/blob/3d421f78d7046474c5684580a744f87160378935/hatch_build.py#L387-L390. Update this to be <2.4 or <3. ### Use case/motivation This pin makes it pretty hard to use in some environments, such as Bazel-built monorepo with a Flask version higher than that. Also, an upgrade probably needs to happen eventually anyways. ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
