This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new a2042149bfa Replace `apache-beam` with
`apache-airflow-providers-apache-beam` (#62071)
a2042149bfa is described below
commit a2042149bfa8f119792ceaba4b2513ea20203f79
Author: Elad Kalif <[email protected]>
AuthorDate: Tue Feb 17 18:17:18 2026 +0000
Replace `apache-beam` with `apache-airflow-providers-apache-beam` (#62071)
* Replace `apache-beam` with `apache-airflow-providers-apache-beam`
---
providers/google/docs/index.rst | 3 +--
providers/google/pyproject.toml | 7 ++-----
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/providers/google/docs/index.rst b/providers/google/docs/index.rst
index 9d8a2203a27..de105119dfa 100644
--- a/providers/google/docs/index.rst
+++ b/providers/google/docs/index.rst
@@ -177,8 +177,7 @@ PIP package Version required
``pandas`` ``>=2.1.2; python_version <
"3.13"``
``pandas`` ``>=2.2.3; python_version >=
"3.13"``
``proto-plus`` ``>=1.26.0``
-``pyarrow`` ``>=16.1.0; python_version <
"3.13"``
-``pyarrow`` ``>=18.0.0; python_version >=
"3.13"``
+``pyarrow`` ``>=18.0.0``
``python-slugify`` ``>=7.0.0``
``PyOpenSSL`` ``>=23.0.0``
``sqlalchemy-bigquery`` ``>=1.2.1``
diff --git a/providers/google/pyproject.toml b/providers/google/pyproject.toml
index 64c97f4c4be..fd6bd251923 100644
--- a/providers/google/pyproject.toml
+++ b/providers/google/pyproject.toml
@@ -132,9 +132,7 @@ dependencies = [
'pandas>=2.2.3; python_version >="3.13"',
"proto-plus>=1.26.0",
# Used to write parquet files by BaseSqlToGCSOperator
- # TODO: remove it when apache-beam allows pyarrow 18+
- "pyarrow>=16.1.0; python_version < '3.13'",
- "pyarrow>=18.0.0; python_version >= '3.13'",
+ "pyarrow>=18.0.0",
"python-slugify>=7.0.0",
"PyOpenSSL>=23.0.0",
"sqlalchemy-bigquery>=1.2.1",
@@ -149,8 +147,7 @@ dependencies = [
# Any change in the dependencies is preserved when the file is regenerated
[project.optional-dependencies]
"apache.beam" = [
- 'apache-beam[gcp]>=2.53.0; python_version < "3.12"',
- 'apache-beam[gcp]>=2.57.0; python_version >= "3.12"',
+ "apache-airflow-providers-apache-beam>=6.2.2",
]
"cncf.kubernetes" = [
"apache-airflow-providers-cncf-kubernetes>=10.1.0",