Taragolis commented on code in PR #37334:
URL: https://github.com/apache/airflow/pull/37334#discussion_r1485624199


##########
airflow/providers/databricks/provider.yaml:
##########
@@ -61,7 +61,7 @@ versions:
 dependencies:
   - apache-airflow>=2.6.0
   - apache-airflow-providers-common-sql>=1.10.0
-  - requests>=2.27,<3
+  - requests>=2.27.0,<3

Review Comment:
   Maybe also add comment about minimum version? Just in case, if some issue 
with resolution happen in the future and someone will try to downgrade < 2.26 
(very small chance that it would happen).
   
   
   This one from the HTTP provider
   
   ```yaml
       # The 2.26.0 release of requests got rid of the chardet LGPL mandatory 
dependency, allowing us to
       # release it as a requirement for airflow
   ```



-- 
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