Hi,
On 21.03.26 6:44 AM, 7th Core wrote:
Requirements versions. Dependsncies in the requirements.txt are version
specific. The software doesn't always use the latest version.
But that goes for most upstream projects? [1]
In practice, building a distro package often means that it’s your
responsibility to gloss over this kind of mismatch, graft the thing onto
whatever your distro happens to carry, and ideally contribute your
(forward-porting) patches upstream.
Regards
Claudia
[1] Except if the ecosystem relies on static linking (e.g., Rust) or its
batteries are so weak that the average dependency tree grows too massive
to handle (NPM).