uv/crates/uv-requirements-txt/src
konsti 549fb121ba
Support recursive requirements and constraints inclusion (#15657)
uv currently panics with a stack overflow when requirements or
constraints are recursively included. Instead, we ignore files we have
already seen. The one complexity here is that we have to track whether
we're in a requirements inclusion or in a constraints inclusion, to
allow including a file separately for requirements and for constraints,
and to handle `-r` inside or `-c` (which we treat as constraints too).

Fixes #15650
2025-09-05 11:20:12 +02:00
..
snapshots Support conflicting editable settings across groups (#14197) 2025-07-17 17:20:21 -05:00
lib.rs Support recursive requirements and constraints inclusion (#15657) 2025-09-05 11:20:12 +02:00
requirement.rs Support recursive requirements and constraints inclusion (#15657) 2025-09-05 11:20:12 +02:00
shquote.rs Fix doctests (#14658) 2025-07-16 16:56:32 +02:00