For better maintenance it would be helpful to limit python and it's installed packages to locked versions. We should also think about compatible versions of installed apt/dnf packages as well.
So we gain better control of the total behaviour across all extensions and operating system versions
sample error:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
opencv-python 4.12.0.88 requires numpy<2.3.0,>=2; python_version >= "3.9", but you have numpy 2.3.2 which is incompatible.
For better maintenance it would be helpful to limit python and it's installed packages to locked versions. We should also think about compatible versions of installed apt/dnf packages as well.
So we gain better control of the total behaviour across all extensions and operating system versions
sample error: