]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix constraints.txt
authorErnesto Puerta <epuertat@redhat.com>
Wed, 22 Feb 2023 10:31:47 +0000 (11:31 +0100)
committerNizamudeen A <nia@redhat.com>
Thu, 23 Feb 2023 15:47:27 +0000 (21:17 +0530)
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 <epuertat@redhat.com>
(cherry picked from commit d5f8927a5cd4bfd9870f02fea1c66b32191d1fba)

src/pybind/mgr/dashboard/constraints.txt

index 00e1aad0164f9341ab5bbbef094e2429312855d9..1b4595e1d0d78bb80780f9c472f13bff00955089 100644 (file)
@@ -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