This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch constraints-3-3
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/constraints-3-3 by this push:
     new c14e3718cd9 Fix downgraded databricks provider on py3.11/py3.12 in 
3.3.0 constraints
c14e3718cd9 is described below

commit c14e3718cd9a5062997839cb7554e459a4fc1e14
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Jul 19 00:44:32 2026 +0200

    Fix downgraded databricks provider on py3.11/py3.12 in 3.3.0 constraints
    
    Bump apache-airflow-providers-databricks 6.13.0->7.16.1,
    databricks-sql-connector 2.0.2->4.2.5 and thrift 0.23.0->0.16.0 in the
    constraints-3.11.txt and constraints-3.12.txt files so they match the
    consistent stack already frozen for py3.10/py3.13/py3.14 in the same
    release. The old set pinned thrift 0.23.0, which violates
    databricks-sql-connector 4.2.5's thrift<0.21.0 requirement, so the
    resolver kept the newer thrift and downgraded the connector, which in
    turn dragged the databricks provider back to 6.13.0 (Oct 2024).
    
    closes: #69603
---
 constraints-3.11.txt | 6 +++---
 constraints-3.12.txt | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/constraints-3.11.txt b/constraints-3.11.txt
index 71ac364265b..2f210e3e720 100644
--- a/constraints-3.11.txt
+++ b/constraints-3.11.txt
@@ -125,7 +125,7 @@ apache-airflow-providers-common-compat==1.15.0
 apache-airflow-providers-common-io==1.8.0
 apache-airflow-providers-common-messaging==2.0.4
 apache-airflow-providers-common-sql==2.0.1
-apache-airflow-providers-databricks==6.13.0
+apache-airflow-providers-databricks==7.16.1
 apache-airflow-providers-datadog==3.10.5
 apache-airflow-providers-dbt-cloud==4.9.2
 apache-airflow-providers-dingding==3.9.5
@@ -274,7 +274,7 @@ cron_descriptor==2.1.0
 croniter==6.2.2
 cryptography==48.0.1
 curlify==3.0.0
-databricks-sql-connector==2.0.2
+databricks-sql-connector==4.2.5
 datadog==0.52.2
 db-dtypes==1.7.0
 debugpy==1.8.21
@@ -661,7 +661,7 @@ text-unidecode==1.3
 textual==6.2.1
 threadpoolctl==3.6.0
 thrift-sasl==0.4.3
-thrift==0.23.0
+thrift==0.16.0
 tiktoken==0.13.0
 tinycss2==1.5.1
 tokenizers==0.23.1
diff --git a/constraints-3.12.txt b/constraints-3.12.txt
index c42b58a23ba..8b07efbee42 100644
--- a/constraints-3.12.txt
+++ b/constraints-3.12.txt
@@ -125,7 +125,7 @@ apache-airflow-providers-common-compat==1.15.0
 apache-airflow-providers-common-io==1.8.0
 apache-airflow-providers-common-messaging==2.0.4
 apache-airflow-providers-common-sql==2.0.1
-apache-airflow-providers-databricks==6.13.0
+apache-airflow-providers-databricks==7.16.1
 apache-airflow-providers-datadog==3.10.5
 apache-airflow-providers-dbt-cloud==4.9.2
 apache-airflow-providers-dingding==3.9.5
@@ -273,7 +273,7 @@ cron_descriptor==2.1.0
 croniter==6.2.2
 cryptography==48.0.1
 curlify==3.0.0
-databricks-sql-connector==2.0.2
+databricks-sql-connector==4.2.5
 datadog==0.52.2
 db-dtypes==1.7.0
 debugpy==1.8.21
@@ -660,7 +660,7 @@ text-unidecode==1.3
 textual==6.2.1
 threadpoolctl==3.6.0
 thrift-sasl==0.4.3
-thrift==0.23.0
+thrift==0.16.0
 tiktoken==0.13.0
 tinycss2==1.5.1
 tokenizers==0.23.1

Reply via email to