guan404ming commented on PR #49339:
URL: https://github.com/apache/airflow/pull/49339#issuecomment-2834145601

   > aaaaach ... Almost :). You also need to add `[polars]` to development 
dependencies of the providers where we want to test the dependencies (this is 
why "lowest dep" tests are failing.
   > 
   > ```
   > [dependency-groups]
   > dev = [
   >     "apache-airflow",
   >     "apache-airflow-task-sdk",
   >     "apache-airflow-devel-common",
   >     "apache-airflow-providers-common-sql",
   >     # Additional devel dependencies (do not remove this line and add extra 
development dependencies)
   >     "kerberos>=1.3.0",
   >     "apache-airflow-providers-common-sql[pandas,polars]"   # <-- here
   > ]
   > ```
   
   Updated! Hope that should 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