uv
11d00d21 - Reject non-PEP 751 TOML files in install commands (#13120)

Comment changes are shownComment changes are hidden
Commit
65 days ago
Reject non-PEP 751 TOML files in install commands (#13120) If you pass a TOML file to `uv pip install` that isn't recognized, we should just reject it instead of assuming `requirements.txt`. I just don't see a real case where it's better to let the command proceed.
Author
Committer
Parents
  • crates
    • uv-requirements/src
      • File
        sources.rs
    • uv
      • src
        • File
          lib.rs
      • tests/it
        • File
          pip_install.rs