|
|
|
|
|
by the_mitsuhiko
268 days ago
|
|
I think uv should get some credit for being an early supporter of this. They originally added it as a hidden way to create stable fixtures for their own tests, but it has become a pretty popular flag to use. This for instance will only install packages that are older than 14 days: uv sync --exclude-newer $(date -u -v-14d '+%Y-%m-%dT%H:%M:%SZ') It's great to see this kind of stuff being adopted in more places. |
|
It would also be nice to have this as a flag so you can use it on projects that haven't configured it though, I wonder if that could be added too.