Is the default version of pip, `20.3.4-patched`, a...
# general
b
Is the default version of pip,
20.3.4-patched
, a special patch applied for the pants? Is there anything to keep in mind when specifying other versions? https://www.pantsbuild.org/docs/reference-python#pip_version
1
h
It is, but the other versions don't require this patch, and you can upgrade to them freely. Note that the version you select must be one of the listed ones.
In fact we will probably change the default to a newer pip soon
b
thanks !