Add note about requirements lower bounds

Since lower constraints job was removed the bounds are not actually
tested. Add a note to explain the bounds are maintained on best effort
basis.

Change-Id: I2a1f48c0c114a40a4181d9bc5d22ab53a1118ea5
This commit is contained in:
Takashi Kajinami 2024-10-27 03:34:01 +09:00
parent 9f30a6f44c
commit 0835712429

View File

@ -1,3 +1,6 @@
# Requirements lower bounds listed here are our best effort to keep them up to
# date but we do not test them so no guarantee of having them all correct. If
# you find any incorrect lower bounds, let us know or propose a fix.
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
netaddr>=0.7.18 # BSD
SQLAlchemy>=1.4.23 # MIT