@jacob the only downsides I can see (just off that blog) are:
- no cli run scripts from pyproject.toml. easily dealt with but mildly annoying
- we just finished moving from poetry to pdm
but pdm has a blocking issue and my main workaround is to use pyenv in my docker image (for running tests with reliable/fixed R and other binary deps) instead of system python at which point I have to change a lot anyway.
@r343l @jacob if you are using pdm to package your library, you don't need to change that to use uv; it'll use PDM's build system just fine.
Nearly every `pdm <foo>` command can be rewritten as `uv foo`.