-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support build-system.requires
in pyproject.toml
#8465
Comments
Dependabot does not support `build-system.requires`. To get reproducibility and auto-updates, we pin the version in a regular requirements file and use it as constraint during build. fixes: theupdateframework#2529 upstream issue: dependabot/dependabot-core#8465 h/t @jku
Dependabot does not support `build-system.requires`. To get reproducibility and auto-updates, we pin the version in a regular requirements file and use it as constraint during build. fixes: theupdateframework#2529 upstream issue: dependabot/dependabot-core#8465 h/t @jku Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
This would be great to avoid clunky workarounds like theupdateframework/python-tuf@dd9b5e0. |
It would be great to have that in dependabot. Apache Airlfow uses "build-system.requires" with custom "failing canary build" approach - but having a dependabot create pull request for that would be great. Is there any way Airflow committers can help with that ? Are there any issues with this support ? If not I might try to advocate for someone from our team to contribute it to dependabot. |
Should this have been closed by #10899 being merged? |
Yep. I can confirm it works. |
Is there an existing issue for this?
Feature description
Discussed in #3290, which only added support for
project.dependencies
andproject.optional-dependencies
for initialpyproject.toml
support (#5661).The text was updated successfully, but these errors were encountered: