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 cc63c837fab Add comment hint about pandas 3.0.0 (#67961)
cc63c837fab is described below

commit cc63c837fab8d8b12ff20e3feb952d9e806d0f71
Author: Elad Kalif <[email protected]>
AuthorDate: Wed Jun 3 19:56:26 2026 +0300

    Add comment hint about pandas 3.0.0 (#67961)
---
 providers/databricks/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/providers/databricks/pyproject.toml 
b/providers/databricks/pyproject.toml
index d506061a550..e2337d88220 100644
--- a/providers/databricks/pyproject.toml
+++ b/providers/databricks/pyproject.toml
@@ -63,7 +63,7 @@ dependencies = [
     "apache-airflow-providers-common-compat>=1.13.0",
     "apache-airflow-providers-common-sql>=1.32.0",
     "requests>=2.32.0,<3",
-    "databricks-sql-connector>=4.0.0",
+    "databricks-sql-connector>=4.0.0", # use >=4.2.7 for pandas 3.0.0. See 
https://github.com/databricks/databricks-sql-python/pull/768
     "aiohttp>=3.9.2, <4",
     "mergedeep>=1.3.4",
     'pandas>=2.1.2; python_version <"3.13"',

Reply via email to