From: Ernesto Puerta Date: Wed, 22 Feb 2023 10:31:47 +0000 (+0100) Subject: mgr/dashboard: fix constraints.txt X-Git-Tag: v17.2.6~75^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=12cf202f0dd89ba46c0e8cda3b2155d6f7dad23b;p=ceph.git mgr/dashboard: fix constraints.txt Replaces strict version matching with compatible version syntax. Reference: https://peps.python.org/pep-0440/#version-specifiers Fixes: https://tracker.ceph.com/issues/58827 Signed-off-by: Ernesto Puerta (cherry picked from commit d5f8927a5cd4bfd9870f02fea1c66b32191d1fba) --- diff --git a/src/pybind/mgr/dashboard/constraints.txt b/src/pybind/mgr/dashboard/constraints.txt index 00e1aad0164f..1b4595e1d0d7 100644 --- a/src/pybind/mgr/dashboard/constraints.txt +++ b/src/pybind/mgr/dashboard/constraints.txt @@ -1,7 +1,7 @@ -CherryPy==13.1.0 -more-itertools==8.14.0 -PyJWT==2.0.1 -bcrypt==3.1.4 -python3-saml==1.4.1 -requests==2.26 -Routes==2.4.1 +CherryPy~=13.1.0 +more-itertools~=8.14.0 +PyJWT~=2.0.1 +bcrypt~=3.1.4 +python3-saml~=1.4.1 +requests~=2.26 +Routes~=2.4.1