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 bast effort
basis.

Change-Id: I0d8e71bd46e8c8b35c9b058707773f27bfbdae82
This commit is contained in:
Takashi Kajinami 2024-10-27 00:40:26 +09:00
parent a4c9b4b02f
commit 6f9698b56e

View File

@ -1,3 +1,7 @@
# 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.
pbr>=4.0.0 # Apache-2.0
SQLAlchemy>=1.2.0 # MIT