File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ PIP package Version required
5656``apache-airflow `` ``>=2.11.0 ``
5757``apache-airflow-providers-common-compat `` ``>=1.12.0 ``
5858``apache-beam `` ``>=2.72.0 ``
59- ``betterproto `` ``==2.0.0b6; python_version >= "3.11" ``
6059``pyarrow `` ``>=16.1.0; python_version < "3.14" ``
6160``pyarrow `` ``>=22.0.0; python_version >= "3.14" ``
6261``numpy `` ``>=1.22.4; python_version < "3.11" ``
Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ PIP package Version required
101101``apache-airflow `` ``>=2.11.0 ``
102102``apache-airflow-providers-common-compat `` ``>=1.12.0 ``
103103``apache-beam `` ``>=2.72.0 ``
104- ``betterproto `` ``==2.0.0b6; python_version >= "3.11" ``
105104``pyarrow `` ``>=16.1.0; python_version < "3.14" ``
106105``pyarrow `` ``>=22.0.0; python_version >= "3.14" ``
107106``numpy `` ``>=1.22.4; python_version < "3.11" ``
Original file line number Diff line number Diff line change @@ -62,10 +62,6 @@ dependencies = [
6262 " apache-airflow>=2.11.0" ,
6363 " apache-airflow-providers-common-compat>=1.12.0" ,
6464 " apache-beam>=2.72.0" ,
65- # For Python>=3.11, the apache-beam package depends on envoy-data-plane.
66- # Currently, there is only one compatible version(1.0.3) of envoy-data-plane available for these
67- # Python versions, and it explicitly requires a prerelease version of betterproto.
68- " betterproto==2.0.0b6; python_version >= '3.11'" ,
6965 " pyarrow>=16.1.0; python_version < '3.14'" ,
7066 " pyarrow>=22.0.0; python_version >= '3.14'" ,
7167 " numpy>=1.22.4; python_version<'3.11'" ,
You can’t perform that action at this time.
0 commit comments