Fix: Use == instead of === in upper-constraints.onap.txt 89/143489/1
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 4 Mar 2026 17:38:27 +0000 (17:38 +0000)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 4 Mar 2026 17:38:55 +0000 (17:38 +0000)
commit7cac1afe750507f905a6685299ea858381c2b5ff
tree4e76add600385e8d8fce2f7250b3736397b75138
parent87bfc3d5acff263855ee220cb075adea70c94538
Fix: Use == instead of === in upper-constraints.onap.txt

The arbitrary equality operator (===) is not compatible with pip's
constraint resolution when requirements files use >= specifiers.
This caused ResolutionImpossible errors across all ONAP repos that
reference this constraints file remotely.

Change === to == (version matching) which pip can reconcile with
the >= lower bounds in each repo's requirements-docs.txt.

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