|
A lot of our core packaging development is now happening in uv [1]. Rye uses uv under the hood, so as we improve uv, Rye gets better too. E.g., we recently added support for "universal" resolution in uv, so you can generate a locked requirements.txt file with a single resolution that works on all platforms and operating systems (as opposed to _just_ the system you're running on). And Rye supports it too in the latest release. [1] https://github.com/astral-sh/uv --- I work on Rye and uv, if you have any questions :) |
https://github.com/python-poetry/poetry/issues/6409
https://news.ycombinator.com/item?id=39257501