Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support minimal lock-file updates when using pypi-dependencies #1296

Closed
tdejager opened this issue Apr 29, 2024 · 0 comments · Fixed by #1320
Closed

Support minimal lock-file updates when using pypi-dependencies #1296

tdejager opened this issue Apr 29, 2024 · 0 comments · Fixed by #1320
Labels
🐍 pypi Issue related to PyPI dependencies ✨ enhancement Feature request uv Related to the uv integration

Comments

@tdejager
Copy link
Contributor

Problem description

With conda we have support for minimal lock file updates. Say you have 10 packages and you only want to update foo, and none of its dependencies influence the environment the other 9 packages stay at the same version. This is convenient to minimize breaking changes, but also more efficient in downloading and caching etc.

We did not have this for pypi-options yet. UV has introduced the concept of installed packages in the solve, which hopefully means (I have not looked into this) that we can support minimal lock-file updates for pypi as well.

@tdejager tdejager added ✨ enhancement Feature request 🐍 pypi Issue related to PyPI dependencies uv Related to the uv integration labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐍 pypi Issue related to PyPI dependencies ✨ enhancement Feature request uv Related to the uv integration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant