uranusjr commented on issue #15463:
URL: https://github.com/apache/airflow/issues/15463#issuecomment-824290669


   Python dependency conflict detection is complicated because you only see 
incompatibilites when the related code is actually accessed. Sometimes that’s 
easy to tell (e.g. when imports change), but more often it’s some function 
argument change or even semantic change, so there’s really no way to tell what 
is working and what is not without analysing call paths to the dependency. So 
if it works for you, way to go, but don’t count on it.


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

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


Reply via email to