This is an automated email from the ASF dual-hosted git repository.
potiuk 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 f1b00023248 Revert exclusion of deltalake 1.3.1 as aarch64 binaries
are available now (#60611)
f1b00023248 is described below
commit f1b000232486ac874341c87d948376862a69b12f
Author: Jens Scheffler <[email protected]>
AuthorDate: Fri Jan 16 19:28:56 2026 +0100
Revert exclusion of deltalake 1.3.1 as aarch64 binaries are available now
(#60611)
---
contributing-docs/testing/unit_tests.rst | 4 ++--
providers/databricks/pyproject.toml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/contributing-docs/testing/unit_tests.rst
b/contributing-docs/testing/unit_tests.rst
index 0bcaa3d407b..f8c08f9c176 100644
--- a/contributing-docs/testing/unit_tests.rst
+++ b/contributing-docs/testing/unit_tests.rst
@@ -1365,8 +1365,8 @@ to figure out one of the problems:
"apache-airflow-providers-common-sql",
"apache-airflow-providers-fab",
# Additional devel dependencies (do not remove this line and add extra
development dependencies)
- # Limit deltalake to avoid issue with missing linux ARM wheels:
https://github.com/delta-io/delta-rs/issues/4041
- "deltalake>=1.1.3,!=1.3.0,!=1.3.1",
+ # Need to exclude 1.3.0 due to missing aarch64 binaries, fixed with
1.3.1++
+ "deltalake>=1.1.3,!=1.3.0",
"apache-airflow-providers-microsoft-azure",
]
diff --git a/providers/databricks/pyproject.toml
b/providers/databricks/pyproject.toml
index 1c8511f6741..f9a777eb085 100644
--- a/providers/databricks/pyproject.toml
+++ b/providers/databricks/pyproject.toml
@@ -103,8 +103,8 @@ dev = [
"apache-airflow-providers-common-sql",
"apache-airflow-providers-openlineage",
# Additional devel dependencies (do not remove this line and add extra
development dependencies)
- # Limit deltalake to avoid issue with missing linux ARM wheels:
https://github.com/delta-io/delta-rs/issues/4041
- "deltalake>=1.1.3,!=1.3.0,!=1.3.1",
+ # Need to exclude 1.3.0 due to missing aarch64 binaries, fixed with 1.3.1++
+ "deltalake>=1.1.3,!=1.3.0",
"apache-airflow-providers-fab>=2.2.0; python_version < '3.13'",
"apache-airflow-providers-microsoft-azure",
"apache-airflow-providers-common-sql[pandas,polars]",