Closed
Description
re-raising astral-sh/rye#881
Hi there, thank you for the great effort put into this amazing project.
I'm asking whether you plan in the future (maybe when
uv
support won't no longer be experimental) to overcome the current limitations in order to being able to:* Generate a platform-indipendent lockfile * Pin the dependency version by SHA. You can already do that with pip-tools (option `--generate-hashes`), but apparently this is not available inside the rye CLI * Check for outdated dependencies (like you can do with pip: `pip list --outdated`)