This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new dccbf37f196 [v3-1-test] Limit deltalake again to 1.3.1 due to missing
ARM .whl files (#60376) (#60378)
dccbf37f196 is described below
commit dccbf37f196922ee91d8885de38a6e603db17fa2
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 10 20:55:41 2026 +0100
[v3-1-test] Limit deltalake again to 1.3.1 due to missing ARM .whl files
(#60376) (#60378)
(cherry picked from commit 2b43901b8788967e0995ce4132ad805d42052274)
Co-authored-by: Jens Scheffler <[email protected]>
---
contributing-docs/testing/unit_tests.rst | 2 +-
providers/databricks/pyproject.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contributing-docs/testing/unit_tests.rst
b/contributing-docs/testing/unit_tests.rst
index ce1cf9f3e86..2278e8ef8e7 100644
--- a/contributing-docs/testing/unit_tests.rst
+++ b/contributing-docs/testing/unit_tests.rst
@@ -1418,7 +1418,7 @@ to figure out one of the problems:
"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",
+ "deltalake>=1.1.3,!=1.3.0,!=1.3.1",
"apache-airflow-providers-microsoft-azure",
]
diff --git a/providers/databricks/pyproject.toml
b/providers/databricks/pyproject.toml
index 385e5836445..f13976696f7 100644
--- a/providers/databricks/pyproject.toml
+++ b/providers/databricks/pyproject.toml
@@ -103,7 +103,7 @@ dev = [
"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",
+ "deltalake>=1.1.3,!=1.3.0,!=1.3.1",
"apache-airflow-providers-fab>=2.2.0; python_version < '3.13'",
"apache-airflow-providers-microsoft-azure",
"apache-airflow-providers-common-sql[pandas,polars]",