Skip to content

Commit 978a5bd

Browse files
authored
fix: set packaging minimum version (#4367)
Set packaging minimum version to 22.0 to avoid the following error with setuptools 71.x: TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero' Likelihood of encountering this error increased since commit e4239bd which bumped minimum version of setuptools from 65.5.1 to 70.0.0 More information: - pypa/setuptools#4483 - pypa/setuptools#4501 Signed-off-by: Fabrice Fontaine <[email protected]>
1 parent 13a0a50 commit 978a5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lib4sbom>=0.7.2
1313
lib4vex>=0.1.0
1414
python-gnupg
1515
packageurl-python
16-
packaging
16+
packaging>=22.0
1717
plotly
1818
pyyaml>=5.4
1919
requests>=2.32.2

0 commit comments

Comments
 (0)