potiuk commented on code in PR #31469:
URL: https://github.com/apache/airflow/pull/31469#discussion_r1201822475


##########
dev/provider_packages/PROVIDER_INDEX_TEMPLATE.rst.jinja2:
##########
@@ -56,20 +56,6 @@ Requirements
 
 The minimum Apache Airflow version supported by this provider package is ``{{ 
MIN_AIRFLOW_VERSION }}``.
 
-{%- if PREINSTALLED_PROVIDER %}
-
-This provider package is preinstalled by default when Apache Airflow is 
installed. You do not need to
-install it separately. You can upgrade and downgrade it independently of 
Apache Airflow package though.
-
-.. note::
-
-    The minimum Apache Airflow version for this package is {{ 
MIN_AIRFLOW_VERSION }} and it will fail
-    import at runtime if the version of Airflow is lower even if there is no 
requirement specified in
-    the dependencies - this is because the provider is preinstalled and 
specifying minimum Apache
-    Airflow version would create a dependency cycle, which confuses dependency 
tools.
-
-{%- endif %}
-

Review Comment:
   It is part of the release process: 
https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#generate-release-notes
   
   There Release Manager will regenerate the docs and increase provider 
versions.



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