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


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


Review Comment:
   uv.lock gets updated because the time moves - so cooldown is still used and 
whenever `uv sync` is run, the time changes in the `uv.lock` and potentially 
new dependencies (that reached the 4 day threshold are added) 
   
   So there is nothing **wrong** with the uv.lock change - but I think it is 
far too noisy and conflict-prone. So we need to  solve it differently.
   
   We **cannot** add it to .gitignore, because the whole point is to keep it in 
the repo to sync everyone to the same version. I will look  to that.



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