uranusjr commented on code in PR #57789:
URL: https://github.com/apache/airflow/pull/57789#discussion_r2638549307


##########
airflow-core/docs/installation/installing-from-pypi.rst:
##########
@@ -89,6 +89,10 @@ 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 via extra or explicitly as package to install - 
even if it is specified in constraints.

Review Comment:
   ```suggestion
       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
       via extra or explicitly as package to install - even if it is specified 
in constraints.
   ```



-- 
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]

Reply via email to