2323
2424 Package ``apache-airflow-providers-alibaba ``
2525
26- Release: ``3.2.3 ``
26+ Release: ``3.2.4 ``
2727
2828
2929Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com/ >`__).
@@ -36,7 +36,7 @@ This is a provider package for ``alibaba`` provider. All classes for this provid
3636are in ``airflow.providers.alibaba `` python package.
3737
3838You can find package information and changelog for the provider
39- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.2.3 / >`_.
39+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.2.4 / >`_.
4040
4141Installation
4242------------
@@ -50,15 +50,35 @@ The package supports the following python versions: 3.10,3.11,3.12,3.13
5050Requirements
5151------------
5252
53- ============================ ==================
54- PIP package Version required
55- ============================ ==================
56- ``apache-airflow `` ``>=2.10.0 ``
57- ``oss2 `` ``>=2.14.0 ``
58- ``alibabacloud_adb20211201 `` ``>=1.0.0 ``
59- ``alibabacloud_tea_openapi `` ``>=0.3.7 ``
60- ``pyodps `` ``>=0.12.2.2 ``
61- ============================ ==================
53+ ========================================== ==================
54+ PIP package Version required
55+ ========================================== ==================
56+ ``apache-airflow `` ``>=2.10.0 ``
57+ ``apache-airflow-providers-common-compat `` ``>=1.8.0 ``
58+ ``oss2 `` ``>=2.14.0 ``
59+ ``alibabacloud_adb20211201 `` ``>=1.0.0 ``
60+ ``alibabacloud_tea_openapi `` ``>=0.3.7 ``
61+ ``pyodps `` ``>=0.12.2.2 ``
62+ ========================================== ==================
63+
64+ Cross provider package dependencies
65+ -----------------------------------
66+
67+ Those are dependencies that might be needed in order to use all the features of the package.
68+ You need to install the specified providers in order to use them.
69+
70+ You can install such cross-provider dependencies when installing from PyPI. For example:
71+
72+ .. code-block :: bash
73+
74+ pip install apache-airflow-providers-alibaba[common.compat]
75+
76+
77+ ================================================================================================================== =================
78+ Dependent package Extra
79+ ================================================================================================================== =================
80+ `apache-airflow-providers-common-compat <https://airflow.apache.org/docs/apache-airflow-providers-common-compat >`_ ``common.compat ``
81+ ================================================================================================================== =================
6282
6383The changelog for the provider package can be found in the
64- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.2.3 /changelog.html >`_.
84+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.2.4 /changelog.html >`_.
0 commit comments