Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion airflow/providers/apache/beam/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ versions:

dependencies:
- apache-airflow>=2.6.0
- apache-beam>=2.47.0
# Apache Beam > 2.53.0 and pyarrow > 14.0.1 fix https://nvd.nist.gov/vuln/detail/CVE-2023-47248.
- apache-beam>=2.53.0
- pyarrow>=14.0.1

integrations:
- integration-name: Apache Beam
Expand Down
3 changes: 2 additions & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"apache.beam": {
"deps": [
"apache-airflow>=2.6.0",
"apache-beam>=2.47.0"
"apache-beam>=2.53.0",
"pyarrow>=14.0.1"
],
"cross-providers-deps": [
"google"
Expand Down
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,10 +351,6 @@ def write_version(filename: str = str(AIRFLOW_SOURCES_ROOT / "airflow" / "git_ve
otel = ["opentelemetry-exporter-prometheus"]
pandas = [
"pandas>=0.17.1",
# Use pyarrow-hotfix to fix https://nvd.nist.gov/vuln/detail/CVE-2023-47248.
# We should remove it once Apache Beam frees us to upgrade to pyarrow 14.0.1
"pyarrow-hotfix",
"pyarrow>=9.0.0",
]
password = [
"bcrypt>=2.0.0",
Expand Down