potiuk commented on code in PR #71383:
URL: https://github.com/apache/airflow/pull/71383#discussion_r3755002425


##########
uv.lock:
##########


Review Comment:
   Yes. This change is needed as we have to make sure.we lower bound ALL 
dependencies to some reasonable version - this protects our users for failing 
into some traps when downgrading to some old versiona of deps that are causing 
problems - especially on newer versions of Python. When some custom deps are 
installed - they might impact resolver  to choose old versions of deps that did 
not work for python. 3.14 but also did not explicitly excluded python 3.14 - 
seen it happening multiple times now. 
   
   I added https://github.com/apache/airflow/pull/71378 to make sure leek will 
force lower-bounds everywhere.
   



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