potiuk commented on code in PR #57789:
URL: https://github.com/apache/airflow/pull/57789#discussion_r2641259555
##########
airflow-core/docs/installation/installing-from-pypi.rst:
##########
@@ -89,6 +89,11 @@ Airflow installation.
As of Airflow 3.1, constraint files do not contain developer dependencies
such as pytest, moto and
other development dependencies that are only used in tests.
+ Some providers may not be available for a specific Python version. If you
are using constraints,
+ make sure that all providers, that you want to install, are present in
constraints file.
+ Provider will be (silently) not installed if it is not specifically
requested at installation time
Review Comment:
Those should be two paragraphs - those two comments are unrelated.
--
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]