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 ab38346 commit 216c446Copy full SHA for 216c446
src/validate_pyproject/formats.py
@@ -393,9 +393,9 @@ def SPDX(value: str) -> bool:
393
394
except ImportError: # pragma: no cover
395
_logger.warning(
396
- "Could not find an installation of `packaging`. License expressions "
397
- "might not be validated. "
398
- "To enforce validation, please install `packaging`."
+ "Could not find an up-to-date installation of `packaging`. "
+ "License expressions might not be validated. "
+ "To enforce validation, please install `packaging>=24.2`."
399
)
400
401
def SPDX(value: str) -> bool:
0 commit comments