python3Packages.sigstore: relax rich constraint

This commit is contained in:
Martin Weinelt
2026-07-02 23:07:31 +02:00
parent 4b68410d13
commit 19d71d6403
@@ -52,6 +52,7 @@ buildPythonPackage (finalAttrs: {
pythonRelaxDeps = [
"cryptography"
"rich"
"sigstore-models"
];