We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090f419 commit c5b447dCopy full SHA for c5b447d
piptools/scripts/compile.py
@@ -679,8 +679,8 @@ def cli(
679
if strip_extras is None:
680
strip_extras = False
681
log.warning(
682
- "WARNING: --strip-extras is becoming the default. "
683
- "To silence this warning, "
+ "WARNING: --strip-extras is becoming the default "
+ "in version 8.0.0. To silence this warning, "
684
"either use --strip-extras to opt into the new default "
685
"or use --no-strip-extras to retain the existing behavior."
686
)
0 commit comments