--- a/gns3-gui-2.2.46/requirements.txt 2024-02-26 09:55:13.000000000 +0100 +++ b/gns3-gui-2.2.46/requirements.txt 2024-03-07 17:59:26.504808699 +0100 @@ -1,7 +1,6 @@ -jsonschema>=4.17.3,<4.18; python_version >= '3.7' # v4.17.3 is the last version to support Python 3.7 -sentry-sdk==1.39.2,<1.40 -psutil==5.9.8 +jsonschema>=4.17.3 +sentry-sdk>=1.39.2 +psutil>=5.9.8 distro>=1.9.0 -truststore>=0.8.0; python_version >= '3.10' -importlib-resources>=1.3; python_version < '3.9' +truststore>=0.8.0 setuptools>=60.8.1