Skip to content

Commit c4b25b7

Browse files
committed
fixup! Revert "Suspend Apache Beam Provider due to grpcio limitation (#61926)"
1 parent a3007a3 commit c4b25b7

4 files changed

Lines changed: 174 additions & 182 deletions

File tree

providers/apache/beam/README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"``

providers/apache/beam/docs/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"``

providers/apache/beam/pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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'",

0 commit comments

Comments
 (0)