potiuk commented on code in PR #38140:
URL: https://github.com/apache/airflow/pull/38140#discussion_r1524769170
##########
pyproject.toml:
##########
@@ -72,7 +72,9 @@ dependencies = [
"argcomplete>=1.10",
"asgiref",
"attrs>=22.1.0",
- "blinker",
+ # Blicker use for signals in Flask, this is an optional dependency in
Flask 2.2 and lower.
Review Comment:
```suggestion
# Blinker use for signals in Flask, this is an optional dependency in
Flask 2.2 and lower.
```
--
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]