kacpermuda commented on code in PR #50392:
URL: https://github.com/apache/airflow/pull/50392#discussion_r2084409130


##########
providers/databricks/pyproject.toml:
##########
@@ -58,9 +58,11 @@ requires-python = "~=3.9"
 # After you modify the dependencies, and rebuild your Breeze CI image with 
``breeze ci-image build``
 dependencies = [
     "apache-airflow>=2.10.0",
+    "apache-airflow-providers-common-compat>=1.6.0",
     "apache-airflow-providers-common-sql>=1.21.0",
     "requests>=2.31.0,<3",
     "databricks-sql-connector>=3.0.0",
+    "databricks-sqlalchemy>=1.0.2,<2",

Review Comment:
   But yes, I'll remove this upper bind it as it would still install latest 
version that meets the requirements. From perspective of this PR, both work.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to