Fix: Use == instead of === in upper-constraints.onap.txt 90/143490/1 master
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 4 Mar 2026 17:47:33 +0000 (17:47 +0000)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 4 Mar 2026 17:47:33 +0000 (17:47 +0000)
commitf5adb70a06698b69acc644eb40a6e7abdc9abf7b
tree425dbf41ec01e07bf6a379d1eb7d703dd4ae38b8
parentc859255e1575d1fe432d61b7409c3aa5f1d6d5d6
Fix: Use == instead of === in upper-constraints.onap.txt

The arbitrary equality operator (===) is not compatible with pip's
constraint resolution when requirements use >= specifiers. Change
to == (version matching) for proper pip compatibility.

Issue-ID: CIMAN-33
Change-Id: I4c098be44b60484f135694efd3e8f79c1a0b8afc
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
etc/upper-constraints.onap.txt