bugraoz93 commented on PR #64249: URL: https://github.com/apache/airflow/pull/64249#issuecomment-4144788316
> > Thanks Jarek for this one! I saw a warning which I will dig more but wanted to share here too > > ``` > > warning: Failed to parse `pyproject.toml` during settings discovery: > > TOML parse error at line 121, column 17 > > | > > 121 | exclude-newer = "4 days" > > | ^^^^^^^^ > > failed to parse year in date "4 days": failed to parse "4 da" as year (a four digit integer): invalid digit, expected 0-9 but got > > ``` > > update uv locally and it will be resolved. We may want to add good uv version similar to having > > ``` > Docker container engine detected. > Good version of Docker: 29.2.0. > Good version of docker-compose: 5.0.2 > ``` Thanks Elad! Yes, exactly :) Old uv was deleting the upload-date as well, realised in another PR :D -- 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]
