uranusjr commented on code in PR #36537: URL: https://github.com/apache/airflow/pull/36537#discussion_r1442501107
########## dev/MANUALLY_GENERATING_IMAGE_CACHE_AND_CONSTRAINTS.md: ########## @@ -424,7 +424,7 @@ The slight risk is that if there is a constraint problem that impacts regular PR make all PRs "red" until the constraint is fixed. However, if this is the case then usually we should fix the problem by fixing the tests or dependencies and the automated CI process should be able to self-heal. The main build does not use constraints and it will attempt to upgrade (or downgrade) the dependencies to -the latest version matching the dependency specification we have in setup.cfg/setup.py/provider.yaml files. +the latest version matching the dependency specification we have in pyproject.toml files. Review Comment: Isn’t the provider.yaml file still relevant? -- 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]
