Fix: pin setuptools to avoid version string format issues
[releng/global-jjb.git] / releasenotes / notes / pin-setuptools-d0b3e22c70e34605.yaml
1 ---
2 fixes:
3   - |
4     setuptools 66.0.0 enforces specific version number check. A lot of plugins
5     will fails on this, and generates the following error
6     pkg_resources.extern.packaging.version.InvalidVersion
7
8     To temporarily fix this, we pin setuptools to <66.0.0
9
10     Further information
11     https://github.com/pypa/setuptools/issues/3772#issuecomment-1384342813
12     https://setuptools.pypa.io/en/latest/history.html#v66-0-0