uv/crates/uv
Charlie Marsh 02e103f867
Respect `--with` versions over base environment versions (#14863)
## Summary

This fixes a regression from https://github.com/astral-sh/uv/pull/14447
that we seemingly didn't have test coverage for. Specifically, if you
have a version of a package in your project, and then install a
different version with `--with`, the environment should import the
`--with` version.

Closes #14860.
2025-07-24 02:00:03 +00:00
..
src Respect `--with` versions over base environment versions (#14863) 2025-07-24 02:00:03 +00:00
tests/it Respect `--with` versions over base environment versions (#14863) 2025-07-24 02:00:03 +00:00
Cargo.toml Bump version to 0.8.2 (#14832) 2025-07-22 19:39:53 +00:00