
I upgrade with --upgrade-strategy eager but still git this:
pip install -U --upgrade-strategy eager mailman postorius django-mailman3 hyperkitty mailman-web
... Attempting uninstall: django-mailman3 Found existing installation: django-mailman3 1.3.11 Uninstalling django-mailman3-1.3.11: Successfully uninstalled django-mailman3-1.3.11 Attempting uninstall: postorius Found existing installation: postorius 1.3.10 Uninstalling postorius-1.3.10: Successfully uninstalled postorius-1.3.10
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.
hyperkitty 1.3.8 requires django<4.3,>=3.2, but you have django 5.0.14 which is incompatible. mailman-web 0.0.8 requires django<4.2,>=3.2, but you have django 5.0.14 which is incompatible. Successfully installed asgiref-3.9.1 django-5.0.14 django-allauth-65.10.0 django-mailman3-1.3.15 oauthlib-3.3.1 postorius-1.3.13
Please can you advice?