cool-easter-32542
01/17/2024, 7:27 PM--project= one can adjust the current version of a project anywhere within the existing version specifier, but not change the specifier without regenerating the entire lockfile. This would be useful for the same reasons as adding a new project with the lock is.
I'm unsure if constraints need separate consideration for changing the version specifier. That is pip let's you mange them separately:
$ cat c.txt
ansicolors<1.1.7
$ pip install -c c.txt ansicolors==1.0.2
But I'm not sure if that means they must map to separate cli flags in Pex.
pantsbuild/pexcool-easter-32542
01/22/2024, 12:37 AMcool-easter-32542
01/22/2024, 12:37 AM