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: I80d07f3bc361712443853c074b5a6ef98decaad3
This commit is contained in:
Takashi Kajinami 2024-11-19 14:44:01 +09:00
parent 794fd4bdd5
commit 2ab6b0cfb0

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.
eventlet!=0.20.1,>=0.20.0 # MIT
oslo.log>=3.36.0 # Apache-2.0
pbr!=2.1.0,>=2.0.0 # Apache-2.0