Taragolis commented on issue #34668: URL: https://github.com/apache/airflow/issues/34668#issuecomment-1739659448
This limitation comes from [apache-airflow-providers-redis](https://airflow.apache.org/docs/apache-airflow-providers-redis/stable/index.html). There is no changes in constraints after airflow version released (only some critical things), so if you do not intend to use redis provider you need to follow [general recommendation](https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#installation-tools) and run: ```bash pip install "apache-airflow==2.7.1" "redis==5.0.1" ``` -- 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]
