proud-dentist-22844
05/13/2021, 3:11 PMhundreds-father-404
05/13/2021, 3:12 PMenough-analyst-54434
05/13/2021, 3:20 PMproud-dentist-22844
05/13/2021, 3:21 PMenough-analyst-54434
05/13/2021, 3:23 PMhundreds-father-404
05/13/2021, 3:23 PMI think constraints filesI don't think so iirc, but either way, constraints.txt have too many other limitations to be used
enough-analyst-54434
05/13/2021, 3:24 PM$ git diff
diff --git a/3rdparty/python/constraints.txt b/3rdparty/python/constraints.txt
index dd3cc22e7..e746bfe3c 100644
--- a/3rdparty/python/constraints.txt
+++ b/3rdparty/python/constraints.txt
@@ -34,4 +34,4 @@ six==1.15.0
toml==0.10.2
typed-ast==1.4.3
typing-extensions==3.7.4.3
-urllib3==1.26.4
+urllib3==1.26.4; python_version >= "3.7"
So you can hand edit a constraints.txt file created by our recipe today to deal with multiple interpreter versions.proud-dentist-22844
05/13/2021, 3:32 PM